Implementation of a depth-first node visitor. More...
Go to the source code of this file.
| Classes | |
| struct | DepthFirstNodeVisitor< NodeT, LEVEL > | 
| Visit all nodes that are downstream of a specific node in depth-first order and apply a user-supplied functor to each node.  More... | |
| struct | DepthFirstNodeVisitor< NodeT, 0 > | 
| Namespaces | |
| namespace | openvdb | 
| namespace | openvdb::v12_0 | 
| namespace | openvdb::v12_0::tools | 
| Functions | |
| template<typename TreeT, typename OpT> | |
| size_t | visitNodesDepthFirst (TreeT &tree, OpT &op, size_t idx=0) | 
| Visit all nodes in the tree depth-first and apply a user-supplied functor to each node. | |
Implementation of a depth-first node visitor.