OpenVDB  6.0.0
Public Types | Public Member Functions | Public Attributes | List of all members
FindMinMaxVoxelValue< LeafNodeType > Struct Template Reference

#include <LevelSetFracture.h>

Public Types

typedef LeafNodeType::ValueType ValueType
 

Public Member Functions

 FindMinMaxVoxelValue (const std::vector< const LeafNodeType * > &nodes)
 
 FindMinMaxVoxelValue (FindMinMaxVoxelValue &rhs, tbb::split)
 
void operator() (const tbb::blocked_range< size_t > &range)
 
void join (FindMinMaxVoxelValue &rhs)
 

Public Attributes

ValueType minValue
 
ValueType maxValue
 
LeafNodeType const *const *const mNodes
 

Member Typedef Documentation

◆ ValueType

typedef LeafNodeType::ValueType ValueType

Constructor & Destructor Documentation

◆ FindMinMaxVoxelValue() [1/2]

FindMinMaxVoxelValue ( const std::vector< const LeafNodeType * > &  nodes)
inline

◆ FindMinMaxVoxelValue() [2/2]

FindMinMaxVoxelValue ( FindMinMaxVoxelValue< LeafNodeType > &  rhs,
tbb::split   
)
inline

Member Function Documentation

◆ join()

void join ( FindMinMaxVoxelValue< LeafNodeType > &  rhs)
inline

◆ operator()()

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

Member Data Documentation

◆ maxValue

ValueType maxValue

◆ minValue

ValueType minValue

◆ mNodes

LeafNodeType const* const* const mNodes

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