| 
    OpenVDB
    13.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 | |
| 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 | 
| using LeafT = typename TreeT::LeafNodeType | 
| using RootT = typename TreeT::RootNodeType | 
| using ValueT = typename TreeT::ValueType | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
 1.8.11