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

 LevelSetPruneOp (TreeT &tree)
 
 LevelSetPruneOp (TreeT &tree, const ValueT &outside, const ValueT &inside)
 
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::LevelSetPruneOp< TreeT, TerminationLevel >

Definition at line 265 of file Prune.h.

Member Typedef Documentation

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

Definition at line 270 of file Prune.h.

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

Definition at line 269 of file Prune.h.

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

Definition at line 268 of file Prune.h.

Constructor & Destructor Documentation

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

Definition at line 273 of file Prune.h.

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

Definition at line 284 of file Prune.h.

Member Function Documentation

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

Definition at line 300 of file Prune.h.

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

Definition at line 304 of file Prune.h.

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

Definition at line 314 of file Prune.h.


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