#include <HybridBaseLB.h>
Public Member Functions | |
FourLevelTree () | |
virtual | ~FourLevelTree () |
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 |
Definition at line 167 of file HybridBaseLB.h.
FourLevelTree::FourLevelTree | ( | ) | [inline] |
Definition at line 171 of file HybridBaseLB.h.
References Converse::CkNumPes(), MyHierarchyTree::myname, MyHierarchyTree::nLevels, MyHierarchyTree::span, and toproot.
virtual FourLevelTree::~FourLevelTree | ( | ) | [inline, virtual] |
Implements MyHierarchyTree.
Definition at line 188 of file HybridBaseLB.h.
References MyHierarchyTree::span, and toproot.
Implements MyHierarchyTree.
Definition at line 196 of file HybridBaseLB.h.
References MyHierarchyTree::span, and toproot.
Referenced by getChildren().
Implements MyHierarchyTree.
Definition at line 203 of file HybridBaseLB.h.
References MyHierarchyTree::span.
Referenced by getChildren().
virtual void FourLevelTree::getChildren | ( | int | mype, | |
int | level, | |||
int * | children, | |||
int & | count | |||
) | [inline, virtual] |
Implements MyHierarchyTree.
Definition at line 211 of file HybridBaseLB.h.
References isroot(), numChildren(), and MyHierarchyTree::span.
int FourLevelTree::toproot [private] |
Definition at line 169 of file HybridBaseLB.h.
Referenced by FourLevelTree(), isroot(), and parent().