#include <cybboxc.h>
Inheritance diagram for CybBoxC:


Public Methods | |
| CybBoxC (CybWorldC *) | |
| CybBoxC (const CybBoxC &) | |
| CybBoxC & | operator= (const CybBoxC &) |
| virtual void | Copy (const CybNodeC *) |
| virtual int | AddSrc (CybNodeC *, const StringC &, const StringC &) |
| virtual void | LoadVRML (char *&iter, const char *iterEnd, long &znr) |
| virtual void | SetEvent (long, const void *, BaseI *) |
| virtual long | GetFieldEventID (const char *) |
| virtual long | GetFieldDataType (long) |
| virtual void | ToChannelDefault (CybChannelC *, long flag) |
| virtual void | ToChannelTexture (CybChannelC *, long flag) |
| virtual void | FinishInit () |
| virtual const CybBoxC * | GetBbx () |
| const VectorC & | GetSize () const |
| const VectorC & | GetCenter () const |
| virtual void | SetSize (const VectorC &vSize) |
| virtual void | SetCenter (const VectorC &vCenter) |
Protected Methods | |
| virtual void | CreateNewCopy (CybNodeC *) |
Protected Attributes | |
| VectorC | m_vSize |
| VectorC | m_vCenter |
Static Private Attributes | |
| char | VRMLKeyStrList [][30] |
|
|
|
|
|
|
|
||||||||||||||||
|
Reimplemented from CybNodeC. |
|
|
Reimplemented from CybGeometryC. |
|
|
Reimplemented from CybGeometryC. |
|
|
Reimplemented from CybNodeC. |
|
|
Definition at line 63 of file cybboxc.h.
00063 {return this;}
|
|
|
Definition at line 66 of file cybboxc.h.
00066 {return m_vCenter;}
|
|
|
Reimplemented from CybNodeC. |
|
|
Reimplemented from CybNodeC. |
|
|
Definition at line 65 of file cybboxc.h.
00065 {return m_vSize;}
|
|
||||||||||||||||
|
Reimplemented from CybNodeC. |
|
|
|
|
|
Definition at line 68 of file cybboxc.h.
00068 {m_vCenter = vCenter;}
|
|
||||||||||||||||
|
Reimplemented from CybNodeC. Reimplemented in CybPFBoxC. |
|
|
Reimplemented in CybPFBoxC. Definition at line 67 of file cybboxc.h.
00067 {m_vSize = vSize;}
|
|
||||||||||||
|
Reimplemented from CybGeometryC. Reimplemented in CybGLBoxC. |
|
||||||||||||
|
Reimplemented from CybGeometryC. Reimplemented in CybGLBoxC. |
|
|
|
|
|
|
|
|
|
1.3-rc2