OpenVDB
6.0.0
|
#include <LevelSetUtil.h>
Public Types | |
using | ValueType = typename TreeType::ValueType |
Public Member Functions | |
MaskInteriorTiles (ValueType isovalue, const TreeType &tree, InternalNodeType **maskNodes) | |
void | operator() (const tbb::blocked_range< size_t > &range) const |
Public Attributes | |
TreeType const *const | mTree |
InternalNodeType **const | mMaskNodes |
ValueType const | mIsovalue |
using ValueType = typename TreeType::ValueType |
|
inline |
|
inline |
ValueType const mIsovalue |
InternalNodeType** const mMaskNodes |
TreeType const* const mTree |