#include <Inventor/engines/SoTriggerAny.h>
Inheritance diagram for SoTriggerAny::
Public Methods | |
SoTriggerAny (void) | |
Static Public Methods | |
void | initClass (void) |
Public Attributes | |
SoSFTrigger | input0 |
SoSFTrigger | input1 |
SoSFTrigger | input2 |
SoSFTrigger | input3 |
SoSFTrigger | input4 |
SoSFTrigger | input5 |
SoSFTrigger | input6 |
SoSFTrigger | input7 |
SoSFTrigger | input8 |
SoSFTrigger | input9 |
SoEngineOutput | output |
Protected Methods | |
~SoTriggerAny () |
When any one of the input triggers are "pulsed", any field connected as a slave to the engine output will be notified.
|
Default constructor. |
|
Destructor is protected because explicit destruction of engines is not allowed. |
|
Sets up initialization for data common to all instances of this class, like submitting necessary information to the Coin type system. Reimplemented from SoEngine. |
|
Input trigger. |
|
Input trigger. |
|
Input trigger. |
|
Input trigger. |
|
Input trigger. |
|
Input trigger. |
|
Input trigger. |
|
Input trigger. |
|
Input trigger. |
|
Input trigger. |
|
(SoSFTrigger) Connect to the output with the field(s) you want notified upon any input trigger "pulses". |