BitmapToolkit Scol plugin
|
Smoother interface. More...
#include <Smoothers.h>
Public Member Functions | |
virtual | ~ISmoother () |
virtual int | getSmootherType ()=0 |
virtual int | getSmootherMethod ()=0 |
virtual void | clearValues ()=0 |
Smoother interface.
Definition at line 19 of file Smoothers.h.
|
inlinevirtual |
Definition at line 22 of file Smoothers.h.
|
pure virtual |
Implemented in LinearSmoother< T >, DoubleExponentialSmoother< T >, and TSmoother< T >.
|
pure virtual |
Implemented in LinearSmoother< T >, DoubleExponentialSmoother< T >, and TSmoother< T >.
|
pure virtual |
Implemented in TSmoother< T >.