Provides fan-in for triggers. More...
#include <Inventor/engines/SoTriggerAny.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
SoTriggerAny () | |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
SoSFTrigger | input0 |
SoSFTrigger | input1 |
SoSFTrigger | input2 |
SoSFTrigger | input3 |
SoSFTrigger | input4 |
SoSFTrigger | input5 |
SoSFTrigger | input6 |
SoSFTrigger | input7 |
SoSFTrigger | input8 |
SoSFTrigger | input9 |
SoEngineOutput | output |
Provides fan-in for triggers.
This engine takes up to 10 input triggers, and produces one trigger output. The output is triggered whenever one of the inputs is touched.
input0 | |
input1 | |
input2 | |
input3 | |
input4 | |
input5 | |
input6 | |
input7 | |
input8 | |
input9 |
SoTriggerAny::SoTriggerAny | ( | ) |
Constructor.
static SoType SoTriggerAny::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoEngine.
virtual SoType SoTriggerAny::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Implements SoTypedObject.
The output is triggered whenever one of the inputs is touched.
The output is triggered whenever one of the inputs is touched.
The output is triggered whenever one of the inputs is touched.
The output is triggered whenever one of the inputs is touched.
The output is triggered whenever one of the inputs is touched.
The output is triggered whenever one of the inputs is touched.
The output is triggered whenever one of the inputs is touched.
The output is triggered whenever one of the inputs is touched.
The output is triggered whenever one of the inputs is touched.
The output is triggered whenever one of the inputs is touched.
Triggered when any of the inputs is touched.