|
OpenVDB
0.104.0
|
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 ValueType & | minVoxel () const |
| const ValueType & | maxVoxel () 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 |
Threaded operation to find the min and max active voxel values.
|
static |
| typedef TreeType::ValueType ValueType |
| MinMaxVoxel | ( | LeafArray & | leafs | ) |
LeafArray = openvdb::tree::LeafManager<TreeType> leafs(myTree)
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void runParallel | ( | ) |
| void runSerial | ( | ) |
1.8.3.1