#include <cybcoordinateinterpolatorc.h>
Inheritance diagram for CybCoordinateInterpolatorC:


Public Methods | |
| CybCoordinateInterpolatorC (CybWorldC *) | |
| virtual | ~CybCoordinateInterpolatorC () |
| CybCoordinateInterpolatorC (const CybCoordinateInterpolatorC &) | |
| CybCoordinateInterpolatorC & | operator= (const CybCoordinateInterpolatorC &) |
| 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) |
| virtual void | RouteData () |
Protected Attributes | |
| MFVec3f | m_mvLoadCoord |
| ArrayC< MFVec3f > | m_akeyCoord |
| MFVec3f | m_coord |
Private Attributes | |
| double | m_fractionAlt |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from InterfaceC. |
|
|
Reimplemented from CybInterpolatorC. |
|
|
Reimplemented from CybInterpolatorC. |
|
|
Reimplemented from InterfaceC. |
|
|
Reimplemented from CybInterpolatorC. Definition at line 52 of file cybcoordinateinterpolatorc.h. References CYBFT_MFVEC3F.
00052 { return CYBFT_MFVEC3F; }
|
|
|
Reimplemented from CybInterpolatorC. Definition at line 53 of file cybcoordinateinterpolatorc.h. References CYBFT_MFVEC3F.
00053 { return CYBFT_MFVEC3F; }
|
|
|
|
|
|
Reimplemented from CybInterpolatorC. |
|
|
Implements CybInterpolatorC. |
|
||||||||||||
|
Implements CybInterpolatorC. |
|
|
Reimplemented from InterfaceC. |
|
|
Reimplemented from CybInterpolatorC. |
|
|
Definition at line 63 of file cybcoordinateinterpolatorc.h. |
|
|
Definition at line 64 of file cybcoordinateinterpolatorc.h. |
|
|
Definition at line 67 of file cybcoordinateinterpolatorc.h. |
|
|
Definition at line 62 of file cybcoordinateinterpolatorc.h. |
1.3-rc2