OpenVDB  9.0.1
Public Types | Public Member Functions | List of all members
InactivePruneOp< TreeT, TerminationLevel > Class Template Reference

#include <openvdb/tools/Prune.h>

Public Types

using ValueT = typename TreeT::ValueType
 
using RootT = typename TreeT::RootNodeType
 
using LeafT = typename TreeT::LeafNodeType
 

Public Member Functions

 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

using LeafT = typename TreeT::LeafNodeType
using RootT = typename TreeT::RootNodeType
using ValueT = typename TreeT::ValueType

Constructor & Destructor Documentation

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

Member Function Documentation

void operator() ( LeafT ) const
inline
void operator() ( NodeT &  node) const
inline
void operator() ( RootT root) const
inline