#include <interpolation.h>
Inheritance diagram for CCartesianSpaceWrapper:
Public Member Functions | |
CCartesianSpaceWrapper (CRobot *robot) | |
void | setPoint (int index, void *data) |
void | getPoint (double relative_position, void *result) |
Protected Attributes | |
CRobot * | robot |
CCartesianSpaceWrapper::CCartesianSpaceWrapper | ( | CRobot * | robot | ) |
void CCartesianSpaceWrapper::setPoint | ( | int | index, | |
void * | data | |||
) | [virtual] |
Reimplemented from CInterpolation.
void CCartesianSpaceWrapper::getPoint | ( | double | relative_position, | |
void * | result | |||
) | [virtual] |
Reimplemented from CInterpolation.
CRobot* CCartesianSpaceWrapper::robot [protected] |