#include <PluginFit.h>
Public Member Functions | |
bool | load (const QString &pluginName) |
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 *par, 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 | |||
) |
void PluginFit::calculateFitCurveData | ( | double * | par, | |
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.
void PluginFit::init | ( | ) | [private] |
Reimplemented from Filter.
bool PluginFit::load | ( | const QString & | pluginName | ) |
fitFunctionEval PluginFit::f_eval [private] |