OpenVDB
5.2.0
|
#include <LevelSetUtil.h>
Public Types | |
using | ValueType = typename TreeType::ValueType |
using | LeafNodeType = typename TreeType::LeafNodeType |
using | BoolTreeType = typename TreeType::template ValueConverter< bool >::Type |
using | BoolLeafNodeType = typename BoolTreeType::LeafNodeType |
Public Member Functions | |
FillMaskBoundary (const TreeType &tree, ValueType isovalue, const BoolTreeType &fillMask, const BoolLeafNodeType **fillNodes, BoolLeafNodeType **newNodes) | |
void | operator() (const tbb::blocked_range< size_t > &range) const |
using BoolLeafNodeType = typename BoolTreeType::LeafNodeType |
using BoolTreeType = typename TreeType::template ValueConverter<bool>::Type |
using LeafNodeType = typename TreeType::LeafNodeType |
using ValueType = typename TreeType::ValueType |
|
inline |
|
inline |