| 
    TuttleOFX
    1
    
   
   | 
  
  
  
 
#include <ValueInterpolator.hpp>


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