NAMD
|
#include <PatchMgr.h>
Public Member Functions | |
MovePatchesMsg (void) | |
MovePatchesMsg (PatchID n, FullAtomList &a) | |
Static Public Member Functions | |
static void * | pack (MovePatchesMsg *msg) |
static MovePatchesMsg * | unpack (void *ptr) |
Public Attributes | |
NodeID | fromNodeID |
PatchID | pid |
FullAtomList | atom |
Definition at line 34 of file PatchMgr.h.
|
inline |
Definition at line 40 of file PatchMgr.h.
|
inline |
Definition at line 42 of file PatchMgr.h.
References atom, fromNodeID, and ResizeArray< Elem >::swap().
|
static |
|
static |
FullAtomList MovePatchesMsg::atom |
Definition at line 38 of file PatchMgr.h.
Referenced by MovePatchesMsg(), PatchMgr::recvAtoms(), PatchMgr::recvMovePatches(), PatchMgr::sendAtoms(), PatchMgr::sendMovePatches(), and PatchMgr::sendOneHomePatch().
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 PatchMgr::recvAtoms(), and PatchMgr::recvMovePatches().