|
OpenVDB
3.1.0
|
#include <VolumeToMesh.h>
Public Types | |
| typedef TreeT::ValueType | ValueT |
| typedef tree::ValueAccessor< const TreeT > | AccessorT |
| typedef TreeT::template ValueConverter< int >::Type | IntTreeT |
| typedef tree::ValueAccessor< IntTreeT > | IntAccessorT |
| typedef TreeT::template ValueConverter< Int16 >::Type | Int16TreeT |
| typedef tree::ValueAccessor< Int16TreeT > | Int16AccessorT |
Public Member Functions | |
| SignData (const TreeT &distTree, const LeafManagerT &leafs, ValueT iso) | |
| void | run (bool threaded=true) |
| Int16TreeT::Ptr | signTree () const |
| IntTreeT::Ptr | idxTree () const |
| SignData (SignData &, tbb::split) | |
| void | operator() (const tbb::blocked_range< size_t > &) |
| void | join (const SignData &rhs) |
| typedef tree::ValueAccessor<const TreeT> AccessorT |
| typedef tree::ValueAccessor<Int16TreeT> Int16AccessorT |
| typedef TreeT::template ValueConverter<Int16>::Type Int16TreeT |
| typedef tree::ValueAccessor<IntTreeT> IntAccessorT |
| typedef TreeT::template ValueConverter<int>::Type IntTreeT |
| typedef TreeT::ValueType ValueT |
|
inline |
|
inline |
| void operator() | ( | const tbb::blocked_range< size_t > & | range | ) |
| void run | ( | bool | threaded = true | ) |
|
inline |
1.8.11