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

#include <LevelSetUtil.h>

Public Types

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

Public Member Functions

 FillMaskBoundary (const TreeType &tree, ValueType isovalue, const BoolTreeType &fillMask, const BoolLeafNodeType **fillNodes, BoolLeafNodeType **newNodes)
 
void operator() (const tbb::blocked_range< size_t > &range) const
 

Member Typedef Documentation

◆ BoolLeafNodeType

typedef BoolTreeType::LeafNodeType BoolLeafNodeType

◆ BoolTreeType

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

◆ LeafNodeType

typedef TreeType::LeafNodeType LeafNodeType

◆ ValueType

typedef TreeType::ValueType ValueType

Constructor & Destructor Documentation

◆ FillMaskBoundary()

FillMaskBoundary ( const TreeType &  tree,
ValueType  isovalue,
const BoolTreeType fillMask,
const BoolLeafNodeType **  fillNodes,
BoolLeafNodeType **  newNodes 
)
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: