OpenVDB
2.0.0
|
#include <VolumeToMesh.h>
Public Types | |
typedef LeafManagerT::TreeType::template ValueConverter< int >::Type | IntTreeT |
typedef LeafManagerT::TreeType::template ValueConverter< Int16 >::Type | Int16TreeT |
typedef tree::ValueAccessor < const IntTreeT > | IntAccessorT |
typedef tree::ValueAccessor < const Int16TreeT > | Int16AccessorT |
Public Member Functions | |
GenPolygons (const LeafManagerT &signLeafs, const Int16TreeT &signTree, const IntTreeT &idxTree, PolygonPoolList &polygons, Index32 pointListSize) | |
void | run (bool threaded=true) |
void | setRefSignTree (const Int16TreeT *r) |
void | operator() (const tbb::blocked_range< size_t > &) const |
typedef tree::ValueAccessor<const Int16TreeT> Int16AccessorT |
typedef LeafManagerT::TreeType::template ValueConverter<Int16>::Type Int16TreeT |
typedef tree::ValueAccessor<const IntTreeT> IntAccessorT |
typedef LeafManagerT::TreeType::template ValueConverter<int>::Type IntTreeT |
GenPolygons | ( | const LeafManagerT & | signLeafs, |
const Int16TreeT & | signTree, | ||
const IntTreeT & | idxTree, | ||
PolygonPoolList & | polygons, | ||
Index32 | pointListSize | ||
) |
void operator() | ( | const tbb::blocked_range< size_t > & | range | ) | const |
void run | ( | bool | threaded = true | ) |
|
inline |