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

#include <LevelSetUtil.h>

Public Types

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

Public Member Functions

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

Member Typedef Documentation

typedef boost::mpl::at<NodeChainType, boost::mpl::int_<1> >::type InternalNodeType
typedef TreeType::LeafNodeType LeafNodeType
typedef RootNodeType::NodeChainType NodeChainType
typedef TreeType::RootNodeType RootNodeType
typedef TreeType::Ptr TreeTypePtr
typedef TreeType::ValueType 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: