|
| Deconvolution (ApplicationWindow *parent, Table *t, const QString &realColName, const QString &imagColName=QString()) |
|
| Convolution (ApplicationWindow *parent, Table *t, const QString &signalColName, const QString &responseColName) |
|
int | responseDataSize () |
| Returns the size of the response data set. More...
|
|
void | setDataFromTable (Table *t, const QString &signalColName, const QString &responseColName) |
|
int | signalDataSize () |
| Returns the size of the signal data set. More...
|
|
int | dataSize () |
| Returns the size of the input data set. More...
|
|
virtual void | enableGraphicsDisplay (bool on=true, Graph *g=0) |
|
bool | error () |
|
| Filter (ApplicationWindow *parent, Table *t=0, const QString &name=QString()) |
|
| Filter (ApplicationWindow *parent, Graph *g=0, const QString &name=QString()) |
|
| Filter (ApplicationWindow *parent, Matrix *m, const QString &name=QString()) |
|
| Filter (ApplicationWindow *parent, QwtPlotCurve *c) |
|
virtual QString | legendInfo () |
| Output string added to the plot as a new legend. More...
|
|
Graph * | outputGraph () |
| Returns a pointer to the graph where the result curve should be displayed. More...
|
|
QwtPlotCurve * | resultCurve () |
| Returns a pointer to the plot curve created to display the results. More...
|
|
Table * | resultTable () |
| Returns a pointer to the table created to display the results. More...
|
|
virtual bool | run () |
| Actually does the job. Should be reimplemented in derived classes. More...
|
|
void | setColor (int colorId) |
| Obsolete: sets the color of the output fit curve. More...
|
|
void | setColor (const QColor &color) |
| Sets the color of the output fit curve. More...
|
|
void | setColor (const QString &colorName) |
| Sets the color of the output fit curve. Provided for convenience. To be used in scripts only! More...
|
|
virtual void | setDataCurve (QwtPlotCurve *curve, double start, double end) |
|
bool | setDataFromCurve (QwtPlotCurve *c) |
|
bool | setDataFromCurve (QwtPlotCurve *c, double from, double to) |
|
bool | setDataFromCurve (const QString &curveTitle, Graph *g=0) |
|
bool | setDataFromCurve (const QString &curveTitle, double from, double to, Graph *g=0) |
|
virtual bool | setDataFromTable (Table *, const QString &, const QString &, int=1, int=-1, bool=false) |
|
void | setError (bool on=true) |
|
void | setInterval (double from, double to) |
| Changes the data range if the source curve was already assigned. Provided for convenience. More...
|
|
void | setMaximumIterations (int iter) |
| Sets the maximum number of iterations to be performed during an iterative session. More...
|
|
void | setOutputPoints (int points) |
| Sets the number of points in the output curve. More...
|
|
void | setOutputPrecision (int digits) |
| Sets the precision used for the output. More...
|
|
void | setSortData (bool on=true) |
|
void | setTolerance (double eps) |
| Sets the tolerance used by the GSL routines. More...
|
|
void | setUpdateOutputGraph (bool update=true) |
|
virtual void | showLegend () |
| Adds a new legend to the plot. Calls virtual legendInfo() More...
|
|
double * | x () |
| Returns the x values of the input data set. More...
|
|
double * | y () |
| Returns the y values of the input data set. More...
|
|
| ~Filter () |
|