Sets an integer value for the output event. More...
#include <Inventor/VRMLnodes/SoVRMLIntegerTrigger.h>
Public Member Functions | |
SoVRMLIntegerTrigger () | |
Public Attributes | |
SoSFInt32 | integerKey |
SoSFBool | set_boolean |
SoVRMLInterpOutput | triggerValue |
See the X3D Specification, below.
NOTE: This class does not exist in Open Inventor 10.0 and later.This section may reference portions of the X3D specification that are not present in this help file. The complete X3D spec is available at http://www.web3d.org .
This node handles single field boolean events to set an integer value for the output event. This is useful for connecting environmental events to SoVRMLSwitch::whichChoice field.
Upon receiving a set_boolean event, the IntegerTrigger node will generate a triggerValue event with the current value of integerKey.
Refer to "Event Utilities Component" for a more detailed discussion.
integerKey | -1 |
metadata | NULL |
SoSFFloat | set_boolean |
SoSFInt32 | set_integerKey |
SoSFNode | set_metadata |
SoSFInt32 | triggerValue |
SoSFInt32 | value_changed |
SoSFInt32 | integerKey_changed |
SoSFNode | metadata_changed |
SoVRMLIntegerTrigger::SoVRMLIntegerTrigger | ( | ) |
Constructor.
Current trigger value to output.
Output event.
Output event.