OpenVDB
5.2.0
|
#include <Diagnostics.h>
Public Types | |
using | LeafArray = tree::LeafManager< TreeType > |
using | ValueType = typename TreeType::ValueType |
using | SetType = std::set< ValueType > |
Public Member Functions | |
InactiveVoxelValues (LeafArray &, size_t numValues) | |
void | runParallel () |
void | runSerial () |
void | getInactiveValues (SetType &) const |
InactiveVoxelValues (const InactiveVoxelValues< TreeType > &, tbb::split) | |
void | operator() (const tbb::blocked_range< size_t > &) |
void | join (const InactiveVoxelValues< TreeType > &) |
using LeafArray = tree::LeafManager<TreeType> |
using ValueType = typename TreeType::ValueType |
InactiveVoxelValues | ( | LeafArray & | leafs, |
size_t | numValues | ||
) |
|
inline |
|
inline |
|
inline |
|
inline |
void runParallel | ( | ) |
void runSerial | ( | ) |