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

#include <LevelSetUtil.h>

Public Types

typedef TreeType::ValueType ValueType
 
typedef TreeType::LeafNodeType LeafNodeType
 
typedef LeafNodeType::NodeMaskType NodeMaskType
 
typedef TreeType::template ValueConverter< bool >::Type BoolTreeType
 
typedef BoolTreeType::LeafNodeType BoolLeafNodeType
 

Public Member Functions

 ExpandLeafNodeRegion (const TreeType &distTree, BoolTreeType &maskTree, std::vector< BoolLeafNodeType * > &maskNodes)
 
 ExpandLeafNodeRegion (const ExpandLeafNodeRegion &rhs, tbb::split)
 
BoolTreeTypenewMaskTree ()
 
void join (ExpandLeafNodeRegion &rhs)
 
void operator() (const tbb::blocked_range< size_t > &range)
 

Member Typedef Documentation

typedef BoolTreeType::LeafNodeType BoolLeafNodeType
typedef TreeType::template ValueConverter<bool>::Type BoolTreeType
typedef TreeType::LeafNodeType LeafNodeType
typedef LeafNodeType::NodeMaskType NodeMaskType
typedef TreeType::ValueType ValueType

Constructor & Destructor Documentation

ExpandLeafNodeRegion ( const TreeType &  distTree,
BoolTreeType maskTree,
std::vector< BoolLeafNodeType * > &  maskNodes 
)
inline
ExpandLeafNodeRegion ( const ExpandLeafNodeRegion< TreeType > &  rhs,
tbb::split   
)
inline

Member Function Documentation

void join ( ExpandLeafNodeRegion< TreeType > &  rhs)
inline
BoolTreeType& newMaskTree ( )
inline
void operator() ( const tbb::blocked_range< size_t > &  range)
inline

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