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