#include <cybscalarinterpolatorc.h>
Inheritance diagram for CybScalarInterpolatorC:


Public Methods | |
| CybScalarInterpolatorC (CybWorldC *) | |
| CybScalarInterpolatorC (const CybScalarInterpolatorC &) | |
| CybScalarInterpolatorC & | operator= (const CybScalarInterpolatorC &) |
| 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 | |
| MFFloat | m_mfScalar |
| SFFloat | m_fScalar |
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from InterfaceC. |
|
|
Reimplemented from CybInterpolatorC. |
|
|
Reimplemented from InterfaceC. |
|
|
Reimplemented from CybInterpolatorC. Definition at line 48 of file cybscalarinterpolatorc.h. References CYBFT_MFFLOAT.
00048 { return CYBFT_MFFLOAT; }
|
|
|
Reimplemented from CybInterpolatorC. Definition at line 49 of file cybscalarinterpolatorc.h. References CYBFT_SFFLOAT.
00049 { return CYBFT_SFFLOAT; }
|
|
|
|
|
|
Implements CybInterpolatorC. |
|
||||||||||||
|
Implements CybInterpolatorC. |
|
|
Reimplemented from InterfaceC. |
|
|
Reimplemented from CybInterpolatorC. Definition at line 47 of file cybscalarinterpolatorc.h.
00047 { m_mfScalar = *(MFFloat*) pData; }
|
|
|
Definition at line 58 of file cybscalarinterpolatorc.h. |
|
|
Definition at line 57 of file cybscalarinterpolatorc.h. |
1.3-rc2