NAMD
Public Member Functions | Public Attributes | List of all members
PatchInfo Struct Reference

#include <PmeSolverUtil.h>

Public Member Functions

 PatchInfo ()
 
 PatchInfo (int x, int y, int z, int w)
 

Public Attributes

int x
 
int y
 
int z
 
int w
 

Detailed Description

Definition at line 14 of file PmeSolverUtil.h.

Constructor & Destructor Documentation

◆ PatchInfo() [1/2]

PatchInfo::PatchInfo ( )
inline

Definition at line 16 of file PmeSolverUtil.h.

16 {}

◆ PatchInfo() [2/2]

PatchInfo::PatchInfo ( int  x,
int  y,
int  z,
int  w 
)
inline

Definition at line 17 of file PmeSolverUtil.h.

17 : x(x), y(y), z(z), w(w) {}

Member Data Documentation

◆ w

int PatchInfo::w

Definition at line 15 of file PmeSolverUtil.h.

◆ x

int PatchInfo::x

Definition at line 15 of file PmeSolverUtil.h.

◆ y

int PatchInfo::y

Definition at line 15 of file PmeSolverUtil.h.

◆ z

int PatchInfo::z

Definition at line 15 of file PmeSolverUtil.h.


The documentation for this struct was generated from the following file: