OpenVDB  2.1.0
Public Types | Public Member Functions | List of all members
GenBoundaryMask< SrcTreeT > Class Template Reference

#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)
 
BoolTreeTtree ()
 
 GenBoundaryMask (GenBoundaryMask &, tbb::split)
 
void operator() (const tbb::blocked_range< size_t > &)
 
void join (GenBoundaryMask &rhs)
 

Member Typedef Documentation

typedef SrcTreeT::template ValueConverter<bool>::Type BoolTreeT
typedef SrcTreeT::template ValueConverter<int>::Type IntTreeT
typedef tree::LeafManager<const SrcTreeT> LeafManagerT

Constructor & Destructor Documentation

GenBoundaryMask ( const LeafManagerT leafs,
const BoolTreeT maskTree,
const IntTreeT auxTree 
)
GenBoundaryMask ( GenBoundaryMask< SrcTreeT > &  rhs,
tbb::split   
)

Member Function Documentation

void join ( GenBoundaryMask< SrcTreeT > &  rhs)
inline
void operator() ( const tbb::blocked_range< size_t > &  range)
void run ( bool  threaded = true)
BoolTreeT& tree ( )
inline

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