|
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 | |
| SeamMaskGen (LeafPtrList< BoolTreeT > &seamMaskLeafs, const BoolTreeT &topologyMaskTree, const IntTreeT &auxTree) | |
| SeamMaskGen (const SeamMaskGen< DistTreeT > &) | |
| void | runParallel () |
| void | runSerial () |
| 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 |
| SeamMaskGen | ( | LeafPtrList< BoolTreeT > & | seamMaskLeafs, |
| const BoolTreeT & | topologyMaskTree, | ||
| const IntTreeT & | auxTree | ||
| ) |
| SeamMaskGen | ( | const SeamMaskGen< DistTreeT > & | rhs) |
| void operator() | ( | const tbb::blocked_range< size_t > & | range) | const |
| void runParallel | ( | ) |
| void runSerial | ( | ) |
1.8.4