OpenVDB  8.0.1
Public Types | Public Member Functions | List of all members
FloodFillSign< TreeType > Struct Template Reference

#include <LevelSetUtil.h>

Public Types

using TreeTypePtr = typename TreeType::Ptr
 
using ValueType = typename TreeType::ValueType
 
using LeafNodeType = typename TreeType::LeafNodeType
 
using RootNodeType = typename TreeType::RootNodeType
 
using NodeChainType = typename RootNodeType::NodeChainType
 
using InternalNodeType = typename NodeChainType::template Get< 1 >
 

Public Member Functions

 FloodFillSign (const TreeType &tree, std::vector< TreeTypePtr > &segments)
 
void operator() (const tbb::blocked_range< size_t > &range) const
 

Member Typedef Documentation

◆ InternalNodeType

using InternalNodeType = typename NodeChainType::template Get<1>

◆ LeafNodeType

using LeafNodeType = typename TreeType::LeafNodeType

◆ NodeChainType

using NodeChainType = typename RootNodeType::NodeChainType

◆ RootNodeType

using RootNodeType = typename TreeType::RootNodeType

◆ TreeTypePtr

using TreeTypePtr = typename TreeType::Ptr

◆ ValueType

using ValueType = typename TreeType::ValueType

Constructor & Destructor Documentation

◆ FloodFillSign()

FloodFillSign ( const TreeType &  tree,
std::vector< TreeTypePtr > &  segments 
)
inline

Member Function Documentation

◆ operator()()

void operator() ( const tbb::blocked_range< size_t > &  range) const
inline

The documentation for this struct was generated from the following file: