PluginFit Class Reference

#include <PluginFit.h>

Inheritance diagram for PluginFit:

Fit Filter

List of all members.

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


Member Typedef Documentation

typedef double(* PluginFit::fitFunctionEval)(double, double *) [private]


Constructor & Destructor Documentation

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 
)


Member Function Documentation

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  ) 


Member Data Documentation

fitFunctionEval PluginFit::f_eval [private]


The documentation for this class was generated from the following files:
Generated on Mon Oct 15 06:11:43 2007 for QtiPlot by  doxygen 1.5.3