OpenVDB
8.1.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 | |
const LeafNodeType *const *const | mNodes |
BoolLeafNodeType **const | mMaskNodes |
const ValueType | mIsovalue |
using BoolLeafNodeType = tree::LeafNode<bool, LeafNodeType::LOG2DIM> |
using ValueType = typename LeafNodeType::ValueType |
|
inline |
|
inline |
const ValueType mIsovalue |
BoolLeafNodeType** const mMaskNodes |
const LeafNodeType* const * const mNodes |