|
Children * | getChildren () |
| Getter for the children. More...
|
|
const Children * | getChildren () const |
| Const getter for the children. More...
|
|
void | createChildren () |
| Creates the children of the node.
|
|
template<class AWalker > |
void | walk (AWalker &walker) |
| Calls the walker with each node starting with the top node and continues depth first The walker can signal to skip the children if false is returned.
|
|
template<class AWalker , class APriorityMeasure > |
void | walk (AWalker &walker, APriorityMeasure &priority) |
| Calls the walker with each node starting with the top node and continues depth first The walker can signal to skip the children if false is returned. More...
|
|
int | getLevel () const |
| Get the level of the node.
|
|
Node * | getParent () |
| Getter of the node one up the hierarchy. More...
|
|
const Node * | getParent () const |
| Const getter of the node one up the hierarchy. More...
|
|
Tree * | getTree () const |
| Getter for the tree containing this node.
|
|
template<class AProperties, class ASubPropertiesFactory>
class Belle2::TrackFindingCDC::DynTree< AProperties, ASubPropertiesFactory >::Node
Class for a node in the tree.
Definition at line 48 of file DynTree.h.