Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

MovePatchesMsg Class Reference

#include <PatchMgr.h>

List of all members.

Public Member Functions

 MovePatchesMsg (void)
 MovePatchesMsg (PatchID n, FullAtomList a)

Static Public Member Functions

void * pack (MovePatchesMsg *msg)
MovePatchesMsgunpack (void *ptr)

Public Attributes

NodeID fromNodeID
PatchID pid
FullAtomList atom


Constructor & Destructor Documentation

MovePatchesMsg::MovePatchesMsg void   )  [inline]
 

Definition at line 40 of file PatchMgr.h.

00040 { ; }

MovePatchesMsg::MovePatchesMsg PatchID  n,
FullAtomList  a
[inline]
 

Definition at line 42 of file PatchMgr.h.

References atom, fromNodeID, FullAtomList, and pid.

00042                                               : pid(n), atom(a)
00043     {
00044       fromNodeID = CkMyPe();
00045     }


Member Function Documentation

void* MovePatchesMsg::pack MovePatchesMsg msg  )  [static]
 

MovePatchesMsg* MovePatchesMsg::unpack void *  ptr  )  [static]
 


Member Data Documentation

FullAtomList MovePatchesMsg::atom
 

Definition at line 38 of file PatchMgr.h.

Referenced by MovePatchesMsg(), PatchMgr::recvAtoms(), and PatchMgr::recvMovePatches().

NodeID MovePatchesMsg::fromNodeID
 

Definition at line 36 of file PatchMgr.h.

Referenced by MovePatchesMsg().

PatchID MovePatchesMsg::pid
 

Definition at line 37 of file PatchMgr.h.

Referenced by MovePatchesMsg(), PatchMgr::recvAtoms(), and PatchMgr::recvMovePatches().


The documentation for this class was generated from the following file:
Generated on Mon Nov 23 05:00:00 2009 for NAMD by  doxygen 1.3.9.1