|
OpenVDB
1.2.0
|
#include <VolumeToMesh.h>
Public Types | |
| typedef DistTreeT::ValueType | DistValueT |
| typedef tree::ValueAccessor < const DistTreeT > | DistTreeAccessorT |
| typedef DistTreeT::template ValueConverter< int >::Type | IntTreeT |
Public Member Functions | |
| PointGen (const DistTreeT &distTree, const LeafPtrList< IntTreeT > &auxLeafs, std::vector< size_t > &leafIndices, const openvdb::math::Transform &xform, PointList &points, double iso=0.0) | |
| PointGen (const PointGen< DistTreeT > &) | |
| void | setRefData (const ReferenceData< DistTreeT > &) |
| void | runParallel () |
| void | runSerial () |
| void | operator() (const tbb::blocked_range< size_t > &) const |
| typedef tree::ValueAccessor<const DistTreeT> DistTreeAccessorT |
| typedef DistTreeT::ValueType DistValueT |
| typedef DistTreeT::template ValueConverter<int>::Type IntTreeT |
| PointGen | ( | const DistTreeT & | distTree, |
| const LeafPtrList< IntTreeT > & | auxLeafs, | ||
| std::vector< size_t > & | leafIndices, | ||
| const openvdb::math::Transform & | xform, | ||
| PointList & | points, | ||
| double | iso = 0.0 |
||
| ) |
| void operator() | ( | const tbb::blocked_range< size_t > & | range) | const |
| void runParallel | ( | ) |
| void runSerial | ( | ) |
| void setRefData | ( | const ReferenceData< DistTreeT > & | refData) |
1.8.4