OpenVDB  1.1.0
Public Types | Public Member Functions | List of all members
Merge< DistTreeT > Class Template Reference

#include <VolumeToMesh.h>

Public Types

typedef DistTreeT::ValueType DistValueT
typedef DistTreeT::template
ValueConverter< bool >::Type 
BoolTreeT
typedef DistTreeT::template
ValueConverter< int >::Type 
IntTreeT

Public Member Functions

 Merge (const DistTreeT &distTree, LeafPtrList< IntTreeT > &auxLeafs, std::vector< size_t > &leafRegionCount, const DistValueT iso, const DistValueT adaptivity)
 Merge (const Merge< DistTreeT > &)
void setRefData (const ReferenceData< DistTreeT > &)
void runParallel ()
void runSerial ()
void operator() (const tbb::blocked_range< size_t > &) const

Member Typedef Documentation

typedef DistTreeT::template ValueConverter<bool>::Type BoolTreeT
typedef DistTreeT::ValueType DistValueT
typedef DistTreeT::template ValueConverter<int>::Type IntTreeT

Constructor & Destructor Documentation

Merge ( const DistTreeT &  distTree,
LeafPtrList< IntTreeT > &  auxLeafs,
std::vector< size_t > &  leafRegionCount,
const DistValueT  iso,
const DistValueT  adaptivity 
)
Merge ( const Merge< DistTreeT > &  rhs)
inline

Member Function Documentation

void operator() ( const tbb::blocked_range< size_t > &  range) const
void runParallel ( )
void runSerial ( )
void setRefData ( const ReferenceData< DistTreeT > &  refData)

The documentation for this class was generated from the following file: