SmoothFilter Class Reference
List of all members.
Public Types |
enum | SmoothMethod { SavitzkyGolay = 1,
FFT = 2,
Average = 3,
Lowess = 4
} |
Public Member Functions |
bool | run () |
void | setLowessParameter (double f, int iterations) |
MethodCode End void | setMethod (int) |
void | setPolynomOrder (int) |
void | setSmoothPoints (int, int=0) |
MethodCode End | SmoothFilter (Graph *, const QString &, double, double, int=3)/NoDerived/ |
MethodCode End | SmoothFilter (Graph *, const QString &, int=3)/NoDerived/ |
MethodCode End | SmoothFilter (QwtPlotCurve *, double, double, int=3)/NoDerived/ |
| SmoothFilter (QwtPlotCurve *, int=3)/NoDerived/ |
| SmoothFilter (ApplicationWindow */TransferThis/, Graph *, const QString &, double, double, int=3) |
| SmoothFilter (ApplicationWindow */TransferThis/, Graph *, const QString &, int=3) |
| SmoothFilter (ApplicationWindow */TransferThis/, QwtPlotCurve *, double, double, int=3) |
MethodCode End | SmoothFilter (ApplicationWindow */TransferThis/, QwtPlotCurve *, int=3) |
| SmoothFilter (Table *, const QString &, const QString &, int=1, int=-1, int=3)/NoDerived/ |
| SmoothFilter (ApplicationWindow */TransferThis/, Table *, const QString &, const QString &, int, int, int) |
Member Enumeration Documentation
- Enumerator:
SavitzkyGolay |
|
FFT |
|
Average |
|
Lowess |
|
Constructor & Destructor Documentation
SmoothFilter::SmoothFilter |
( |
ApplicationWindow */TransferThis/ |
, |
|
|
Table * |
, |
|
|
const QString & |
, |
|
|
const QString & |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
| |
|
) |
| | |
SmoothFilter::SmoothFilter |
( |
Table * |
, |
|
|
const QString & |
, |
|
|
const QString & |
, |
|
|
int |
= 1 , |
|
|
int |
= -1 , |
|
|
int |
= 3 | |
|
) |
| | |
SmoothFilter::SmoothFilter |
( |
ApplicationWindow */TransferThis/ |
, |
|
|
Graph * |
, |
|
|
const QString & |
, |
|
|
double |
, |
|
|
double |
, |
|
|
int |
= 3 | |
|
) |
| | |
MethodCode End SmoothFilter::SmoothFilter |
( |
QwtPlotCurve * |
, |
|
|
double |
, |
|
|
double |
, |
|
|
int |
= 3 | |
|
) |
| | |
MethodCode End SmoothFilter::SmoothFilter |
( |
Graph * |
, |
|
|
const QString & |
, |
|
|
int |
= 3 | |
|
) |
| | |
MethodCode End SmoothFilter::SmoothFilter |
( |
Graph * |
, |
|
|
const QString & |
, |
|
|
double |
, |
|
|
double |
, |
|
|
int |
= 3 | |
|
) |
| | |
Member Function Documentation
bool SmoothFilter::run |
( |
|
) |
[virtual] |
void SmoothFilter::setLowessParameter |
( |
double |
f, |
|
|
int |
iterations | |
|
) |
| | |
MethodCode End void SmoothFilter::setMethod |
( |
int |
|
) |
|
void SmoothFilter::setPolynomOrder |
( |
int |
|
) |
|
void SmoothFilter::setSmoothPoints |
( |
int |
, |
|
|
int |
= 0 | |
|
) |
| | |
The documentation for this class was generated from the following file: