#include <interpolation.h>
Inheritance diagram for CInterpolationWrapper:

Public Member Functions | |
| CInterpolationWrapper () | |
| ~CInterpolationWrapper () | |
| void | setLength (int size) |
| void | start () |
| void | reset () |
Public Attributes | |
| CInterpolationBase * | interpolation [MAXINTERPOLATIONPOINT] |
Protected Attributes | |
| int | size |
Stores key frames and generates interpolated points.
Procedure:
| CInterpolationWrapper::CInterpolationWrapper | ( | ) |
| CInterpolationWrapper::~CInterpolationWrapper | ( | ) |
| void CInterpolationWrapper::setLength | ( | int | size | ) | [virtual] |
Reimplemented from CInterpolation.
| void CInterpolationWrapper::start | ( | ) | [virtual] |
Reimplemented from CInterpolation.
| void CInterpolationWrapper::reset | ( | ) | [virtual] |
Reimplemented from CInterpolation.
int CInterpolationWrapper::size [protected] |
| CInterpolationBase* CInterpolationWrapper::interpolation[MAXINTERPOLATIONPOINT] |
1.5.2