#include <ExponentialFit.h>

Public Member Functions | |
| ThreeExpFit (ApplicationWindow *parent, Graph *g, const QString &curveTitle, double start, double end) | |
| ThreeExpFit (ApplicationWindow *parent, Graph *g, const QString &curveTitle) | |
| ThreeExpFit (ApplicationWindow *parent, Graph *g) | |
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 () |
| void | storeCustomFitResults (double *par) |
| Customs and stores the fit results according to the derived class specifications. Used by exponential fits. | |
| ThreeExpFit::ThreeExpFit | ( | ApplicationWindow * | parent, | |
| Graph * | g | |||
| ) |
| ThreeExpFit::ThreeExpFit | ( | ApplicationWindow * | parent, | |
| Graph * | g, | |||
| const QString & | curveTitle | |||
| ) |
| ThreeExpFit::ThreeExpFit | ( | ApplicationWindow * | parent, | |
| Graph * | g, | |||
| const QString & | curveTitle, | |||
| double | start, | |||
| double | end | |||
| ) |
| void ThreeExpFit::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 ThreeExpFit::init | ( | ) | [private] |
Reimplemented from Filter.
| void ThreeExpFit::storeCustomFitResults | ( | double * | par | ) | [private, virtual] |
Customs and stores the fit results according to the derived class specifications. Used by exponential fits.
Reimplemented from Fit.
1.5.3