#include <cybplanesensorc.h>
Inheritance diagram for CybPlaneSensorC:


Public Methods | |
| CybPlaneSensorC (CybWorldC *) | |
| CybPlaneSensorC (const CybPlaneSensorC &) | |
| CybPlaneSensorC & | operator= (const CybPlaneSensorC &) |
| virtual void | CreateNewCopy (CybNodeC *pNode) |
| virtual | ~CybPlaneSensorC () |
| virtual void | SetEvent (long, const void *, BaseI *) |
| virtual long | GetFieldEventID (const char *) |
| virtual long | GetFieldDataType (long) |
| virtual void | StartDrag (Vector3C vLineStart, Vector3C vLineEnd, Vector3C vIntersect) |
| virtual void | DoDrag (Vector3C vLineStart, Vector3C vLineEnd) |
| virtual void | EndDrag () |
Public Attributes | |
| SFBool | m_bAutoOffset |
| SFBool | m_bEnabled |
| SFVec2f | m_vMaxPosition |
| SFVec2f | m_vMinPosition |
| SFVec3f | m_vOffset |
Static Public Attributes | |
| char | VRMLKeyStrList [][30] |
Protected Methods | |
| virtual void | LoadVRML (char *&iter, const char *iterEnd, long &znr) |
| void | CheckTranslation (Vector3C &v) |
| void | SendIsActive (SFBool b) |
| void | SendTrackPointChanged (SFVec3f v) |
| void | SendTranslationChanged (SFVec3f v) |
| void | SendOffsetChanged (SFVec3f v) |
Protected Attributes | |
| short | m_bLoading |
| Vector3C | m_vStart |
| Vector3C | m_vCurrent |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from CybDragSensorC. |
|
||||||||||||
|
Reimplemented from CybDragSensorC. |
|
|
Reimplemented from CybDragSensorC. |
|
|
Reimplemented from CybDragSensorC. |
|
|
Reimplemented from CybDragSensorC. |
|
||||||||||||||||
|
Reimplemented from CybNodeC. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
Reimplemented from CybDragSensorC. |
|
||||||||||||||||
|
Reimplemented from CybDragSensorC. |
|
|
Definition at line 75 of file cybplanesensorc.h. |
|
|
Definition at line 76 of file cybplanesensorc.h. |
|
|
Definition at line 70 of file cybplanesensorc.h. |
|
|
Definition at line 71 of file cybplanesensorc.h. |
|
|
Definition at line 77 of file cybplanesensorc.h. |
|
|
Definition at line 78 of file cybplanesensorc.h. |
|
|
Definition at line 79 of file cybplanesensorc.h. |
|
|
Definition at line 71 of file cybplanesensorc.h. |
|
|
Definition at line 82 of file cybplanesensorc.h. |
1.3-rc2