OpenVDB  4.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 boost::mpl::at< NodeChainType, boost::mpl::int_< 1 > >::type
 

Public Member Functions

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

Member Typedef Documentation

using InternalNodeType = typename boost::mpl::at<NodeChainType, boost::mpl::int_<1> >::type
using LeafNodeType = typename TreeType::LeafNodeType
using NodeChainType = typename RootNodeType::NodeChainType
using RootNodeType = typename TreeType::RootNodeType
using TreeTypePtr = typename TreeType::Ptr
using ValueType = typename TreeType::ValueType

Constructor & Destructor Documentation

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

Member Function Documentation

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

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