Project

General

Profile

BitmapToolkit Scol plugin
Smoothers.h File Reference
#include "Prerequisites.h"
#include <vector>

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
 

Macro Definition Documentation

◆ SMOOTHER_METHOD_DOUBLEEXP

#define SMOOTHER_METHOD_DOUBLEEXP   2

Definition at line 14 of file Smoothers.h.

◆ SMOOTHER_METHOD_LINEAR

#define SMOOTHER_METHOD_LINEAR   1

Definition at line 13 of file Smoothers.h.

◆ SMOOTHER_METHOD_UNDEFINED

#define SMOOTHER_METHOD_UNDEFINED   0

Definition at line 12 of file Smoothers.h.

◆ SMOOTHER_TYPE_FLOAT

#define SMOOTHER_TYPE_FLOAT   1

Definition at line 8 of file Smoothers.h.

◆ SMOOTHER_TYPE_UNDEFINED

#define SMOOTHER_TYPE_UNDEFINED   0

Definition at line 7 of file Smoothers.h.

◆ SMOOTHER_TYPE_VEC2

#define SMOOTHER_TYPE_VEC2   2

Definition at line 9 of file Smoothers.h.

◆ SMOOTHER_TYPE_VEC3

#define SMOOTHER_TYPE_VEC3   3

Definition at line 10 of file Smoothers.h.