#include <interpolation.h>
Inheritance diagram for CInterpolationBase:
Public Member Functions | |
CInterpolationBase () | |
~CInterpolationBase () | |
void | setLength (int size) |
int | getLength () |
int | getCurrentPosition () |
void | reset () |
void | setPoint (int index, void *data) |
Protected Attributes | |
IPOPRECISION * | data |
int | len |
int | size |
int | currentPosition |
CInterpolationBase::CInterpolationBase | ( | ) |
CInterpolationBase::~CInterpolationBase | ( | ) |
void CInterpolationBase::setLength | ( | int | size | ) | [virtual] |
Reimplemented from CInterpolation.
int CInterpolationBase::getLength | ( | ) | [virtual] |
Reimplemented from CInterpolation.
int CInterpolationBase::getCurrentPosition | ( | ) | [inline] |
void CInterpolationBase::reset | ( | ) | [inline, virtual] |
Reimplemented from CInterpolation.
void CInterpolationBase::setPoint | ( | int | index, | |
void * | data | |||
) | [virtual] |
IPOPRECISION* CInterpolationBase::data [protected] |
int CInterpolationBase::len [protected] |
int CInterpolationBase::size [protected] |
int CInterpolationBase::currentPosition [protected] |