|
OpenVDB
1.2.0
|
#include <VolumeToMesh.h>
Public Types | |
| typedef SrcTreeT::template ValueConverter< int >::Type | IntTreeT |
| typedef SrcTreeT::template ValueConverter< bool >::Type | BoolTreeT |
| typedef tree::ValueAccessor < const SrcTreeT > | SrcAccessorT |
| typedef tree::ValueAccessor < BoolTreeT > | BoolAccessorT |
| typedef tree::LeafManager < const IntTreeT > | LeafManagerT |
Public Member Functions | |
| BoundaryMaskGen (const LeafManagerT &auxLeafs, const SrcTreeT &, const BoolTreeT &) | |
| void | run (bool threaded=true) |
| BoolTreeT & | tree () |
| BoundaryMaskGen (BoundaryMaskGen &, tbb::split) | |
| void | operator() (const tbb::blocked_range< size_t > &) |
| void | join (BoundaryMaskGen &rhs) |
| typedef tree::ValueAccessor<BoolTreeT> BoolAccessorT |
| typedef SrcTreeT::template ValueConverter<bool>::Type BoolTreeT |
| typedef SrcTreeT::template ValueConverter<int>::Type IntTreeT |
| typedef tree::LeafManager<const IntTreeT> LeafManagerT |
| typedef tree::ValueAccessor<const SrcTreeT> SrcAccessorT |
| BoundaryMaskGen | ( | const LeafManagerT & | auxLeafs, |
| const SrcTreeT & | srcTree, | ||
| const BoolTreeT & | boolTree | ||
| ) |
| BoundaryMaskGen | ( | BoundaryMaskGen< SrcTreeT > & | rhs, |
| tbb::split | |||
| ) |
|
inline |
| void operator() | ( | const tbb::blocked_range< size_t > & | range) |
| void run | ( | bool | threaded = true) |
|
inline |
1.8.4