|
OpenVDB
3.2.0
|
Negative active values are set 0, everything else is set to 1.
More...
#include <LevelSetUtil.h>
Public Types | |
| typedef LeafNodeType::ValueType | ValueType |
| typedef tree::LeafNode< char, LeafNodeType::LOG2DIM > | CharLeafNodeType |
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.
| typedef tree::LeafNode<char, LeafNodeType::LOG2DIM> CharLeafNodeType |
| typedef LeafNodeType::ValueType ValueType |
|
inline |
|
inline |
| ValueType const mIsovalue |
| CharLeafNodeType** const mMaskNodes |
| LeafNodeType const* const* const mNodes |
1.8.12