| Home | Download | Screen shots | Discussion | Documentation | Links |
|---|
Inheritance diagram for CylinderSensor:

Public Methods | |
| CylinderSensor (const NodeType &nodeType, const ScopePtr &scope) | |
| Constructor. | |
| virtual | ~CylinderSensor () throw () |
| Destructor. | |
| virtual CylinderSensor * | toCylinderSensor () const |
| Cast to a CylinderSensor. | |
| virtual void | render (Viewer &viewer, VrmlRenderContext context) |
| Render the node. | |
| void | activate (double timeStamp, bool isActive, double *p) |
| bool | isEnabled () |
Private Methods | |
| void | processSet_autoOffset (const FieldValue &sfbool, double timestamp) throw (std::bad_cast) |
| set_autoOffset eventIn handler. | |
| void | processSet_diskAngle (const FieldValue &sffloat, double timestamp) throw (std::bad_cast) |
| set_diskAngle eventIn handler. | |
| void | processSet_enabled (const FieldValue &sfbool, double timestamp) throw (std::bad_cast) |
| set_enabled eventIn handler. | |
| void | processSet_maxAngle (const FieldValue &sffloat, double timestamp) throw (std::bad_cast) |
| set_maxAngle eventIn handler. | |
| void | processSet_minAngle (const FieldValue &sffloat, double timestamp) throw (std::bad_cast) |
| set_minAngle eventIn handler. | |
| void | processSet_offset (const FieldValue &sffloat, double timestamp) throw (std::bad_cast) |
| set_offset eventIn handler. | |
Private Attributes | |
| SFBool | autoOffset |
| SFFloat | diskAngle |
| SFBool | enabled |
| SFFloat | maxAngle |
| SFFloat | minAngle |
| SFFloat | offset |
| SFBool | active |
| SFRotation | rotation |
| SFVec3f | trackPoint |
| SFFloat | rotation_val |
| SFVec3f | activationPoint |
| SFBool | disk |
| VrmlMatrix | activationMatrix |
| VrmlMatrix | modelview |
Friends | |
| class | CylinderSensorClass |
|
||||||||||||
|
Constructor.
|
|
|
Destructor.
|
|
||||||||||||
|
set_autoOffset eventIn handler.
|
|
||||||||||||
|
set_diskAngle eventIn handler.
|
|
||||||||||||
|
set_enabled eventIn handler.
|
|
||||||||||||
|
set_maxAngle eventIn handler.
|
|
||||||||||||
|
set_minAngle eventIn handler.
|
|
||||||||||||
|
set_offset eventIn handler.
|
|
||||||||||||
|
Render the node.
Reimplemented from Node. |
|
|
Cast to a CylinderSensor.
Reimplemented from Node. |