117 static void initClass();
118 static void exitClass();
121 virtual void inputChanged(
SoField *whichInput);
124 virtual void evaluate();
#define SO_ENGINE_HEADER(className)
Base class for all engines.
Class for all engine outputs.
Base class for all fields.
Engine that functions as an on/off switch.
SoEngineOutput isOn
( SoSFBool ) Switch value.
SoEngineOutput isOff
( SoSFBool ) The inverse of isOn.
SoSFTrigger off
Turn the isOn switch off.
SoSFTrigger on
Turn the isOn switch on.
SoSFTrigger toggle
Toggle the switch value.
Field used to trigger engines or connection networks.