OpenVDB  3.2.0
Public Types | Public Member Functions | Public Attributes | List of all members
MultiResGrid< TreeType >::MaskOp Struct Reference

#include <MultiResGrid.h>

Public Types

typedef TreeType::template ValueConverter< ValueMask >::Type MaskT
 
typedef tbb::enumerable_thread_specific< TreeType > PoolType
 
typedef tree::LeafManager< const MaskTManagerT
 
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

PoolTypemPool
 

Member Typedef Documentation

typedef TreeType::template ValueConverter<ValueMask>::Type MaskT
typedef tbb::enumerable_thread_specific<TreeType> PoolType
typedef ManagerT::LeafNodeType::ValueOnCIter VoxelIterT

Constructor & Destructor Documentation

MaskOp ( const TreeType &  fineTree,
TreeType &  coarseTree,
size_t  grainSize = 1 
)
inline

Member Function Documentation

void operator() ( const RangeT range) const
inline

Member Data Documentation

PoolType* mPool

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