#include <cybcylindersensorc.h>
Inheritance diagram for CybCylinderSensorC:


Public Methods | |
| CybCylinderSensorC (CybWorldC *) | |
| CybCylinderSensorC (const CybCylinderSensorC &) | |
| CybCylinderSensorC & | operator= (const CybCylinderSensorC &) |
| virtual void | CreateNewCopy (CybNodeC *pNode) |
| virtual | ~CybCylinderSensorC () |
| virtual void | FinishInit () |
| 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 |
| SFFloat | m_fDiskAngle |
| SFBool | m_bEnabled |
| SFFloat | m_fMaxAngle |
| SFFloat | m_fMinAngle |
| SFFloat | m_fOffset |
Static Public Attributes | |
| char | VRMLKeyStrList [][30] |
Protected Methods | |
| virtual void | LoadVRML (char *&iter, const char *iterEnd, long &znr) |
| void | CheckRotation (SFFloat &r) |
| void | SendIsActive (SFBool b) |
| void | SendRotationChanged (SFFloat r) |
| void | SendTrackPointChanged (SFVec3f v) |
| void | SendOffsetChanged (SFFloat r) |
Protected Attributes | |
| short | m_bLoading |
| short | m_bDragMode |
| SFFloat | m_fRadius |
| SFVec3f | m_vTrackStart |
| SFFloat | m_fCurrent |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from CybDragSensorC. |
|
||||||||||||
|
Reimplemented from CybDragSensorC. |
|
|
Reimplemented from CybDragSensorC. |
|
|
Reimplemented from CybNodeC. |
|
|
Reimplemented from CybDragSensorC. |
|
|
Reimplemented from CybDragSensorC. |
|
||||||||||||||||
|
Reimplemented from CybNodeC. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
Reimplemented from CybDragSensorC. |
|
||||||||||||||||
|
Reimplemented from CybDragSensorC. |
|
|
Definition at line 76 of file cybcylindersensorc.h. |
|
|
Definition at line 69 of file cybcylindersensorc.h. |
|
|
Definition at line 78 of file cybcylindersensorc.h. |
|
|
Definition at line 68 of file cybcylindersensorc.h. |
|
|
Definition at line 72 of file cybcylindersensorc.h. |
|
|
Definition at line 77 of file cybcylindersensorc.h. |
|
|
Definition at line 79 of file cybcylindersensorc.h. |
|
|
Definition at line 80 of file cybcylindersensorc.h. |
|
|
Definition at line 81 of file cybcylindersensorc.h. |
|
|
Definition at line 70 of file cybcylindersensorc.h. |
|
|
Definition at line 71 of file cybcylindersensorc.h. |
|
|
Definition at line 84 of file cybcylindersensorc.h. |
1.3-rc2