BitmapToolkit Scol plugin
|
#include <Smoothers.h>
Public Member Functions | |
virtual | ~TSmoother () |
virtual void | pushValue (T val)=0 |
virtual T | getExtrapolatedValue ()=0 |
virtual T | getSmoothedValue ()=0 |
int | getSmootherType () |
virtual int | getSmootherMethod ()=0 |
virtual void | clearValues ()=0 |
Public Member Functions inherited from ISmoother | |
virtual | ~ISmoother () |
Definition at line 35 of file Smoothers.h.
Definition at line 38 of file Smoothers.h.
|
pure virtual |
Implements ISmoother.
Implemented in LinearSmoother< T >, and DoubleExponentialSmoother< T >.
|
pure virtual |
Implemented in LinearSmoother< T >, and DoubleExponentialSmoother< T >.
|
pure virtual |
Implemented in LinearSmoother< T >, and DoubleExponentialSmoother< T >.
|
pure virtual |
Implements ISmoother.
Implemented in LinearSmoother< T >, and DoubleExponentialSmoother< T >.
|
virtual |
Implements ISmoother.
Definition at line 4 of file Smoothers.cpp.
|
pure virtual |
Implemented in LinearSmoother< T >, and DoubleExponentialSmoother< T >.