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

#include <LevelSetUtil.h>

Public Types

typedef TreeType::ValueType ValueType
 
typedef TreeType::LeafNodeType LeafNodeType
 
typedef LeafNodeType::NodeMaskType NodeMaskType
 
typedef tree::LeafNode< bool, LeafNodeType::LOG2DIM > BoolLeafNodeType
 

Public Member Functions

 FillLeafNodeVoxels (const TreeType &tree, std::vector< BoolLeafNodeType *> &maskNodes)
 
void operator() (const tbb::blocked_range< size_t > &range) const
 

Public Attributes

TreeType const *const mTree
 
BoolLeafNodeType **const mMaskNodes
 

Member Typedef Documentation

§ BoolLeafNodeType

typedef tree::LeafNode<bool, LeafNodeType::LOG2DIM> BoolLeafNodeType

§ LeafNodeType

typedef TreeType::LeafNodeType LeafNodeType

§ NodeMaskType

typedef LeafNodeType::NodeMaskType NodeMaskType

§ ValueType

typedef TreeType::ValueType ValueType

Constructor & Destructor Documentation

§ FillLeafNodeVoxels()

FillLeafNodeVoxels ( const TreeType &  tree,
std::vector< BoolLeafNodeType *> &  maskNodes 
)
inline

Member Function Documentation

§ operator()()

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

Member Data Documentation

§ mMaskNodes

BoolLeafNodeType** const mMaskNodes

§ mTree

TreeType const* const mTree

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