OpenVDB
2.3.0
|
#include <VolumeToMesh.h>
Public Types | |
typedef SrcTreeT::template ValueConverter< int >::Type | IntTreeT |
typedef SrcTreeT::template ValueConverter< bool >::Type | BoolTreeT |
typedef tree::LeafManager < const SrcTreeT > | LeafManagerT |
Public Member Functions | |
GenBoundaryMask (const LeafManagerT &leafs, const BoolTreeT &, const IntTreeT &) | |
void | run (bool threaded=true) |
BoolTreeT & | tree () |
GenBoundaryMask (GenBoundaryMask &, tbb::split) | |
void | operator() (const tbb::blocked_range< size_t > &) |
void | join (GenBoundaryMask &rhs) |
typedef SrcTreeT::template ValueConverter<bool>::Type BoolTreeT |
typedef SrcTreeT::template ValueConverter<int>::Type IntTreeT |
typedef tree::LeafManager<const SrcTreeT> LeafManagerT |
GenBoundaryMask | ( | const LeafManagerT & | leafs, |
const BoolTreeT & | maskTree, | ||
const IntTreeT & | auxTree | ||
) |
GenBoundaryMask | ( | GenBoundaryMask< SrcTreeT > & | rhs, |
tbb::split | |||
) |
|
inline |
void operator() | ( | const tbb::blocked_range< size_t > & | range | ) |
void run | ( | bool | threaded = true | ) |
|
inline |