OpenWareLaboratory
Interpolator.h File Reference
Include dependency graph for Interpolator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  Interpolator
 

Enumerations

enum  InterpolationMethod {
  NO_INTERPOLATION , LINEAR_INTERPOLATION , COSINE_INTERPOLATION , CUBIC_3P_INTERPOLATION ,
  CUBIC_4P_INTERPOLATION , CUBIC_4P_SMOOTH_INTERPOLATION , HERMITE_INTERPOLATION
}
 

Enumeration Type Documentation

◆ InterpolationMethod

Enumerator
NO_INTERPOLATION 
LINEAR_INTERPOLATION 
COSINE_INTERPOLATION 
CUBIC_3P_INTERPOLATION 
CUBIC_4P_INTERPOLATION 
CUBIC_4P_SMOOTH_INTERPOLATION 
HERMITE_INTERPOLATION 

Definition at line 69 of file Interpolator.h.