46 bool load(
const QString& pluginName);
bool load(const QString &pluginName)
Definition: PluginFit.cpp:81
double(* fitFunctionEval)(double, double *)
Definition: PluginFit.h:51
A 2D-plotting widget.
Definition: Graph.h:123
Fit base class.
Definition: Fit.h:44
Definition: PluginFit.h:34
PluginFit(ApplicationWindow *parent, QwtPlotCurve *)
Definition: PluginFit.cpp:40
double eval(double *par, double x)
Calculates the data for the output fit curve.
Definition: PluginFit.h:47
QtiPlot's main window.
Definition: ApplicationWindow.h:133
fitFunctionEval f_eval
Definition: PluginFit.h:53
void init()
Definition: PluginFit.cpp:75
double * x()
Returns the x values of the input data set.
Definition: Filter.h:98
MDI window providing a spreadsheet table with column logic.
Definition: Table.h:57
void calculateFitCurveData(double *X, double *Y)
Calculates the data for the output fit curve and store itin the X an Y vectors.
Definition: PluginFit.cpp:140