|
changa 3.5
|
class to walk just the local treepiece. More...
#include <TreeWalk.h>
Public Member Functions | |
| void | dft (GenericTreeNode *node, TreeNodeWorker *worker, int level) |
class to walk just the local treepiece.
|
inline |
Depth First Treewalk.
| node | Node on which we are working. |
| worker | Describes work to be done on each node. |
| level | Level of the tree we are on. |