OpenVDB
6.0.0
|
#include <LevelSetUtil.h>
Public Types | |
using | ValueType = typename TreeType::ValueType |
using | LeafNodeType = typename TreeType::LeafNodeType |
using | NodeMaskType = typename LeafNodeType::NodeMaskType |
using | BoolLeafNodeType = tree::LeafNode< bool, LeafNodeType::LOG2DIM > |
Public Member Functions | |
FillLeafNodeVoxels (const TreeType &tree, std::vector< BoolLeafNodeType * > &maskNodes) | |
void | operator() (const tbb::blocked_range< size_t > &range) const |
Public Attributes | |
TreeType const *const | mTree |
BoolLeafNodeType **const | mMaskNodes |
using BoolLeafNodeType = tree::LeafNode<bool, LeafNodeType::LOG2DIM> |
using LeafNodeType = typename TreeType::LeafNodeType |
using NodeMaskType = typename LeafNodeType::NodeMaskType |
using ValueType = typename TreeType::ValueType |
|
inline |
|
inline |
BoolLeafNodeType** const mMaskNodes |
TreeType const* const mTree |