OpenVDB
6.0.0
|
Negative active values are set 0
, everything else is set to 1
.
More...
#include <LevelSetUtil.h>
Public Types | |
using | ValueType = typename LeafNodeType::ValueType |
using | CharLeafNodeType = tree::LeafNode< char, LeafNodeType::LOG2DIM > |
Public Member Functions | |
LabelBoundaryVoxels (ValueType isovalue, const LeafNodeType **nodes, CharLeafNodeType **maskNodes) | |
void | operator() (const tbb::blocked_range< size_t > &range) const |
Public Attributes | |
LeafNodeType const *const *const | mNodes |
CharLeafNodeType **const | mMaskNodes |
ValueType const | mIsovalue |
Negative active values are set 0
, everything else is set to 1
.
using CharLeafNodeType = tree::LeafNode<char, LeafNodeType::LOG2DIM> |
using ValueType = typename LeafNodeType::ValueType |
|
inline |
|
inline |
ValueType const mIsovalue |
CharLeafNodeType** const mMaskNodes |
LeafNodeType const* const* const mNodes |