OpenVDB
6.0.0
|
#include <VolumeToMesh.h>
Public Types | |
using | InputLeafNodeType = typename InputTreeType::LeafNodeType |
using | InputValueType = typename InputLeafNodeType::ValueType |
using | Int16TreeType = typename InputTreeType::template ValueConverter< Int16 >::Type |
using | Int16LeafNodeType = typename Int16TreeType::LeafNodeType |
using | Index32TreeType = typename InputTreeType::template ValueConverter< Index32 >::Type |
using | Index32LeafNodeType = typename Index32TreeType::LeafNodeType |
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 |
using Index32LeafNodeType = typename Index32TreeType::LeafNodeType |
using Index32TreeType = typename InputTreeType::template ValueConverter<Index32>::Type |
using InputLeafNodeType = typename InputTreeType::LeafNodeType |
using InputValueType = typename InputLeafNodeType::ValueType |
using Int16LeafNodeType = typename Int16TreeType::LeafNodeType |
using Int16TreeType = typename InputTreeType::template ValueConverter<Int16>::Type |
|
inline |
|
inline |