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

Public Methods | |
| PlaneSensor (const NodeType &nodeType, const ScopePtr &scope) | |
| Constructor. | |
| virtual | ~PlaneSensor () throw () |
| Destructor. | |
| virtual PlaneSensor * | toPlaneSensor () const |
| virtual void | render (Viewer &viewer, VrmlRenderContext context) |
| Render the node. | |
| void | activate (double timeStamp, bool isActive, double *p) |
| virtual void | accumulateTransform (Node *) |
| virtual Node * | getParentTransform () |
| bool | isEnabled () |
Private Methods | |
| void | processSet_autoOffset (const FieldValue &sfbool, double timestamp) throw (std::bad_cast) |
| set_autoOffset eventIn handler. | |
| void | processSet_enabled (const FieldValue &sfbool, double timestamp) throw (std::bad_cast) |
| set_enabled eventIn handler. | |
| void | processSet_maxPosition (const FieldValue &sfvec2f, double timestamp) throw (std::bad_cast) |
| set_maxPosition eventIn handler. | |
| void | processSet_minPosition (const FieldValue &sfvec2f, double timestamp) throw (std::bad_cast) |
| set_minPosition eventIn handler. | |
| void | processSet_offset (const FieldValue &sfvec3f, double timestamp) throw (std::bad_cast) |
| set_offset eventIn handler. | |
Private Attributes | |
| SFBool | autoOffset |
| SFBool | enabled |
| SFVec2f | maxPosition |
| SFVec2f | minPosition |
| SFVec3f | offset |
| SFBool | active |
| SFVec3f | translation |
| SFVec3f | trackPoint |
| SFVec3f | activationPoint |
| Node * | parentTransform |
| VrmlMatrix | activationMatrix |
| VrmlMatrix | modelview |
Friends | |
| class | PlaneSensorClass |
|
||||||||||||
|
Constructor.
|
|
|
Destructor.
|
|
||||||||||||||||
|
|
|
||||||||||||
|
set_autoOffset eventIn handler.
|
|
||||||||||||
|
set_enabled eventIn handler.
|
|
||||||||||||
|
set_maxPosition eventIn handler.
|
|
||||||||||||
|
set_minPosition eventIn handler.
|
|
||||||||||||
|
set_offset eventIn handler.
|
|
||||||||||||
|
Render the node. Render a frame if there is one available.
Reimplemented from Node. |