#include <cyborientationinterpolatorc.h>
Inheritance diagram for CybOrientationInterpolatorC:


Public Methods | |
| CybOrientationInterpolatorC (CybWorldC *) | |
| CybOrientationInterpolatorC (const CybOrientationInterpolatorC &) | |
| CybOrientationInterpolatorC & | operator= (const CybOrientationInterpolatorC &) |
| virtual long | GetInterfaceDataMinLength () |
| virtual void | SetInterfaceData (AnyC &) |
| virtual void | CopyInterfaceData (AnyC &, long maxLen) |
| virtual void | SetKeyValue (const void *pData) |
| virtual long | GetKeyValueType () |
| virtual long | GetValueType () |
Protected Methods | |
| virtual void | CreateNewCopy (CybNodeC *) |
| void | SendValueChanged () |
| virtual void | SetDataToKeyIndex (long, double) |
Protected Attributes | |
| MFRotation | m_mvOrientation |
| SFRotation | m_vOrientation |
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from InterfaceC. |
|
|
Reimplemented from CybInterpolatorC. |
|
|
Reimplemented from InterfaceC. |
|
|
Reimplemented from CybInterpolatorC. Definition at line 55 of file cyborientationinterpolatorc.h. References CYBFT_MFROTATION.
00055 { return CYBFT_MFROTATION; }
|
|
|
Reimplemented from CybInterpolatorC. Definition at line 56 of file cyborientationinterpolatorc.h. References CYBFT_SFROTATION.
00056 { return CYBFT_SFROTATION; }
|
|
|
|
|
|
Implements CybInterpolatorC. |
|
||||||||||||
|
Implements CybInterpolatorC. |
|
|
Reimplemented from InterfaceC. |
|
|
Reimplemented from CybInterpolatorC. |
|
|
Definition at line 64 of file cyborientationinterpolatorc.h. |
|
|
Definition at line 65 of file cyborientationinterpolatorc.h. |
1.3-rc2