OpenVDB
4.0.1
|
#include <MultiResGrid.h>
Public Types | |
typedef TreeType::template ValueConverter< ValueMask >::Type | MaskT |
typedef tbb::enumerable_thread_specific< TreeType > | PoolType |
typedef tree::LeafManager< const MaskT > | ManagerT |
typedef ManagerT::LeafRange | RangeT |
typedef ManagerT::LeafNodeType::ValueOnCIter | VoxelIterT |
Public Member Functions | |
MaskOp (const TreeType &fineTree, TreeType &coarseTree, size_t grainSize=1) | |
void | operator() (const RangeT &range) const |
Public Attributes | |
PoolType * | mPool |
typedef tree::LeafManager<const MaskT> ManagerT |
typedef tbb::enumerable_thread_specific<TreeType> PoolType |
typedef ManagerT::LeafRange RangeT |
typedef ManagerT::LeafNodeType::ValueOnCIter VoxelIterT |
|
inline |
|
inline |
PoolType* mPool |