OpenVDB  3.2.0
Public Member Functions | Protected Attributes | List of all members
NodeManagerLink< NodeT, 0 > Class Template Reference

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 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)
 

Protected Attributes

NodeList< NodeT > mList
 

Detailed Description

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.

Constructor & Destructor Documentation

NodeManagerLink ( )
inline
virtual ~NodeManagerLink ( )
inlinevirtual

Member Function Documentation

void clear ( )
inline

Clear all the cached tree nodes.

void foreachBottomUp ( const NodeOp &  op,
bool  threaded,
size_t  grainSize 
)
inline
void foreachTopDown ( const NodeOp &  op,
bool  threaded,
size_t  grainSize 
)
inline
void init ( ParentT &  parent,
TreeOrLeafManagerT &  tree 
)
inline
Index64 nodeCount ( ) const
inline
Index64 nodeCount ( Index  ) const
inline
OPENVDB_DEPRECATED void processBottomUp ( const NodeOp &  op,
bool  threaded,
size_t  grainSize 
)
inline
OPENVDB_DEPRECATED void processTopDown ( const NodeOp &  op,
bool  threaded,
size_t  grainSize 
)
inline
void rebuild ( ParentT &  parent)
inline
void reduceBottomUp ( NodeOp &  op,
bool  threaded,
size_t  grainSize 
)
inline
void reduceTopDown ( NodeOp &  op,
bool  threaded,
size_t  grainSize 
)
inline

Member Data Documentation

NodeList<NodeT> mList
protected

The documentation for this class was generated from the following file: