37 #include <OpenMS/config.h> 94 double evaluate(
double value)
const override;
97 static void getDefaultParameters(
Param& params);
116 virtual void init(std::vector<double>& x, std::vector<double>& y) = 0;
125 virtual double eval(
const double& x)
const = 0;
135 std::vector<double>
x_;
138 std::vector<double>
y_;
150 void preprocessDataPoints_(
const DataPoints& data);
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Management and storage of parameters / INI files.
Definition: Param.h:74