|
TuttleOFX
1
|
#include <ValueInterpolator.hpp>


Public Types | |
| typedef FastInterpolator< T > | This |
Public Member Functions | |
| This * | clone () const |
Protected Member Functions | |
| double | interpolate (const double pos) const |
Definition at line 126 of file ValueInterpolator.hpp.
| typedef FastInterpolator<T> tuttle::host::attribute::FastInterpolator< T >::This |
Reimplemented from tuttle::host::attribute::Interpolator< T >.
Definition at line 129 of file ValueInterpolator.hpp.
| This* tuttle::host::attribute::FastInterpolator< T >::clone | ( | ) | const [inline, virtual] |
Implements tuttle::host::attribute::Interpolator< T >.
Definition at line 130 of file ValueInterpolator.hpp.
| double tuttle::host::attribute::FastInterpolator< T >::interpolate | ( | const double | pos | ) | const [inline, protected, virtual] |
Implements tuttle::host::attribute::GenericInterpolator< T >.
Definition at line 133 of file ValueInterpolator.hpp.