|
| NodeManagerLink () |
|
virtual | ~NodeManagerLink () |
|
void | clear () |
| Clear all the cached tree nodes. More...
|
|
template<typename ParentT > |
void | rebuild (ParentT &parent) |
|
Index64 | nodeCount () const |
|
Index64 | nodeCount (Index) const |
|
template<typename NodeOp > |
void | foreachBottomUp (const NodeOp &op, bool threaded, size_t grainSize) |
|
template<typename NodeOp > |
void | foreachTopDown (const NodeOp &op, bool threaded, size_t grainSize) |
|
template<typename NodeOp > |
OPENVDB_DEPRECATED void | processBottomUp (const NodeOp &op, bool threaded, size_t grainSize) |
|
template<typename NodeOp > |
OPENVDB_DEPRECATED void | processTopDown (const NodeOp &op, bool threaded, size_t grainSize) |
|
template<typename NodeOp > |
void | reduceBottomUp (NodeOp &op, bool threaded, size_t grainSize) |
|
template<typename NodeOp > |
void | reduceTopDown (NodeOp &op, bool threaded, size_t grainSize) |
|
template<typename ParentT , typename TreeOrLeafManagerT > |
void | init (ParentT &parent, TreeOrLeafManagerT &tree) |
|
template<typename NodeT>
class openvdb::v3_2_0::tree::NodeManagerLink< NodeT, 0 >
Specialization that terminates the chain of cached tree nodes.
- Note
- It is for internal use and should rarely be used directly.