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 11 of file PmeSolverUtil.h.

Constructor & Destructor Documentation

PatchInfo::PatchInfo ( )
inline

Definition at line 13 of file PmeSolverUtil.h.

13 {}
PatchInfo::PatchInfo ( int  x,
int  y,
int  z,
int  w 
)
inline

Definition at line 14 of file PmeSolverUtil.h.

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

Member Data Documentation

int PatchInfo::w

Definition at line 12 of file PmeSolverUtil.h.

int PatchInfo::x

Definition at line 12 of file PmeSolverUtil.h.

int PatchInfo::y

Definition at line 12 of file PmeSolverUtil.h.

int PatchInfo::z

Definition at line 12 of file PmeSolverUtil.h.


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