TuttleOFX
1
|
#include <ValueInterpolator.hpp>
Public Types | |
typedef LinearInterpolator< T > | This |
Public Member Functions | |
This * | clone () const |
Protected Member Functions | |
double | interpolate (const double pos) const |
Definition at line 96 of file ValueInterpolator.hpp.
typedef LinearInterpolator<T> tuttle::host::attribute::LinearInterpolator< T >::This |
Reimplemented from tuttle::host::attribute::Interpolator< T >.
Definition at line 99 of file ValueInterpolator.hpp.
This* tuttle::host::attribute::LinearInterpolator< T >::clone | ( | ) | const [inline, virtual] |
Implements tuttle::host::attribute::Interpolator< T >.
Definition at line 100 of file ValueInterpolator.hpp.
double tuttle::host::attribute::LinearInterpolator< T >::interpolate | ( | const double | pos | ) | const [inline, protected, virtual] |
Implements tuttle::host::attribute::GenericInterpolator< T >.
Definition at line 103 of file ValueInterpolator.hpp.