53#include <Inventor/engines/SoSubEngine.h>
54#include <Inventor/fields/SoSFShort.h>
55#include <Inventor/fields/SoSFBool.h>
56#include <Inventor/fields/SoSFTrigger.h>
145 static void initClass();
146 static void exitClass();
149 virtual void inputChanged(
SoField *whichInput);
152 virtual void evaluate();
SoSFShort reset
At the next trigger, reset the counter to the specified value.
SoSFShort max
Maximum value for the counter.
SoSFShort min
Minimum value for the counter.
SoEngineOutput syncOut
( SoSFTrigger ) Triggers at cycle start.
SoSFTrigger trigger
Go to the next step.
SoEngineOutput output
( SoSFShort ) Counts min-to-max in step increments.
SoSFShort step
Counter step value.
friend class SoEngineOutput
Base class for all fields.
Field containing a short integer.
Field used to trigger engines or connection networks.