
#include <HbmLB.h>


Public Member Functions | |
| HypercubeTree () | |
| virtual | ~HypercubeTree () |
| virtual int | numLevels () |
| virtual int | parent (int mype, int level) |
| virtual bool | isroot (int mype, int level) |
| virtual int | numChildren (int mype, int level) |
| virtual void | getChildren (int mype, int level, int *children, int &count) |
Private Attributes | |
| int | toproot |
| int | nLevels |
Definition at line 37 of file HbmLB.h.
| HypercubeTree::HypercubeTree | ( | ) | [inline] |
| virtual int HypercubeTree::numLevels | ( | ) | [inline, virtual] |
Implements MyHmbHierarchyTree.
Definition at line 55 of file HbmLB.h.
Referenced by getChildren().

Implements MyHmbHierarchyTree.
Definition at line 59 of file HbmLB.h.
Referenced by getChildren().

| virtual void HypercubeTree::getChildren | ( | int | mype, | |
| int | level, | |||
| int * | children, | |||
| int & | count | |||
| ) | [inline, virtual] |
Implements MyHmbHierarchyTree.
Definition at line 62 of file HbmLB.h.
References isroot(), and numChildren().

int HypercubeTree::toproot [private] |
int HypercubeTree::nLevels [private] |
1.5.5