#include <VHierarchyNode.hh>
Public Member Functions | |
bool | is_root () const |
Returns true, if node is root else false. | |
bool | is_leaf () const |
Returns true, if node is leaf else false. | |
VHierarchyNodeHandle | parent_handle () |
Returns parent handle. | |
VHierarchyNodeHandle | lchild_handle () |
Returns handle to left child. | |
VHierarchyNodeHandle | rchild_handle () |
Returns handle to right child. |