OpenVDB
2.0.0
|
#include <VolumeToMesh.h>
Public Types | |
typedef tree::LeafManager < const SrcTreeT > | LeafManagerT |
typedef SrcTreeT::template ValueConverter< bool >::Type | BoolTreeT |
typedef tree::ValueAccessor < BoolTreeT > | BoolAccessorT |
Public Member Functions | |
PartGen (const LeafManagerT &leafs, size_t partitions, size_t activePart) | |
void | run (bool threaded=true) |
BoolTreeT & | tree () |
PartGen (PartGen &, tbb::split) | |
void | operator() (const tbb::blocked_range< size_t > &) |
void | join (PartGen &rhs) |
typedef tree::ValueAccessor<BoolTreeT> BoolAccessorT |
typedef SrcTreeT::template ValueConverter<bool>::Type BoolTreeT |
typedef tree::LeafManager<const SrcTreeT> LeafManagerT |
PartGen | ( | const LeafManagerT & | leafs, |
size_t | partitions, | ||
size_t | activePart | ||
) |
|
inline |
void operator() | ( | const tbb::blocked_range< size_t > & | range | ) |
void run | ( | bool | threaded = true | ) |
|
inline |