OpenVDB
9.0.1
|
Compression oracle based on absolute difference. More...
#include <nanovdb/util/GridBuilder.h>
Public Member Functions | |
AbsDiff (float tolerance=-1.0f) | |
AbsDiff (const AbsDiff &)=default | |
void | setTolerance (float tolerance) |
float | getTolerance () const |
bool | operator() (float exact, float approx) const |
Return true if the approximate value is within the accepted absolute error bounds of the exact value. More... | |
Compression oracle based on absolute difference.
|
inline |
|
inline |
|
inline |
Return true if the approximate value is within the accepted absolute error bounds of the exact value.
Required member method
|
inline |