OpenVDB
3.1.0
|
#include <LevelSetFracture.h>
Public Types | |
typedef tree::LeafManager< TreeType > | LeafArray |
typedef TreeType::ValueType | ValueType |
Public Member Functions | |
MinMaxVoxel (LeafArray &) | |
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 > &) |
typedef tree::LeafManager<TreeType> LeafArray |
typedef TreeType::ValueType ValueType |
MinMaxVoxel | ( | LeafArray & | leafs | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void runParallel | ( | ) |
void runSerial | ( | ) |