NAMD
|
#include <ProxyMgr.h>
Public Member Functions | |
ProxyTree () | |
~ProxyTree () | |
Public Attributes | |
int | proxyMsgCount |
NodeIDList * | proxylist |
NodeIDList * | trees |
int * | sizes |
Definition at line 288 of file ProxyMgr.h.
|
inline |
Definition at line 302 of file ProxyMgr.h.
|
inline |
Definition at line 312 of file ProxyMgr.h.
NodeIDList* ProxyTree::proxylist |
Definition at line 291 of file ProxyMgr.h.
Referenced by ProxyMgr::buildSpanningTree0(), Rebalancer::createSpanningTree(), Rebalancer::decrSTLoad(), Rebalancer::incrSTLoad(), outputProxyTree(), ProxyMgr::recvPatchProxyInfo(), ProxyMgr::recvProxies(), and ProxyMgr::sendSpanningTrees().
int ProxyTree::proxyMsgCount |
Definition at line 290 of file ProxyMgr.h.
Referenced by ProxyMgr::recvPatchProxyInfo(), and ProxyMgr::recvProxies().
int* ProxyTree::sizes |
Definition at line 298 of file ProxyMgr.h.
Referenced by ProxyMgr::buildSpanningTree0(), and Rebalancer::createSpanningTree().
NodeIDList* ProxyTree::trees |
Definition at line 297 of file ProxyMgr.h.
Referenced by ProxyMgr::buildSpanningTree0(), and ProxyMgr::sendSpanningTrees().