|
OpenVDB
3.2.0
|
#include <LevelSetUtil.h>
Public Types | |
| typedef LeafNodeType::ValueType | ValueType |
| typedef tree::LeafNode< bool, LeafNodeType::LOG2DIM > | BoolLeafNodeType |
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 |
| typedef tree::LeafNode<bool, LeafNodeType::LOG2DIM> BoolLeafNodeType |
| typedef LeafNodeType::ValueType ValueType |
|
inline |
|
inline |
| ValueType const mIsovalue |
| BoolLeafNodeType** const mMaskNodes |
| LeafNodeType const* const* const mNodes |
1.8.12