HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::tools::InactivePruneOp< 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

 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
 

Detailed Description

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

Definition at line 136 of file Prune.h.

Member Typedef Documentation

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

Definition at line 141 of file Prune.h.

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

Definition at line 140 of file Prune.h.

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

Definition at line 139 of file Prune.h.

Constructor & Destructor Documentation

template<typename TreeT, Index TerminationLevel = 0>
openvdb::OPENVDB_VERSION_NAME::tools::InactivePruneOp< TreeT, TerminationLevel >::InactivePruneOp ( TreeT &  tree)
inline

Definition at line 144 of file Prune.h.

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

Definition at line 149 of file Prune.h.

Member Function Documentation

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

Definition at line 155 of file Prune.h.

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

Definition at line 159 of file Prune.h.

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

Definition at line 169 of file Prune.h.


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