#include <openvdb/math/Math.h>
Go to the source code of this file.
|
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...
|
|