#include <cybcolorinterpolatorc.h>
Inheritance diagram for CybColorInterpolatorC:


Public Methods | |
| CybColorInterpolatorC (CybWorldC *) | |
| CybColorInterpolatorC (const CybColorInterpolatorC &) | |
| CybColorInterpolatorC & | operator= (const CybColorInterpolatorC &) |
| 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 | |
| MFColor | m_mvColor |
| SFColor | m_vColor |
|
|
|
|
|
|
|
||||||||||||
|
Reimplemented from InterfaceC. |
|
|
Reimplemented from CybInterpolatorC. |
|
|
Reimplemented from InterfaceC. |
|
|
Reimplemented from CybInterpolatorC. Definition at line 49 of file cybcolorinterpolatorc.h. References CYBFT_MFCOLOR.
00049 { return CYBFT_MFCOLOR; }
|
|
|
Reimplemented from CybInterpolatorC. Definition at line 50 of file cybcolorinterpolatorc.h. References CYBFT_SFCOLOR.
00050 { return CYBFT_SFCOLOR; }
|
|
|
|
|
|
Implements CybInterpolatorC. |
|
||||||||||||
|
Implements CybInterpolatorC. |
|
|
Reimplemented from InterfaceC. |
|
|
Reimplemented from CybInterpolatorC. Definition at line 48 of file cybcolorinterpolatorc.h.
|
|
|
Definition at line 58 of file cybcolorinterpolatorc.h. |
|
|
Definition at line 59 of file cybcolorinterpolatorc.h. |
1.3-rc2