OpenVDB  1.1.0
Classes | Namespaces
tree/Util.h File Reference
#include <openvdb/math/Math.h>

Go to the source code of this file.

Classes

struct  TolerancePrune< ValueType >
 Helper class for the tree nodes to replace constant tree branches (to within the provided tolerance) with a more memory efficient tile. More...
 
struct  InactivePrune< ValueType >
 Helper class for the tree nodes to replace inactive tree branches with a more memory efficient inactive tiles with the provided value. Specialized but faster then the tolerance based pruning defined above. More...
 
struct  LevelSetPrune< ValueType >
 Prune any descendants whose values are all inactive and replace them with inactive tiles having values with a magnitude equal to the background value and a sign equal to the first value encountered in the (inactive) child. More...
 

Namespaces

namespace  openvdb
 
namespace  openvdb::v1_1_0
 
namespace  openvdb::v1_1_0::tree