|
BitmapToolkit Scol plugin
|
Go to the source code of this file.
Classes | |
| class | ISmoother |
| Smoother interface. More... | |
| class | TSmoother< T > |
| class | LinearSmoother< T > |
| Linear smoother. More... | |
| class | DoubleExponentialSmoother< T > |
| Double Exponential smoother. More... | |
Macros | |
| #define | SMOOTHER_TYPE_UNDEFINED 0 |
| #define | SMOOTHER_TYPE_FLOAT 1 |
| #define | SMOOTHER_TYPE_VEC2 2 |
| #define | SMOOTHER_TYPE_VEC3 3 |
| #define | SMOOTHER_METHOD_UNDEFINED 0 |
| #define | SMOOTHER_METHOD_LINEAR 1 |
| #define | SMOOTHER_METHOD_DOUBLEEXP 2 |
| #define SMOOTHER_METHOD_DOUBLEEXP 2 |
Definition at line 14 of file Smoothers.h.
| #define SMOOTHER_METHOD_LINEAR 1 |
Definition at line 13 of file Smoothers.h.
| #define SMOOTHER_METHOD_UNDEFINED 0 |
Definition at line 12 of file Smoothers.h.
| #define SMOOTHER_TYPE_FLOAT 1 |
Definition at line 8 of file Smoothers.h.
| #define SMOOTHER_TYPE_UNDEFINED 0 |
Definition at line 7 of file Smoothers.h.
| #define SMOOTHER_TYPE_VEC2 2 |
Definition at line 9 of file Smoothers.h.
| #define SMOOTHER_TYPE_VEC3 3 |
Definition at line 10 of file Smoothers.h.