GaussAmpFit Class Reference

#include <MultiPeakFit.h>

Inheritance diagram for GaussAmpFit:

Fit Filter

List of all members.

Public Member Functions

double eval (double *par, double x)
 Calculates the data for the output fit curve.
 GaussAmpFit (ApplicationWindow *parent, Table *t, const QString &xCol, const QString &yCol, int startRow=0, int endRow=-1)
 GaussAmpFit (ApplicationWindow *parent, Graph *g, const QString &curveTitle, double start, double end)
 GaussAmpFit (ApplicationWindow *parent, Graph *g, const QString &curveTitle)
 GaussAmpFit (ApplicationWindow *parent, Graph *g)
void guessInitialValues ()

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 ()


Constructor & Destructor Documentation

GaussAmpFit::GaussAmpFit ( ApplicationWindow parent,
Graph g 
)

GaussAmpFit::GaussAmpFit ( ApplicationWindow parent,
Graph g,
const QString &  curveTitle 
)

GaussAmpFit::GaussAmpFit ( ApplicationWindow parent,
Graph g,
const QString &  curveTitle,
double  start,
double  end 
)

GaussAmpFit::GaussAmpFit ( ApplicationWindow parent,
Table t,
const QString &  xCol,
const QString &  yCol,
int  startRow = 0,
int  endRow = -1 
)


Member Function Documentation

void GaussAmpFit::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 GaussAmpFit::eval ( double *  ,
double   
) [virtual]

Calculates the data for the output fit curve.

Reimplemented from Fit.

void GaussAmpFit::guessInitialValues (  )  [virtual]

Reimplemented from Fit.

void GaussAmpFit::init (  )  [private]

Reimplemented from Fit.


The documentation for this class was generated from the following files:
Generated on Thu Feb 7 13:59:28 2008 for QtiPlot by  doxygen 1.5.4