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

ProxyTree Class Reference

#include <ProxyMgr.h>

List of all members.

Public Member Functions

 ProxyTree ()
 ~ProxyTree ()

Public Attributes

int proxyMsgCount
NodeIDListproxylist
NodeIDListtrees
int * sizes


Constructor & Destructor Documentation

ProxyTree::ProxyTree  )  [inline]
 

Definition at line 295 of file ProxyMgr.h.

00295                 {
00296       proxyMsgCount = 0;
00297       proxylist = NULL;
00298 #ifdef NODEAWARE_PROXY_SPANNINGTREE
00299       naTrees = NULL;
00300 #else
00301       trees = NULL;
00302       sizes = NULL;
00303 #endif      
00304     }

ProxyTree::~ProxyTree  )  [inline]
 

Definition at line 305 of file ProxyMgr.h.

00305                  {
00306     }


Member Data Documentation

NodeIDList* ProxyTree::proxylist
 

Definition at line 284 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 283 of file ProxyMgr.h.

Referenced by ProxyMgr::recvPatchProxyInfo(), and ProxyMgr::recvProxies().

int* ProxyTree::sizes
 

Definition at line 291 of file ProxyMgr.h.

Referenced by ProxyMgr::buildSpanningTree0(), and Rebalancer::createSpanningTree().

NodeIDList* ProxyTree::trees
 

Definition at line 290 of file ProxyMgr.h.

Referenced by ProxyMgr::buildSpanningTree0(), and ProxyMgr::sendSpanningTrees().


The documentation for this class was generated from the following file:
Generated on Sun Feb 12 04:08:04 2012 for NAMD by  doxygen 1.3.9.1