man SoTriggerAny () - provides fan-in for triggers

NAME

SoTriggerAny - provides fan-in for triggers

INHERITS FROM

SoBase > SoFieldContainer > SoEngine > SoTriggerAny

SYNOPSIS

#include <Inventor/engines/SoSoTriggerAny.h> Inputs from class SoTriggerAny: c } c } input0

c } c } input1

c } c } input2

c } c } input3

c } c } input4

c } c } input5

c } c } input6

c } c } input7

c } c } input8

c } c } input9 Outputs from class SoTriggerAny: c } c } output Methods from class SoTriggerAny: c } c } SoTriggerAny() Methods from class SoEngine: c } c } getClassTypeId()

c } c } getOutputs(SoEngineOutputList &list) const

c } c } getOutput(const SbName &outputName) const

c } c } getOutputName(const SoEngineOutput *output, SbName &outputName) const

c } c } copy() const

c } c } getByName(const SbName &name)

c } c } getByName(const SbName &name, SoEngineList &list) Methods from class SoFieldContainer: c } c } setToDefaults()

c } c } hasDefaultValues() const

c } c } fieldsAreEqual(const SoFieldContainer *fc) const

c } c } copyFieldValues(const SoFieldContainer *fc, SbBool copyConnections = FALSE)

c } c } set(const char *fieldDataString)

c } c } get(SbString &fieldDataString)

c } c } getFields(SoFieldList &resultList) const

c } c } getField(const SbName &fieldName) const

c } c } getFieldName(const SoField *field, SbName &fieldName) const

c } c } isNotifyEnabled() const

c } c } enableNotify(SbBool flag) Methods from class SoBase: c } c } ref()

c } c } unref() const

c } c } unrefNoDelete() const

c } c } touch()

c } c } getTypeId() const

c } c } isOfType(SoType type) const

c } c } setName(const SbName &name)

c } c } getName() const

DESCRIPTION

This engine takes up to 10 input triggers, and produces one trigger output. The output is triggered whenever one of the inputs is touched.

INPUTS

c } c } input0

c } c } input1

c } c } input2

c } c } input3

c } c } input4

c } c } input5

c } c } input6

c } c } input7

c } c } input8

c } c } input9

OUTPUTS

c } c } output

Triggered when any of the inputs is touched.

METHODS

c } c } SoTriggerAny()

Constructor

FILE FORMAT/DEFAULTS

TriggerAny {
input0	
input1	
input2	
input3	
input4	
input5	
input6	
input7	
input8	
input9	
}

SEE ALSO

SoEngineOutput, SoSFTrigger