|
OpenVDB
3.1.0
|
Specialization that terminates the chain of cached tree nodes. More...
#include <NodeManager.h>
Public Member Functions | |
| 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 | processBottomUp (const NodeOp &op, bool threaded, size_t grainSize) |
| template<typename NodeOp > | |
| void | processTopDown (const NodeOp &op, bool threaded, size_t grainSize) |
| template<typename ParentT , typename TreeOrLeafManagerT > | |
| void | init (ParentT &parent, TreeOrLeafManagerT &tree) |
Protected Attributes | |
| NodeList< NodeT > | mList |
Specialization that terminates the chain of cached tree nodes.
|
inline |
|
inlinevirtual |
|
inline |
Clear all the cached tree nodes.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
1.8.11