#include <cybcoordinatec.h>
Inheritance diagram for CybCoordinateC:


Public Methods | |
| CybCoordinateC (CybWorldC *) | |
| virtual | ~CybCoordinateC () |
| CybCoordinateC (const CybCoordinateC &) | |
| CybCoordinateC & | operator= (const CybCoordinateC &) |
| float * | GetCoord_fv (long i) |
| VectorC | GetCoord (long i) |
| long | GetLength () |
| virtual void | LoadVRML (char *&iter, const char *iterEnd, long &znr) |
| virtual int | AddSrc (CybNodeC *pN, const StringC &a1, const StringC &a2) |
| virtual void | EventCascadeEnd () |
| virtual void | SetEvent (long, const void *, BaseI *) |
| virtual long | BufEvent (long, const void *, BaseI *) |
| virtual long | GetEventBufMinDataSize () |
| virtual long | GetEventBufMaxDataSize () |
| virtual short | CopyEventBuf (AnyC &, long) |
| virtual short | SetEventBuf (AnyC &, BaseI *) |
| virtual long | GetFieldEventID (const char *) |
| virtual long | GetFieldDataType (long) |
| virtual short | GetFieldData (long,void *) |
Protected Methods | |
| virtual void | CreateNewCopy (CybNodeC *) |
| void | CalcBInfo () |
Protected Attributes | |
| long | m_length |
| float * | m_coord |
| long | m_lengthBuf |
| float * | m_coordBuf |
| short | m_updateFlag |
| long | m_copyEventBufState |
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
Reimplemented from CybNodeC. |
|
||||||||||||||||
|
Reimplemented from CybNodeC. |
|
|
|
|
||||||||||||
|
Reimplemented from CybNodeC. |
|
|
Reimplemented from CybNodeC. |
|
|
Reimplemented from CybNodeC. |
|
|
|
|
|
Definition at line 48 of file cybcoordinatec.h.
00048 {return m_coord+3*i;}
|
|
|
Reimplemented from CybNodeC. |
|
|
Reimplemented from CybNodeC. |
|
||||||||||||
|
Reimplemented from CybNodeC. |
|
|
Reimplemented from CybNodeC. |
|
|
Reimplemented from CybNodeC. |
|
|
Definition at line 51 of file cybcoordinatec.h.
00051 {return m_length/3;}
|
|
||||||||||||||||
|
Reimplemented from CybNodeC. |
|
|
|
|
||||||||||||||||
|
Reimplemented from CybNodeC. |
|
||||||||||||
|
Reimplemented from CybNodeC. |
|
|
Definition at line 78 of file cybcoordinatec.h. |
|
|
Definition at line 80 of file cybcoordinatec.h. |
|
|
Definition at line 82 of file cybcoordinatec.h. |
|
|
Definition at line 77 of file cybcoordinatec.h. |
|
|
Definition at line 79 of file cybcoordinatec.h. |
|
|
Definition at line 81 of file cybcoordinatec.h. |
1.3-rc2