ThreeExpFit Class Reference

#include <ExponentialFit.h>

Inheritance diagram for ThreeExpFit:
Fit Filter

List of all members.

Public Member Functions

double eval (double *par, double x)
 Calculates the data for the output fit curve.
 ThreeExpFit (ApplicationWindow *parent, Table *t, const QString &xCol, const QString &yCol, int startRow=1, int endRow=-1)
 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 *X, double *Y)
 Calculates the data for the output fit curve and store itin the X an Y vectors.
void customizeFitResults ()
 Customs and stores the fit results according to the derived class specifications. Used by exponential fits.
void init ()

Constructor & Destructor Documentation

ThreeExpFit::ThreeExpFit ( ApplicationWindow parent,
Graph g 
)

References init().

ThreeExpFit::ThreeExpFit ( ApplicationWindow parent,
Graph g,
const QString &  curveTitle 
)
ThreeExpFit::ThreeExpFit ( ApplicationWindow parent,
Graph g,
const QString &  curveTitle,
double  start,
double  end 
)
ThreeExpFit::ThreeExpFit ( ApplicationWindow parent,
Table t,
const QString &  xCol,
const QString &  yCol,
int  startRow = 1,
int  endRow = -1 
)

References init(), and Fit::setDataFromTable().


Member Function Documentation

void ThreeExpFit::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.

References Fit::d_gen_function, Filter::d_n, Filter::d_points, Fit::d_results, Filter::d_x, and Filter::x().

void ThreeExpFit::customizeFitResults (  )  [private, virtual]

Customs and stores the fit results according to the derived class specifications. Used by exponential fits.

Reimplemented from Fit.

References Fit::d_results.

double ThreeExpFit::eval ( double *  ,
double   
) [inline, virtual]

Calculates the data for the output fit curve.

Reimplemented from Fit.

void ThreeExpFit::init (  )  [private]

The documentation for this class was generated from the following files:

Generated on Tue Nov 3 10:48:57 2009 for QtiPlot by  doxygen 1.6.1