NAMD
|
#include <ComputeGlobalMsgs.h>
Public Member Functions | |
ComputeGlobalResultsMsg (void) | |
~ComputeGlobalResultsMsg (void) | |
Static Public Member Functions | |
static void * | pack (ComputeGlobalResultsMsg *msg) |
static ComputeGlobalResultsMsg * | unpack (void *ptr) |
Public Attributes | |
AtomIDList | aid |
ForceList | f |
ForceList | gforce |
BigRealList | gridobjforce |
int | seq |
int | totalforces |
int | reconfig |
int | resendCoordinates |
AtomIDList | newaid |
AtomIDList | newgdef |
IntList | newgridobjid |
Definition at line 70 of file ComputeGlobalMsgs.h.
ComputeGlobalResultsMsg::ComputeGlobalResultsMsg | ( | void | ) |
ComputeGlobalResultsMsg::~ComputeGlobalResultsMsg | ( | void | ) |
Definition at line 65 of file ComputeGlobalMsgs.C.
|
static |
|
static |
AtomIDList ComputeGlobalResultsMsg::aid |
Definition at line 73 of file ComputeGlobalMsgs.h.
Referenced by ComputeGlobal::recvResults().
ForceList ComputeGlobalResultsMsg::f |
Definition at line 74 of file ComputeGlobalMsgs.h.
Referenced by ProxyCombinedResultMsg::fromRaw(), ComputeGlobal::recvResults(), ProxyCombinedResultMsg::toRaw(), and ProxyResultMsg::unpack().
ForceList ComputeGlobalResultsMsg::gforce |
Definition at line 75 of file ComputeGlobalMsgs.h.
Referenced by ComputeGlobal::recvResults().
BigRealList ComputeGlobalResultsMsg::gridobjforce |
Definition at line 76 of file ComputeGlobalMsgs.h.
AtomIDList ComputeGlobalResultsMsg::newaid |
Definition at line 91 of file ComputeGlobalMsgs.h.
Referenced by ComputeGlobal::recvResults().
AtomIDList ComputeGlobalResultsMsg::newgdef |
Definition at line 92 of file ComputeGlobalMsgs.h.
Referenced by ComputeGlobal::recvResults().
IntList ComputeGlobalResultsMsg::newgridobjid |
Definition at line 93 of file ComputeGlobalMsgs.h.
Referenced by ComputeGlobal::recvResults().
int ComputeGlobalResultsMsg::reconfig |
Definition at line 80 of file ComputeGlobalMsgs.h.
Referenced by ComputeGlobal::recvResults().
int ComputeGlobalResultsMsg::resendCoordinates |
Definition at line 89 of file ComputeGlobalMsgs.h.
Referenced by ComputeGlobal::recvResults().
int ComputeGlobalResultsMsg::seq |
Definition at line 78 of file ComputeGlobalMsgs.h.
Referenced by ComputeMgr::recvComputeGlobalResults(), and ComputeMgr::sendComputeGlobalResults().
int ComputeGlobalResultsMsg::totalforces |
Definition at line 79 of file ComputeGlobalMsgs.h.
Referenced by ComputeGlobal::recvResults().