NAMD
|
#include <ProxyMgr.h>
Static Public Member Functions | |
static ProxyCombinedResultRawMsg * | toRaw (ProxyCombinedResultMsg *msg) |
static ProxyCombinedResultMsg * | fromRaw (ProxyCombinedResultRawMsg *msg) |
Public Attributes | |
PatchID | patch |
NodeIDList | nodes |
ForceList * | forceList [Results::maxNumForces] |
Definition at line 239 of file ProxyMgr.h.
|
static |
Definition at line 303 of file ProxyMgr.C.
References ResizeArray< T >::add(), ResizeArray< T >::begin(), ProxyCombinedResultRawMsg::flLen, ProxyCombinedResultRawMsg::forceArr, forceList, ProxyCombinedResultRawMsg::isForceNonZero, Results::maxNumForces, ProxyCombinedResultRawMsg::nodes, nodes, ProxyCombinedResultRawMsg::nodeSize, ProxyCombinedResultRawMsg::patch, patch, ResizeArray< T >::resize(), Vector::x, Vector::y, and Vector::z.
Referenced by ProxyPatch::depositCombinedResultRawMsg().
|
static |
Definition at line 248 of file ProxyMgr.C.
References ResizeArray< T >::begin(), ProxyCombinedResultRawMsg::flLen, ProxyCombinedResultRawMsg::forceArr, forceList, ProxyCombinedResultRawMsg::isForceNonZero, Results::maxNumForces, ProxyCombinedResultRawMsg::nodes, nodes, ProxyCombinedResultRawMsg::nodeSize, ProxyCombinedResultRawMsg::patch, patch, PRIORITY_SIZE, ResizeArray< T >::size(), Vector::x, x, Vector::y, y, Vector::z, and z.
Referenced by ProxyMgr::recvImmediateResults(), NodeProxyMgr::recvImmediateResults(), and ProxyMgr::sendResults().
ForceList* ProxyCombinedResultMsg::forceList[Results::maxNumForces] |
Definition at line 254 of file ProxyMgr.h.
Referenced by ProxyPatch::depositCombinedResultMsg(), ProxyPatch::depositCombinedResultRawMsg(), fromRaw(), and toRaw().
NodeIDList ProxyCombinedResultMsg::nodes |
Definition at line 253 of file ProxyMgr.h.
Referenced by ProxyPatch::depositCombinedResultMsg(), ProxyPatch::depositCombinedResultRawMsg(), fromRaw(), and toRaw().
PatchID ProxyCombinedResultMsg::patch |
Definition at line 252 of file ProxyMgr.h.
Referenced by fromRaw(), ProxyMgr::sendResults(), and toRaw().