OpenVDB
3.2.0
|
#include <VolumeToMesh.h>
Public Types | |
typedef InputTreeType::LeafNodeType | InputLeafNodeType |
typedef InputLeafNodeType::ValueType | InputValueType |
typedef InputTreeType::template ValueConverter< bool >::Type | BoolTreeType |
Public Member Functions | |
IdentifyIntersectingVoxels (const InputTreeType &inputTree, const std::vector< const InputLeafNodeType * > &inputLeafNodes, BoolTreeType &intersectionTree, InputValueType iso) | |
IdentifyIntersectingVoxels (IdentifyIntersectingVoxels &, tbb::split) | |
void | operator() (const tbb::blocked_range< size_t > &) |
void | join (const IdentifyIntersectingVoxels &rhs) |
typedef InputTreeType::template ValueConverter<bool>::Type BoolTreeType |
typedef InputTreeType::LeafNodeType InputLeafNodeType |
typedef InputLeafNodeType::ValueType InputValueType |
IdentifyIntersectingVoxels | ( | const InputTreeType & | inputTree, |
const std::vector< const InputLeafNodeType * > & | inputLeafNodes, | ||
BoolTreeType & | intersectionTree, | ||
InputValueType | iso | ||
) |
IdentifyIntersectingVoxels | ( | IdentifyIntersectingVoxels< InputTreeType > & | rhs, |
tbb::split | |||
) |
|
inline |
void operator() | ( | const tbb::blocked_range< size_t > & | range | ) |