HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::tools::TolerancePruneOp< TreeT, TerminationLevel > Class Template Reference

#include <Prune.h>

Public Types

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

Public Member Functions

 TolerancePruneOp (TreeT &tree, const ValueT &tol)
 
void operator() (RootT &root) const
 
template<typename NodeT >
void operator() (NodeT &node) const
 
void operator() (LeafT &) const
 

Detailed Description

template<typename TreeT, Index TerminationLevel = 0>
class openvdb::OPENVDB_VERSION_NAME::tools::TolerancePruneOp< TreeT, TerminationLevel >

Definition at line 183 of file Prune.h.

Member Typedef Documentation

template<typename TreeT, Index TerminationLevel = 0>
using openvdb::OPENVDB_VERSION_NAME::tools::TolerancePruneOp< TreeT, TerminationLevel >::LeafT = typename TreeT::LeafNodeType

Definition at line 188 of file Prune.h.

template<typename TreeT, Index TerminationLevel = 0>
using openvdb::OPENVDB_VERSION_NAME::tools::TolerancePruneOp< TreeT, TerminationLevel >::RootT = typename TreeT::RootNodeType

Definition at line 187 of file Prune.h.

template<typename TreeT, Index TerminationLevel = 0>
using openvdb::OPENVDB_VERSION_NAME::tools::TolerancePruneOp< TreeT, TerminationLevel >::ValueT = typename TreeT::ValueType

Definition at line 186 of file Prune.h.

Constructor & Destructor Documentation

template<typename TreeT, Index TerminationLevel = 0>
openvdb::OPENVDB_VERSION_NAME::tools::TolerancePruneOp< TreeT, TerminationLevel >::TolerancePruneOp ( TreeT &  tree,
const ValueT tol 
)
inline

Definition at line 191 of file Prune.h.

Member Function Documentation

template<typename TreeT, Index TerminationLevel = 0>
void openvdb::OPENVDB_VERSION_NAME::tools::TolerancePruneOp< TreeT, TerminationLevel >::operator() ( RootT root) const
inline

Definition at line 197 of file Prune.h.

template<typename TreeT, Index TerminationLevel = 0>
template<typename NodeT >
void openvdb::OPENVDB_VERSION_NAME::tools::TolerancePruneOp< TreeT, TerminationLevel >::operator() ( NodeT &  node) const
inline

Definition at line 209 of file Prune.h.

template<typename TreeT, Index TerminationLevel = 0>
void openvdb::OPENVDB_VERSION_NAME::tools::TolerancePruneOp< TreeT, TerminationLevel >::operator() ( LeafT ) const
inline

Definition at line 221 of file Prune.h.


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