OpenCurves  0.9
plotutil.h
1 //
2 // author Kazys Stepanas
3 //
4 // Copyright (c) CSIRO 2015
5 //
6 #ifndef PLOTUTIL_H_
7 #define PLOTUTIL_H_
8 
9 #include "plotsconfig.h"
10 
13 namespace plotutil
14 {
32  double filter(double value, double filterResult, bool zeroInf, bool zeroNaN);
33 }
34 
35 #endif // PLOTUTIL_H_
double filter(double value, double filterResult, bool zeroInf, bool zeroNaN)
Filters value for infinite and NaN results, returning a valid result instead.
Utility functions for sampling and filtering plots and expression evaluation.
Definition: plotutil.h:13