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 | BoolTreeType = typename TreeType::template ValueConverter< bool >::Type |
using | BoolLeafNodeType = typename BoolTreeType::LeafNodeType |
Public Member Functions | |
ExpandLeafNodeRegion (const TreeType &distTree, BoolTreeType &maskTree, std::vector< BoolLeafNodeType * > &maskNodes) | |
ExpandLeafNodeRegion (const ExpandLeafNodeRegion &rhs, tbb::split) | |
BoolTreeType & | newMaskTree () |
void | join (ExpandLeafNodeRegion &rhs) |
void | operator() (const tbb::blocked_range< size_t > &range) |
using BoolLeafNodeType = typename BoolTreeType::LeafNodeType |
using BoolTreeType = typename TreeType::template ValueConverter<bool>::Type |
using LeafNodeType = typename TreeType::LeafNodeType |
using NodeMaskType = typename LeafNodeType::NodeMaskType |
using ValueType = typename TreeType::ValueType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |