OpenVDB
2.0.0
|
#include <VolumeToMesh.h>
Public Types | |
typedef TreeT::ValueType | ValueT |
typedef tree::ValueAccessor < const TreeT > | AccessorT |
typedef TreeT::template ValueConverter< int >::Type | IntTreeT |
typedef tree::ValueAccessor < IntTreeT > | IntAccessorT |
typedef TreeT::template ValueConverter< bool >::Type | BoolTreeT |
typedef LeafManagerT::TreeType::template ValueConverter< Int16 >::Type | Int16TreeT |
typedef tree::ValueAccessor < const Int16TreeT > | Int16AccessorT |
typedef TreeT::template ValueConverter< float >::Type | FloatTreeT |
typedef Grid< FloatTreeT > | FloatGridT |
Public Member Functions | |
MergeVoxelRegions (const LeafManagerT &signLeafs, const Int16TreeT &signTree, const TreeT &distTree, IntTreeT &idxTree, ValueT iso, ValueT adaptivity) | |
void | run (bool threaded=true) |
void | setSpatialAdaptivity (const math::Transform &distGridXForm, const FloatGridT &adaptivityField) |
void | setAdaptivityMask (const BoolTreeT *mask) |
void | setRefData (const Int16TreeT *signTree, ValueT adaptivity) |
void | operator() (const tbb::blocked_range< size_t > &) const |
typedef tree::ValueAccessor<const TreeT> AccessorT |
typedef TreeT::template ValueConverter<bool>::Type BoolTreeT |
typedef Grid<FloatTreeT> FloatGridT |
typedef TreeT::template ValueConverter<float>::Type FloatTreeT |
typedef tree::ValueAccessor<const Int16TreeT> Int16AccessorT |
typedef LeafManagerT::TreeType::template ValueConverter<Int16>::Type Int16TreeT |
typedef tree::ValueAccessor<IntTreeT> IntAccessorT |
typedef TreeT::template ValueConverter<int>::Type IntTreeT |
typedef TreeT::ValueType ValueT |
MergeVoxelRegions | ( | const LeafManagerT & | signLeafs, |
const Int16TreeT & | signTree, | ||
const TreeT & | distTree, | ||
IntTreeT & | idxTree, | ||
ValueT | iso, | ||
ValueT | adaptivity | ||
) |
void operator() | ( | const tbb::blocked_range< size_t > & | range | ) | const |
void run | ( | bool | threaded = true | ) |
void setAdaptivityMask | ( | const BoolTreeT * | mask | ) |
void setRefData | ( | const Int16TreeT * | signTree, |
ValueT | adaptivity | ||
) |
void setSpatialAdaptivity | ( | const math::Transform & | distGridXForm, |
const FloatGridT & | adaptivityField | ||
) |