#include <Differentiation.h>
Public Member Functions | |
Differentiation (ApplicationWindow *parent, Table *t, const QString &xCol, const QString &yCol, int start=0, int end=-1) | |
Differentiation (ApplicationWindow *parent, Graph *g, const QString &curveTitle, double start, double end) | |
Differentiation (ApplicationWindow *parent, Graph *g, const QString &curveTitle) | |
Differentiation (ApplicationWindow *parent, QwtPlotCurve *c, double start, double end) | |
Differentiation (ApplicationWindow *parent, QwtPlotCurve *c) | |
Differentiation (ApplicationWindow *parent, Graph *g) | |
Private Member Functions | |
void | init () |
void | output () |
Performs the data analysis and takes care of the output. |
Differentiation::Differentiation | ( | ApplicationWindow * | parent, | |
Graph * | g | |||
) |
References init().
Differentiation::Differentiation | ( | ApplicationWindow * | parent, | |
QwtPlotCurve * | c | |||
) |
References init(), and Filter::setDataFromCurve().
Differentiation::Differentiation | ( | ApplicationWindow * | parent, | |
QwtPlotCurve * | c, | |||
double | start, | |||
double | end | |||
) |
References init(), and Filter::setDataFromCurve().
Differentiation::Differentiation | ( | ApplicationWindow * | parent, | |
Graph * | g, | |||
const QString & | curveTitle | |||
) |
References init(), and Filter::setDataFromCurve().
Differentiation::Differentiation | ( | ApplicationWindow * | parent, | |
Graph * | g, | |||
const QString & | curveTitle, | |||
double | start, | |||
double | end | |||
) |
References init(), and Filter::setDataFromCurve().
Differentiation::Differentiation | ( | ApplicationWindow * | parent, | |
Table * | t, | |||
const QString & | xCol, | |||
const QString & | yCol, | |||
int | start = 0 , |
|||
int | end = -1 | |||
) |
References init(), and Filter::setDataFromTable().
void Differentiation::init | ( | ) | [private] |
Reimplemented from Filter.
References Filter::d_min_points, and Filter::d_sort_data.
Referenced by Differentiation().
void Differentiation::output | ( | ) | [private, virtual] |
Performs the data analysis and takes care of the output.
Reimplemented from Filter.
References Filter::createOutputGraph(), Filter::d_curve, ApplicationWindow::d_decimal_digits, Filter::d_graphics_display, Filter::d_n, Filter::d_output_graph, Filter::d_result_table, Filter::d_x, Filter::d_y, Filter::d_y_col_name, ApplicationWindow::generateUniqueName(), Graph::insertCurve(), ApplicationWindow::newHiddenTable(), Table::setText(), and Graph::updatePlot().