OpenVDB  3.2.0
Public Types | Public Member Functions | List of all members
InactivePruneOp< 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)
 
 InactivePruneOp (TreeT &tree)
 
 InactivePruneOp (TreeT &tree, const ValueT &v)
 
void operator() (LeafT &) const
 
template<typename NodeT >
void operator() (NodeT &node) const
 
void operator() (RootT &root) const
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

InactivePruneOp ( TreeT &  tree)
inline
InactivePruneOp ( TreeT &  tree,
const ValueT v 
)
inline

Member Function Documentation

BOOST_STATIC_ASSERT ( RootT::LEVEL  ,
TerminationLevel   
)
void operator() ( LeafT ) 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: