OpenVDB  0.104.0
Public Types | Public Member Functions | Static Public Member Functions | List of all members
MinMaxVoxel< TreeType > Class Template Reference

Threaded operation to find the min and max active voxel values. More...

#include <LevelSetUtil.h>

Public Types

typedef TreeType::ValueType ValueType
 

Public Member Functions

 MinMaxVoxel (LeafArray &)
 LeafArray = openvdb::tree::LeafManager<TreeType> leafs(myTree) More...
 
void runParallel ()
 
void runSerial ()
 
const ValueTypeminVoxel () const
 
const ValueTypemaxVoxel () const
 
 MinMaxVoxel (const MinMaxVoxel< TreeType > &, tbb::split)
 
void operator() (const tbb::blocked_range< size_t > &)
 
void join (const MinMaxVoxel< TreeType > &)
 

Static Public Member Functions

typedef tree::LeafManager
< TreeType > 
LeafArray
 

Detailed Description

template<class TreeType>
class openvdb::v0_104_0::tools::MinMaxVoxel< TreeType >

Threaded operation to find the min and max active voxel values.

Member Typedef Documentation

typedef tree::LeafManager<TreeType> LeafArray
static
typedef TreeType::ValueType ValueType

Constructor & Destructor Documentation

MinMaxVoxel ( LeafArray leafs)

LeafArray = openvdb::tree::LeafManager<TreeType> leafs(myTree)

MinMaxVoxel ( const MinMaxVoxel< TreeType > &  rhs,
tbb::split   
)
inline

Member Function Documentation

void join ( const MinMaxVoxel< TreeType > &  rhs)
inline
const ValueType& maxVoxel ( ) const
inline
const ValueType& minVoxel ( ) const
inline
void operator() ( const tbb::blocked_range< size_t > &  range)
inline
void runParallel ( )
void runSerial ( )

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