|
OpenMS
2.6.0
|
Go to the documentation of this file.
62 SplinePackage(std::vector<double> pos, std::vector<double> intensity);
72 double getPosMin()
const;
77 double getPosMax()
const;
82 double getPosStepWidth()
const;
87 bool isInPackage(
double pos)
const;
92 double eval(
double pos)
const;
cubic spline interpolation as described in R.L. Burden, J.D. Faires, Numerical Analysis,...
Definition: CubicSpline2d.h:53
double pos_min_
position limits of the package in the raw data spectrum
Definition: SplinePackage.h:98
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
CubicSpline2d spline_
spline object for interpolation of intensity profile
Definition: SplinePackage.h:112
fundamental data structure for SplineInterpolatedPeaks
Definition: SplinePackage.h:56
double pos_step_width_
sensible position step width with which to scan through the package
Definition: SplinePackage.h:107
double pos_max_
Definition: SplinePackage.h:99