#include <Differentiation.h>

Public Member Functions | |
| Differentiation (ApplicationWindow *parent, Graph *g, const QString &curveTitle, double start, double end) | |
| Differentiation (ApplicationWindow *parent, Graph *g, const QString &curveTitle) | |
| 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 | |||
| ) |
| Differentiation::Differentiation | ( | ApplicationWindow * | parent, | |
| Graph * | g, | |||
| const QString & | curveTitle | |||
| ) |
| Differentiation::Differentiation | ( | ApplicationWindow * | parent, | |
| Graph * | g, | |||
| const QString & | curveTitle, | |||
| double | start, | |||
| double | end | |||
| ) |
| void Differentiation::init | ( | ) | [private] |
Reimplemented from Filter.
| void Differentiation::output | ( | ) | [private, virtual] |
1.5.3