OpenVDB
3.2.0
|
#include <VolumeToMesh.h>
Public Types | |
typedef TreeType::template ValueConverter< Int16 >::Type | Int16TreeType |
typedef Int16TreeType::LeafNodeType | Int16LeafNodeType |
typedef TreeType::template ValueConverter< Index32 >::Type | Index32TreeType |
typedef Index32TreeType::LeafNodeType | Index32LeafNodeType |
Public Member Functions | |
ComputePolygons (const std::vector< Int16LeafNodeType * > &signFlagsLeafNodes, const Int16TreeType &signFlagsTree, const Index32TreeType &idxTree, PolygonPoolList &polygons, bool invertSurfaceOrientation) | |
void | setRefSignTree (const Int16TreeType *r) |
void | operator() (const tbb::blocked_range< size_t > &) const |
typedef Index32TreeType::LeafNodeType Index32LeafNodeType |
typedef TreeType::template ValueConverter<Index32>::Type Index32TreeType |
typedef Int16TreeType::LeafNodeType Int16LeafNodeType |
typedef TreeType::template ValueConverter<Int16>::Type Int16TreeType |
ComputePolygons | ( | const std::vector< Int16LeafNodeType * > & | signFlagsLeafNodes, |
const Int16TreeType & | signFlagsTree, | ||
const Index32TreeType & | idxTree, | ||
PolygonPoolList & | polygons, | ||
bool | invertSurfaceOrientation | ||
) |
void operator() | ( | const tbb::blocked_range< size_t > & | range | ) | const |
|
inline |