TuttleOFX  1
tuttle::host::attribute::LinearInterpolator< T > Class Template Reference

#include <ValueInterpolator.hpp>

Inheritance diagram for tuttle::host::attribute::LinearInterpolator< T >:
Collaboration diagram for tuttle::host::attribute::LinearInterpolator< T >:

Public Types

typedef LinearInterpolator< T > This

Public Member Functions

Thisclone () const

Protected Member Functions

double interpolate (const double pos) const

Detailed Description

template<typename T>
class tuttle::host::attribute::LinearInterpolator< T >

Definition at line 96 of file ValueInterpolator.hpp.


Member Typedef Documentation

Reimplemented from tuttle::host::attribute::Interpolator< T >.

Definition at line 99 of file ValueInterpolator.hpp.


Member Function Documentation

template<typename T >
This* tuttle::host::attribute::LinearInterpolator< T >::clone ( ) const [inline, virtual]

Implements tuttle::host::attribute::Interpolator< T >.

Definition at line 100 of file ValueInterpolator.hpp.

template<typename T >
double tuttle::host::attribute::LinearInterpolator< T >::interpolate ( const double  pos) const [inline, protected, virtual]

The documentation for this class was generated from the following file: