#include <Integration.h>
Public Member Functions | |
Integration (ApplicationWindow *parent, Graph *g, const QString &curveTitle, double start, double end) | |
Integration (ApplicationWindow *parent, Graph *g, const QString &curveTitle) | |
Integration (ApplicationWindow *parent, Graph *g) | |
int | method () |
void | setMethodOrder (int n) |
Private Member Functions | |
void | init () |
QString | logInfo () |
Uses code originally written by Vasileios Gkanis. It needs some more checking. | |
void | output () |
Performs the data analysis and takes care of the output. | |
Private Attributes | |
int | d_method |
the integration method: 1 = trapezoidal, max = 5! |
Integration::Integration | ( | ApplicationWindow * | parent, | |
Graph * | g | |||
) |
Integration::Integration | ( | ApplicationWindow * | parent, | |
Graph * | g, | |||
const QString & | curveTitle | |||
) |
Integration::Integration | ( | ApplicationWindow * | parent, | |
Graph * | g, | |||
const QString & | curveTitle, | |||
double | start, | |||
double | end | |||
) |
void Integration::init | ( | ) | [private] |
Reimplemented from Filter.
QString Integration::logInfo | ( | ) | [private, virtual] |
Uses code originally written by Vasileios Gkanis. It needs some more checking.
Reimplemented from Filter.
int Integration::method | ( | ) | [inline] |
void Integration::output | ( | ) | [inline, private, virtual] |
void Integration::setMethodOrder | ( | int | n | ) |
int Integration::d_method [private] |
the integration method: 1 = trapezoidal, max = 5!