OpenVDB  3.2.0
Classes | Public Types | Public Member Functions | List of all members
TolerancePruneOp< TreeT, TerminationLevel > Class Template Reference

#include <Prune.h>

Public Types

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

Public Member Functions

 BOOST_STATIC_ASSERT (RootT::LEVEL > TerminationLevel)
 
 TolerancePruneOp (TreeT &tree, const ValueT &t)
 
void operator() (RootT &root) const
 
template<typename NodeT >
void operator() (NodeT &node) const
 
void operator() (LeafT &) const
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

TolerancePruneOp ( TreeT &  tree,
const ValueT t 
)
inline

Member Function Documentation

BOOST_STATIC_ASSERT ( RootT::LEVEL  ,
TerminationLevel   
)
void operator() ( RootT root) const
inline
void operator() ( NodeT &  node) const
inline
void operator() ( LeafT ) const
inline

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