|  | OpenMS
    2.6.0
    | 
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. | 
 1.8.16
 1.8.16