#include <PluginFit.h>

Public Member Functions | |
| double | eval (double *par, double x) |
| Calculates the data for the output fit curve. | |
| bool | load (const QString &pluginName) |
| PluginFit (ApplicationWindow *parent, Table *t, const QString &xCol, const QString &yCol, int startRow=1, int endRow=-1) | |
| PluginFit (ApplicationWindow *parent, Graph *g, const QString &curveTitle, double start, double end) | |
| PluginFit (ApplicationWindow *parent, Graph *g, const QString &curveTitle) | |
| PluginFit (ApplicationWindow *parent, Graph *g) | |
Private Types | |
| typedef double(* | fitFunctionEval )(double, double *) |
Private Member Functions | |
| void | calculateFitCurveData (double *X, double *Y) |
| Calculates the data for the output fit curve and store itin the X an Y vectors. | |
| void | init () |
Private Attributes | |
| fitFunctionEval | f_eval |
typedef double(* PluginFit::fitFunctionEval)(double, double *) [private] |
| PluginFit::PluginFit | ( | ApplicationWindow * | parent, | |
| Graph * | g | |||
| ) |
| PluginFit::PluginFit | ( | ApplicationWindow * | parent, | |
| Graph * | g, | |||
| const QString & | curveTitle | |||
| ) |
| PluginFit::PluginFit | ( | ApplicationWindow * | parent, | |
| Graph * | g, | |||
| const QString & | curveTitle, | |||
| double | start, | |||
| double | end | |||
| ) |
| PluginFit::PluginFit | ( | ApplicationWindow * | parent, | |
| Table * | t, | |||
| const QString & | xCol, | |||
| const QString & | yCol, | |||
| int | startRow = 1, |
|||
| int | endRow = -1 | |||
| ) |
| void PluginFit::calculateFitCurveData | ( | double * | X, | |
| double * | Y | |||
| ) | [private, virtual] |
Calculates the data for the output fit curve and store itin the X an Y vectors.
Reimplemented from Fit.
| double PluginFit::eval | ( | double * | , | |
| double | ||||
| ) | [inline, virtual] |
| void PluginFit::init | ( | ) | [private] |
Reimplemented from Fit.
| bool PluginFit::load | ( | const QString & | pluginName | ) |
Reimplemented from Fit.
fitFunctionEval PluginFit::f_eval [private] |
1.5.4