|
OpenVDB
1.2.0
|
#include <VolumeToMesh.h>
Public Types | |
| typedef DistTreeT::template ValueConverter< bool >::Type | BoolTreeT |
| typedef DistTreeT::template ValueConverter< int >::Type | IntTreeT |
| typedef tree::ValueAccessor < const BoolTreeT > | BoolTreeAccessorT |
| typedef tree::ValueAccessor < const IntTreeT > | IntTreeAccessorT |
Public Member Functions | |
| EdgeSmooth (LeafPtrList< BoolTreeT > &leafs, const BoolTreeT &edgeMaskTree, const IntTreeT &auxTree, PointList &points, const math::Transform &xform) | |
| EdgeSmooth (const EdgeSmooth< DistTreeT > &) | |
| void | runParallel (const size_t iterations) |
| void | runSerial (const size_t iterations) |
| void | operator() (const tbb::blocked_range< size_t > &) const |
| typedef tree::ValueAccessor<const BoolTreeT> BoolTreeAccessorT |
| typedef DistTreeT::template ValueConverter<bool>::Type BoolTreeT |
| typedef tree::ValueAccessor<const IntTreeT> IntTreeAccessorT |
| typedef DistTreeT::template ValueConverter<int>::Type IntTreeT |
| EdgeSmooth | ( | LeafPtrList< BoolTreeT > & | leafs, |
| const BoolTreeT & | edgeMaskTree, | ||
| const IntTreeT & | auxTree, | ||
| PointList & | points, | ||
| const math::Transform & | xform | ||
| ) |
| EdgeSmooth | ( | const EdgeSmooth< DistTreeT > & | rhs) |
| void operator() | ( | const tbb::blocked_range< size_t > & | range) | const |
| void runParallel | ( | const size_t | iterations) |
| void runSerial | ( | const size_t | iterations) |
1.8.4