OpenVDB  2.3.0
Public Types | Public Member Functions | List of all members
GenPolygons< LeafManagerT, PrimBuilder > Class Template Reference

#include <VolumeToMesh.h>

Public Types

typedef
LeafManagerT::TreeType::template
ValueConverter< int >::Type 
IntTreeT
 
typedef
LeafManagerT::TreeType::template
ValueConverter< Int16 >::Type 
Int16TreeT
 
typedef tree::ValueAccessor
< const IntTreeT
IntAccessorT
 
typedef tree::ValueAccessor
< const Int16TreeT
Int16AccessorT
 

Public Member Functions

 GenPolygons (const LeafManagerT &signLeafs, const Int16TreeT &signTree, const IntTreeT &idxTree, PolygonPoolList &polygons, Index32 pointListSize)
 
void run (bool threaded=true)
 
void setRefSignTree (const Int16TreeT *r)
 
void operator() (const tbb::blocked_range< size_t > &) const
 

Member Typedef Documentation

typedef LeafManagerT::TreeType::template ValueConverter<Int16>::Type Int16TreeT
typedef LeafManagerT::TreeType::template ValueConverter<int>::Type IntTreeT

Constructor & Destructor Documentation

GenPolygons ( const LeafManagerT &  signLeafs,
const Int16TreeT signTree,
const IntTreeT idxTree,
PolygonPoolList polygons,
Index32  pointListSize 
)

Member Function Documentation

void operator() ( const tbb::blocked_range< size_t > &  range) const
void run ( bool  threaded = true)
void setRefSignTree ( const Int16TreeT r)
inline

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