#include <cybpositioninterpolatorc.h>
Inheritance diagram for CybPositionInterpolatorC:


Public Methods | |
| CybPositionInterpolatorC (CybWorldC *) | |
| CybPositionInterpolatorC (const CybPositionInterpolatorC &) | |
| CybPositionInterpolatorC & | operator= (const CybPositionInterpolatorC &) |
| virtual long | GetInterfaceDataMinLength () |
| virtual void | SetInterfaceData (AnyC &) |
| virtual void | CopyInterfaceData (AnyC &, long maxLen) |
| virtual void | FinishInit () |
| virtual void | SetKeyValue (const void *pData) |
| virtual long | GetKeyValueType () |
| virtual long | GetValueType () |
Protected Methods | |
| virtual void | CreateNewCopy (CybNodeC *) |
| virtual void | SendValueChanged () |
| virtual void | SetDataToKeyIndex (long, double) |
Protected Attributes | |
| MFVec3f | m_akeyPosition |
| double | m_position [3] |
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from InterfaceC. |
|
|
Reimplemented from CybInterpolatorC. |
|
|
Reimplemented from CybInterpolatorC. |
|
|
Reimplemented from InterfaceC. |
|
|
Reimplemented from CybInterpolatorC. Definition at line 58 of file cybpositioninterpolatorc.h. References CYBFT_MFVEC3F.
00058 { return CYBFT_MFVEC3F; }
|
|
|
Reimplemented from CybInterpolatorC. Definition at line 59 of file cybpositioninterpolatorc.h. References CYBFT_SFVEC3F.
00059 { return CYBFT_SFVEC3F; }
|
|
|
|
|
|
Implements CybInterpolatorC. |
|
||||||||||||
|
Implements CybInterpolatorC. |
|
|
Reimplemented from InterfaceC. |
|
|
Reimplemented from CybInterpolatorC. |
|
|
Definition at line 66 of file cybpositioninterpolatorc.h. |
|
|
Definition at line 67 of file cybpositioninterpolatorc.h. |
1.3-rc2