OpenVDB
6.0.0
|
#include <VolumeToMesh.h>
Public Types | |
using | Int16TreeType = typename TreeType::template ValueConverter< Int16 >::Type |
using | Int16LeafNodeType = typename Int16TreeType::LeafNodeType |
using | Index32TreeType = typename TreeType::template ValueConverter< Index32 >::Type |
using | Index32LeafNodeType = typename Index32TreeType::LeafNodeType |
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 |
using Index32LeafNodeType = typename Index32TreeType::LeafNodeType |
using Index32TreeType = typename TreeType::template ValueConverter<Index32>::Type |
using Int16LeafNodeType = typename Int16TreeType::LeafNodeType |
using Int16TreeType = typename TreeType::template ValueConverter<Int16>::Type |
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 |