OpenVDB
5.2.0
|
#include <LevelSetUtil.h>
Public Types | |
using | ValueType = typename LeafNodeType::ValueType |
using | BoolLeafNodeType = tree::LeafNode< bool, LeafNodeType::LOG2DIM > |
Public Member Functions | |
MaskInteriorVoxels (ValueType isovalue, const LeafNodeType **nodes, BoolLeafNodeType **maskNodes) | |
void | operator() (const tbb::blocked_range< size_t > &range) const |
Public Attributes | |
LeafNodeType const *const *const | mNodes |
BoolLeafNodeType **const | mMaskNodes |
ValueType const | mIsovalue |
using BoolLeafNodeType = tree::LeafNode<bool, LeafNodeType::LOG2DIM> |
using ValueType = typename LeafNodeType::ValueType |
|
inline |
|
inline |
ValueType const mIsovalue |
BoolLeafNodeType** const mMaskNodes |
LeafNodeType const* const* const mNodes |