| Home | Download | Screen shots | Discussion | Documentation |
|---|
Inheritance diagram for openvrml::vrml97_node::touch_sensor_node:


Public Member Functions | |
| touch_sensor_node (const node_type &type, const scope_ptr &scope) | |
| Construct. | |
| virtual | ~touch_sensor_node () throw () |
| Destroy. | |
| virtual touch_sensor_node * | to_touch_sensor () const |
| Cast to a touch_sensor_node. | |
| void | activate (double timeStamp, bool isOver, bool isActive, double *p) |
| bool | enabled () const |
| Return whether the TouchSensor is enabled. | |
Private Member Functions | |
| void | process_set_enabled (const field_value &value, double timestamp) throw (std::bad_cast) |
| set_enabled eventIn handler. | |
Private Attributes | |
| sfbool | enabled_ |
| enabled exposedField. | |
| sfvec3f | hitNormal |
| hitNormal_changed eventOut. | |
| sfvec3f | hitPoint |
| hitPoint_changed eventOut. | |
| sfvec2f | hitTexCoord |
| hitTexCoord_changed eventOut. | |
| sfbool | active |
| isActive eventOut. | |
| sfbool | over |
| isOver eventOut. | |
| sftime | touchTime |
| touchTime eventOut. | |
Friends | |
| class | touch_sensor_class |
| Class object for TouchSensor instances. | |
|
||||||||||||
|
Construct.
|
|
||||||||||||||||||||
|
|
|
|
Return whether the TouchSensor is enabled.
|
|
||||||||||||
|
set_enabled eventIn handler.
|
|
|
Cast to a touch_sensor_node.
Reimplemented from openvrml::node. |