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

#include <VolumeToMesh.h>

Public Types

typedef InputTreeType::LeafNodeType InputLeafNodeType
 
typedef InputLeafNodeType::ValueType InputValueType
 
typedef InputTreeType::template ValueConverter< Int16 >::Type Int16TreeType
 
typedef Int16TreeType::LeafNodeType Int16LeafNodeType
 
typedef InputTreeType::template ValueConverter< Index32 >::Type Index32TreeType
 
typedef Index32TreeType::LeafNodeType Index32LeafNodeType
 

Public Member Functions

 SeamLineWeights (const std::vector< Int16LeafNodeType *> &signFlagsLeafNodes, const InputTreeType &inputTree, const Index32TreeType &refPointIndexTree, const Int16TreeType &refSignFlagsTree, uint32_t *quantizedPoints, InputValueType iso)
 
void operator() (const tbb::blocked_range< size_t > &range) const
 

Member Typedef Documentation

◆ Index32LeafNodeType

typedef Index32TreeType::LeafNodeType Index32LeafNodeType

◆ Index32TreeType

typedef InputTreeType::template ValueConverter<Index32>::Type Index32TreeType

◆ InputLeafNodeType

typedef InputTreeType::LeafNodeType InputLeafNodeType

◆ InputValueType

typedef InputLeafNodeType::ValueType InputValueType

◆ Int16LeafNodeType

typedef Int16TreeType::LeafNodeType Int16LeafNodeType

◆ Int16TreeType

typedef InputTreeType::template ValueConverter<Int16>::Type Int16TreeType

Constructor & Destructor Documentation

◆ SeamLineWeights()

SeamLineWeights ( const std::vector< Int16LeafNodeType *> &  signFlagsLeafNodes,
const InputTreeType &  inputTree,
const Index32TreeType refPointIndexTree,
const Int16TreeType refSignFlagsTree,
uint32_t *  quantizedPoints,
InputValueType  iso 
)
inline

Member Function Documentation

◆ operator()()

void operator() ( const tbb::blocked_range< size_t > &  range) const
inline

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