OpenVDB  3.2.0
Public Types | Public Member Functions | List of all members
DiffLeafNodeMask< TreeType > Struct Template Reference

#include <MeshToVolume.h>

Public Types

typedef tree::ValueAccessor< TreeType > AccessorType
 
typedef TreeType::LeafNodeType LeafNodeType
 
typedef TreeType::template ValueConverter< bool >::Type BoolTreeType
 
typedef BoolTreeType::LeafNodeType BoolLeafNodeType
 

Public Member Functions

 DiffLeafNodeMask (const TreeType &rhsTree, std::vector< BoolLeafNodeType *> &lhsNodes)
 
void operator() (const tbb::blocked_range< size_t > &range) const
 

Member Typedef Documentation

◆ AccessorType

typedef tree::ValueAccessor<TreeType> AccessorType

◆ BoolLeafNodeType

typedef BoolTreeType::LeafNodeType BoolLeafNodeType

◆ BoolTreeType

typedef TreeType::template ValueConverter<bool>::Type BoolTreeType

◆ LeafNodeType

typedef TreeType::LeafNodeType LeafNodeType

Constructor & Destructor Documentation

◆ DiffLeafNodeMask()

DiffLeafNodeMask ( const TreeType &  rhsTree,
std::vector< BoolLeafNodeType *> &  lhsNodes 
)
inline

Member Function Documentation

◆ operator()()

void operator() ( const tbb::blocked_range< size_t > &  range) const
inline

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