|
virtual PFExport BaseInterface * | GetInterface (Interface_ID id) |
| From InterfaceServer. More...
|
|
virtual bool | Proceed (IObject *pCont, PreciseTimeValue timeStart, PreciseTimeValue &timeEnd, Object *pSystem, INode *pNode, INode *actionNode, IPFIntegrator *integrator, BitArray &testResult, Tab< float > &testTime) |
| Method must be implemented by the derived class. More...
|
|
PFExport void | ProceedStep1 (IObject *pCont, Object *pSystem, INode *pNode, INode *actionNode, FPInterface *integrator) |
| Method must be implemented by the derived class. More...
|
|
PFExport bool | ProceedStep2 (TimeValue timeStartTick, float timeStartFraction, TimeValue &timeEndTick, float &timeEndFraction, BitArray &testResult, Tab< float > &testTime) |
| Method must be implemented by the derived class. More...
|
|