PPL Logo

MyHmbHierarchyTree Class Reference
[Charm++ Load Balancing Framework]

#include <HbmLB.h>

Inheritance diagram for MyHmbHierarchyTree:

Inheritance graph
[legend]

Public Member Functions

 MyHmbHierarchyTree ()
virtual ~MyHmbHierarchyTree ()
virtual int numLevels ()=0
virtual int parent (int mype, int level)=0
virtual bool isroot (int mype, int level)=0
virtual int numChildren (int mype, int level)=0
virtual void getChildren (int mype, int level, int *children, int &count)=0

Detailed Description

Definition at line 20 of file HbmLB.h.


Constructor & Destructor Documentation

MyHmbHierarchyTree::MyHmbHierarchyTree (  )  [inline]

Definition at line 22 of file HbmLB.h.

virtual MyHmbHierarchyTree::~MyHmbHierarchyTree (  )  [inline, virtual]

Definition at line 23 of file HbmLB.h.


Member Function Documentation

virtual int MyHmbHierarchyTree::numLevels (  )  [pure virtual]

Implemented in HypercubeTree.

Referenced by HbmLB::FindNeighbors(), HbmLB::LoadbalancingDone(), and HbmLB::MigrationDone().

Here is the caller graph for this function:

virtual int MyHmbHierarchyTree::parent ( int  mype,
int  level 
) [pure virtual]

Implemented in HypercubeTree.

Referenced by HbmLB::FindNeighbors().

Here is the caller graph for this function:

virtual bool MyHmbHierarchyTree::isroot ( int  mype,
int  level 
) [pure virtual]

Implemented in HypercubeTree.

Referenced by HbmLB::FindNeighbors(), and HbmLB::ReceiveStats().

Here is the caller graph for this function:

virtual int MyHmbHierarchyTree::numChildren ( int  mype,
int  level 
) [pure virtual]

Implemented in HypercubeTree.

Referenced by HbmLB::FindNeighbors().

Here is the caller graph for this function:

virtual void MyHmbHierarchyTree::getChildren ( int  mype,
int  level,
int children,
int count 
) [pure virtual]

Implemented in HypercubeTree.

Referenced by HbmLB::FindNeighbors().

Here is the caller graph for this function:


The documentation for this class was generated from the following file:

Generated on Mon Sep 21 08:27:51 2020 for Charm++ by  doxygen 1.5.5