29#ifndef INTERPOLATION_INCLUDED
30#define INTERPOLATION_INCLUDED
54 template<
typename SampleType >
55 static SampleType
Sample(
const std::vector< SampleType > &samples ,
double t ,
int interpolationType );
Definition interpolation.h:38
@ NEAREST
Definition interpolation.h:43
@ LINEAR
Definition interpolation.h:44
@ COUNT
Definition interpolation.h:47
@ UNIFORM_CUBIC_B_SPLINE
Definition interpolation.h:46
@ CATMULL_ROM
Definition interpolation.h:45
static SampleType Sample(const std::vector< SampleType > &samples, double t, int interpolationType)
Definition interpolation.todo.inl:38
static std::string Names[]
Definition interpolation.h:51