OpenVDB
2.0.0
|
#include <openvdb/math/Math.h>
#include <openvdb/Types.h>
Go to the source code of this file.
Classes | |
struct | TolerancePrune< ValueType, TerminationLevel > |
Helper class for use with Tree::pruneOp() to replace constant branches (to within the provided tolerance) with more memory-efficient tiles. More... | |
struct | InactivePrune< ValueType > |
Helper class for use with Tree::pruneOp() to replace inactive branches with more memory-efficient inactive tiles with the provided value. More... | |
struct | LevelSetPrune< ValueType > |
Helper class for use with Tree::pruneOp() to prune any branches whose values are all inactive and replace each with an inactive tile whose value is equal in magnitude to the background value and whose sign is equal to that of the first value encountered in the (inactive) child. More... | |
Namespaces | |
openvdb | |
openvdb::v2_0_0 | |
openvdb::v2_0_0::tree | |