|
BitmapToolkit Scol plugin
|
Linear smoother. More...
#include <Smoothers.h>
Public Member Functions | |
| LinearSmoother (float factor=0.5f) | |
| void | setSmoothingFactor (float factor) |
| virtual void | pushValue (T val) |
| virtual T | getExtrapolatedValue () |
| virtual T | getSmoothedValue () |
| virtual int | getSmootherMethod () |
| virtual void | clearValues () |
Public Member Functions inherited from TSmoother< T > | |
| virtual | ~TSmoother () |
| int | getSmootherType () |
Public Member Functions inherited from ISmoother | |
| virtual | ~ISmoother () |
Protected Attributes | |
| float | mFactor |
| T | value |
| bool | initialized |
Linear smoother.
Definition at line 53 of file Smoothers.h.
| LinearSmoother< T >::LinearSmoother | ( | float | factor = 0.5f | ) |
Definition at line 19 of file Smoothers.cpp.
|
virtual |
Implements TSmoother< T >.
Definition at line 69 of file Smoothers.cpp.
|
virtual |
Implements TSmoother< T >.
Definition at line 34 of file Smoothers.cpp.
|
virtual |
Implements TSmoother< T >.
Definition at line 41 of file Smoothers.cpp.
|
virtual |
Implements TSmoother< T >.
Definition at line 63 of file Smoothers.cpp.
|
virtual |
Implements TSmoother< T >.
Definition at line 48 of file Smoothers.cpp.
| void LinearSmoother< T >::setSmoothingFactor | ( | float | factor | ) |
Definition at line 27 of file Smoothers.cpp.
|
protected |
Definition at line 58 of file Smoothers.h.
|
protected |
Definition at line 56 of file Smoothers.h.
|
protected |
Definition at line 57 of file Smoothers.h.