OpenVDB
12.0.0
|
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, 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 | |
openvdb | |
openvdb::v12_0 | |
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. More... | |
Implementation of a depth-first node visitor.