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

#include <ComputeMoa.h>

Public Member Functions

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

Public Attributes

int nx
 
int ny
 

Detailed Description

Definition at line 48 of file ComputeMoa.h.

Constructor & Destructor Documentation

Int2::Int2 ( )
inline

Definition at line 50 of file ComputeMoa.h.

50 : nx(0), ny(0) { }
int ny
Definition: ComputeMoa.h:49
int nx
Definition: ComputeMoa.h:49
Int2::Int2 ( int  mx,
int  my 
)
inline

Definition at line 51 of file ComputeMoa.h.

51 : nx(mx), ny(my) { }
int ny
Definition: ComputeMoa.h:49
int nx
Definition: ComputeMoa.h:49

Member Function Documentation

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

Definition at line 52 of file ComputeMoa.h.

References nx, and ny.

52 { p|nx, p|ny; }
int ny
Definition: ComputeMoa.h:49
int nx
Definition: ComputeMoa.h:49

Member Data Documentation

int Int2::nx

Definition at line 49 of file ComputeMoa.h.

Referenced by pup().

int Int2::ny

Definition at line 49 of file ComputeMoa.h.

Referenced by pup().


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