Public Member Functions | Protected Member Functions

sp::math::Interpolator Class Reference

#include <spMathInterpolator.hpp>

Inheritance diagram for sp::math::Interpolator:
sp::math::FunctionalInterpolator< T, I, Func >

List of all members.

Public Member Functions

virtual ~Interpolator ()
virtual void update ()=0
virtual bool playing () const =0

Protected Member Functions

 Interpolator ()

Detailed Description

Interface for the interpolator classes

See also:
FunctionalInterpolator

Constructor & Destructor Documentation

virtual sp::math::Interpolator::~Interpolator (  )  [inline, virtual]
sp::math::Interpolator::Interpolator (  )  [inline, protected]

Member Function Documentation

virtual bool sp::math::Interpolator::playing (  )  const [pure virtual]
virtual void sp::math::Interpolator::update (  )  [pure virtual]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines