OpenVDB
12.0.0
|
#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 | |
TolerancePruneOp (TreeT &tree, const ValueT &tol) | |
void | operator() (RootT &root) const |
template<typename NodeT > | |
void | operator() (NodeT &node) const |
void | operator() (LeafT &) const |
using LeafT = typename TreeT::LeafNodeType |
using RootT = typename TreeT::RootNodeType |
using ValueT = typename TreeT::ValueType |
|
inline |
|
inline |
|
inline |
|
inline |