29 #ifndef INTERPOLATION_H 30 #define INTERPOLATION_H 54 int sortedCurveData(QwtPlotCurve *c,
double start,
double end,
double **x,
double **y);
Definition: Interpolation.h:40
int d_method
the interpolation method
Definition: Interpolation.h:57
A 2D-plotting widget.
Definition: Graph.h:123
int method()
Definition: Interpolation.h:48
Abstract base class for data analysis operations.
Definition: Filter.h:43
void setMethod(int m)
Definition: Interpolation.cpp:114
InterpolationMethod
Definition: Interpolation.h:40
void init()
Definition: Filter.cpp:79
Definition: Interpolation.h:40
QtiPlot's main window.
Definition: ApplicationWindow.h:133
int sortedCurveData(QwtPlotCurve *c, double start, double end, double **x, double **y)
Same as curveData, but sorts the points by their x value.
Definition: Interpolation.cpp:196
Definition: Interpolation.h:35
Definition: Interpolation.h:40
double * x()
Returns the x values of the input data set.
Definition: Filter.h:98
void calculateOutputData(double *x, double *y)
Calculates the data for the output curve and store it in the X an Y vectors.
Definition: Interpolation.cpp:166
double * y()
Returns the y values of the input data set.
Definition: Filter.h:100
MDI window providing a spreadsheet table with column logic.
Definition: Table.h:57
Interpolation(ApplicationWindow *parent, QwtPlotCurve *c, int m=0)
Definition: Interpolation.cpp:37