INOS
|
The CINOSMovePathInterpolator class. More...
Go to the source code of this file.
Classes | |
class | CINOSMovePathInterpolator |
Macros | |
#define | SECURE_INC(index) |
#define | INOS_REGISTER_MOVEPATH_INTERPOLATOR(aName, aClass) static int aClass##RegistrationRet = CINOSMovePathInterpolator::AddInterpolator(aName, ([](CINOSMovePathCurve* c, CINOSMovePath* p){return new aClass(c, p);})); |
The CINOSMovePathInterpolator class.
project : MovePath handling language : Gnu C++ system : PowerPC
This class provides the 'MovePathInterpolator' functionality
#define SECURE_INC | ( | index | ) |