OpenCurves
0.9
Main Page
Related Pages
Modules
Namespaces
Classes
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_
plotutil::filter
double filter(double value, double filterResult, bool zeroInf, bool zeroNaN)
Filters value for infinite and NaN results, returning a valid result instead.
plotutil
Utility functions for sampling and filtering plots and expression evaluation.
Definition:
plotutil.h:13
plots
plotutil.h
Generated by
1.8.10