#include <cybcolorc.h>
Inheritance diagram for CybColorC:


Public Methods | |
| CybColorC (CybWorldC *) | |
| virtual | ~CybColorC () |
| CybColorC (float **, long, CybWorldC *) | |
| CybColorC (const CybColorC &) | |
| CybColorC & | operator= (const CybColorC &) |
| float * | GetColor_fv (long i) |
| long | GetLength () |
| virtual void | LoadVRML (char *&iter, const char *iterEnd, long &znr) |
| virtual void | EventCascadeEnd () |
| virtual void | SetEvent (long, const void *, BaseI *) |
| virtual long | BufEvent (long, const void *, BaseI *) |
| virtual long | GetEventBufMaxDataSize () |
| virtual long | GetEventBufMinDataSize () |
| virtual short | CopyEventBuf (AnyC &, long) |
| virtual short | SetEventBuf (AnyC &, BaseI *) |
Protected Methods | |
| virtual void | CreateNewCopy (CybNodeC *) |
Protected Attributes | |
| long | m_length |
| float * | m_color |
| long | m_lengthBuf |
| float * | m_colorBuf |
| short | m_updateFlag |
| long | m_copyEventBufState |
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
Reimplemented from CybNodeC. |
|
||||||||||||
|
Reimplemented from CybNodeC. |
|
|
Reimplemented from CybNodeC. |
|
|
Reimplemented from CybNodeC. |
|
|
Definition at line 62 of file cybcolorc.h.
00062 {return m_color+4*i;}
|
|
|
Reimplemented from CybNodeC. |
|
|
Reimplemented from CybNodeC. |
|
|
Definition at line 63 of file cybcolorc.h.
00063 {return m_length/4;}
|
|
||||||||||||||||
|
Reimplemented from CybNodeC. |
|
|
|
|
||||||||||||||||
|
Reimplemented from CybNodeC. |
|
||||||||||||
|
Reimplemented from CybNodeC. |
|
|
Definition at line 77 of file cybcolorc.h. |
|
|
Definition at line 79 of file cybcolorc.h. |
|
|
Definition at line 81 of file cybcolorc.h. |
|
|
Definition at line 76 of file cybcolorc.h. |
|
|
Definition at line 78 of file cybcolorc.h. |
|
|
Definition at line 80 of file cybcolorc.h. |
1.3-rc2