| Support Forum G3D Web Page |
Template class for a depth first tree traversal supporting methods enterChild and goToParent.
More...
Public Member Functions | |
| DepthFirstTreeBuilder () | |
| virtual | ~DepthFirstTreeBuilder () |
| virtual void | enterChild (const Node &node)=0 |
| Add child to current node and go down a level. More... | |
| virtual void | goToParent ()=0 |
| Go up a level, to parent of current node. More... | |
Template class for a depth first tree traversal supporting methods enterChild and goToParent.
|
inline |
|
inlinevirtual |
|
pure virtual |
Add child to current node and go down a level.
|
pure virtual |
Go up a level, to parent of current node.
1.8.15