The class defines a generic interpolation technique used in the TransformationModelInterpolated. More...
#include <OpenMS/ANALYSIS/MAPMATCHING/TransformationModelInterpolated.h>
Public Member Functions | |
virtual void | init (std::vector< double > &x, std::vector< double > &y)=0 |
Initialize the Interpolator. More... | |
virtual double | eval (const double &x) const =0 |
Evaluate the underlying interpolation at a specific position x. More... | |
virtual | ~Interpolator () |
d'tor. More... | |
The class defines a generic interpolation technique used in the TransformationModelInterpolated.
|
inlinevirtual |
d'tor.
Evaluate the underlying interpolation at a specific position x.
x | The position where the interpolation should be evaluated. |
Initialize the Interpolator.
x | The x data. |
y | The y data. |
OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:14 using doxygen 1.8.13 |