|
OpenVDB
1.1.0
|
#include <VolumeToMesh.h>
Public Types | |
| typedef DistTreeT::ValueType | DistValueT |
| typedef DistTreeT::template ValueConverter< bool >::Type | BoolTreeT |
| typedef DistTreeT::template ValueConverter< int >::Type | IntTreeT |
Public Member Functions | |
| Merge (const DistTreeT &distTree, LeafPtrList< IntTreeT > &auxLeafs, std::vector< size_t > &leafRegionCount, const DistValueT iso, const DistValueT adaptivity) | |
| Merge (const Merge< DistTreeT > &) | |
| void | setRefData (const ReferenceData< DistTreeT > &) |
| void | runParallel () |
| void | runSerial () |
| void | operator() (const tbb::blocked_range< size_t > &) const |
| typedef DistTreeT::template ValueConverter<bool>::Type BoolTreeT |
| typedef DistTreeT::ValueType DistValueT |
| typedef DistTreeT::template ValueConverter<int>::Type IntTreeT |
| Merge | ( | const DistTreeT & | distTree, |
| LeafPtrList< IntTreeT > & | auxLeafs, | ||
| std::vector< size_t > & | leafRegionCount, | ||
| const DistValueT | iso, | ||
| const DistValueT | adaptivity | ||
| ) |
| void operator() | ( | const tbb::blocked_range< size_t > & | range | ) | const |
| void runParallel | ( | ) |
| void runSerial | ( | ) |
| void setRefData | ( | const ReferenceData< DistTreeT > & | refData | ) |
1.8.3.1