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

#include <ComputeMoa.h>

Public Member Functions

 Int3 ()
 
 Int3 (int mx, int my, int mz)
 
void pup (PUP::er &p)
 

Public Attributes

int nx
 
int ny
 
int nz
 

Detailed Description

Definition at line 64 of file ComputeMoa.h.

Constructor & Destructor Documentation

Int3::Int3 ( )
inline

Definition at line 66 of file ComputeMoa.h.

66 : nx(0), ny(0), nz(0) { }
int nx
Definition: ComputeMoa.h:65
int ny
Definition: ComputeMoa.h:65
int nz
Definition: ComputeMoa.h:65
Int3::Int3 ( int  mx,
int  my,
int  mz 
)
inline

Definition at line 67 of file ComputeMoa.h.

67 : nx(mx), ny(my), nz(mz) { }
int nx
Definition: ComputeMoa.h:65
int ny
Definition: ComputeMoa.h:65
int nz
Definition: ComputeMoa.h:65

Member Function Documentation

void Int3::pup ( PUP::er &  p)
inline

Definition at line 68 of file ComputeMoa.h.

References nx, ny, and nz.

68 { p|nx, p|ny, p|nz; }
int nx
Definition: ComputeMoa.h:65
int ny
Definition: ComputeMoa.h:65
int nz
Definition: ComputeMoa.h:65

Member Data Documentation

int Int3::nx

Definition at line 65 of file ComputeMoa.h.

Referenced by pup().

int Int3::ny

Definition at line 65 of file ComputeMoa.h.

Referenced by pup().

int Int3::nz

Definition at line 65 of file ComputeMoa.h.

Referenced by pup().


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