OpenVDB  3.2.0
Public Types | Public Member Functions | List of all members
MergeVoxelRegions< InputGridType > Struct Template Reference

#include <VolumeToMesh.h>

Public Types

typedef InputGridType::TreeType InputTreeType
 
typedef InputTreeType::LeafNodeType InputLeafNodeType
 
typedef InputLeafNodeType::ValueType InputValueType
 
typedef InputTreeType::template ValueConverter< float >::Type FloatTreeType
 
typedef FloatTreeType::LeafNodeType FloatLeafNodeType
 
typedef Grid< FloatTreeTypeFloatGridType
 
typedef InputTreeType::template ValueConverter< Int16 >::Type Int16TreeType
 
typedef Int16TreeType::LeafNodeType Int16LeafNodeType
 
typedef InputTreeType::template ValueConverter< Index32 >::Type Index32TreeType
 
typedef Index32TreeType::LeafNodeType Index32LeafNodeType
 
typedef InputTreeType::template ValueConverter< bool >::Type BoolTreeType
 
typedef BoolTreeType::LeafNodeType BoolLeafNodeType
 

Public Member Functions

 MergeVoxelRegions (const InputGridType &inputGrid, const Index32TreeType &pointIndexTree, const std::vector< Index32LeafNodeType * > &pointIndexLeafNodes, const std::vector< Int16LeafNodeType * > &signFlagsLeafNodes, InputValueType iso, float adaptivity, bool invertSurfaceOrientation)
 
void setSpatialAdaptivity (const FloatGridType &grid)
 
void setAdaptivityMask (const BoolTreeType &mask)
 
void setRefSignFlagsData (const Int16TreeType &signFlagsData, float internalAdaptivity)
 
void operator() (const tbb::blocked_range< size_t > &) const
 

Member Typedef Documentation

typedef BoolTreeType::LeafNodeType BoolLeafNodeType
typedef InputTreeType::template ValueConverter<bool>::Type BoolTreeType
typedef FloatTreeType::LeafNodeType FloatLeafNodeType
typedef InputTreeType::template ValueConverter<float>::Type FloatTreeType
typedef Index32TreeType::LeafNodeType Index32LeafNodeType
typedef InputTreeType::template ValueConverter<Index32>::Type Index32TreeType
typedef InputTreeType::LeafNodeType InputLeafNodeType
typedef InputGridType::TreeType InputTreeType
typedef InputLeafNodeType::ValueType InputValueType
typedef Int16TreeType::LeafNodeType Int16LeafNodeType
typedef InputTreeType::template ValueConverter<Int16>::Type Int16TreeType

Constructor & Destructor Documentation

MergeVoxelRegions ( const InputGridType &  inputGrid,
const Index32TreeType pointIndexTree,
const std::vector< Index32LeafNodeType * > &  pointIndexLeafNodes,
const std::vector< Int16LeafNodeType * > &  signFlagsLeafNodes,
InputValueType  iso,
float  adaptivity,
bool  invertSurfaceOrientation 
)

Member Function Documentation

void operator() ( const tbb::blocked_range< size_t > &  range) const
void setAdaptivityMask ( const BoolTreeType mask)
inline
void setRefSignFlagsData ( const Int16TreeType signFlagsData,
float  internalAdaptivity 
)
inline
void setSpatialAdaptivity ( const FloatGridType grid)
inline

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