OpenVDB  3.0.0
Public Types | Public Member Functions | List of all members
SignedFloodFillOp< TreeOrLeafManagerT > Class Template Reference

#include <SignedFloodFill.h>

Public Types

typedef TreeOrLeafManagerT::ValueType ValueT
 
typedef TreeOrLeafManagerT::RootNodeType RootT
 
typedef TreeOrLeafManagerT::LeafNodeType LeafT
 

Public Member Functions

 BOOST_STATIC_ASSERT (boost::is_floating_point< ValueT >::value)
 
 SignedFloodFillOp (const TreeOrLeafManagerT &tree)
 
 SignedFloodFillOp (const TreeOrLeafManagerT &tree, const ValueT &background)
 
 SignedFloodFillOp (ValueT outsideValue, ValueT insideValue)
 
void operator() (LeafT &leaf) const
 
template<typename NodeT >
void operator() (NodeT &node) const
 
void operator() (RootT &root) const
 

Member Typedef Documentation

typedef TreeOrLeafManagerT::LeafNodeType LeafT
typedef TreeOrLeafManagerT::RootNodeType RootT
typedef TreeOrLeafManagerT::ValueType ValueT

Constructor & Destructor Documentation

SignedFloodFillOp ( const TreeOrLeafManagerT &  tree)
inline
SignedFloodFillOp ( const TreeOrLeafManagerT &  tree,
const ValueT background 
)
inline
SignedFloodFillOp ( ValueT  outsideValue,
ValueT  insideValue 
)
inline

Member Function Documentation

BOOST_STATIC_ASSERT ( boost::is_floating_point< ValueT >::value  )
void operator() ( LeafT leaf) const
inline
void operator() ( NodeT &  node) const
inline
void operator() ( RootT root) const
inline

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