Generates boolean events upon receiving time events. More...
#include <Inventor/VRMLnodes/SoVRMLBooleanTrigger.h>
Public Member Functions | |
SoVRMLBooleanTrigger () |
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 utility event is a trigger node that generates boolean events upon receiving time events. The triggerTrue event is generated when the BooleanTrigger receives a set_triggerTime event. The value of triggerTrue will always be TRUE.
Refer to "Event Utilities Component" for a more detailed discussion.
metadata | NULL |
SoSFTime | set_triggerTime |
SoSFNode | set_metadata |
SoSFBool | triggerTrue |
SoSFNode | metadata_changed |
SoVRMLBooleanTrigger::SoVRMLBooleanTrigger | ( | ) |
Constructor.