33 #ifndef COIN_SOCOUNTER_H 34 #define COIN_SOCOUNTER_H 36 #include <Inventor/engines/SoSubEngine.h> 37 #include <Inventor/engines/SoEngineOutput.h> 38 #include <Inventor/fields/SoSFTrigger.h> 39 #include <Inventor/fields/SoSFShort.h> 48 static void initClass(
void);
71 #endif // !COIN_SOCOUNTER_H SoSFShort min
Definition: SoCounter.h:51
SoSFShort reset
Definition: SoCounter.h:55
SoEngine is the base class for Coin engines.
Definition: SoEngine.h:43
SoEngineOutput syncOut
Definition: SoCounter.h:58
The SoSFTrigger class is the "void" class used for detecting field changes.
Definition: SoSFTrigger.h:41
The SoField class is the top-level abstract base class for fields.
Definition: SoField.h:47
The SoSFShort class is a container for a short integer value.
Definition: SoSFShort.h:39
SoSFTrigger trigger
Definition: SoCounter.h:54
virtual void inputChanged(SoField *which)
Definition: SoEngine.cpp:300
The SoCounter class is an integer counter engine.
Definition: SoCounter.h:42
The SoEngineOutput class is the output slots in SoEngine instances.
Definition: SoEngineOutput.h:45
SoEngineOutput output
Definition: SoCounter.h:57
virtual void evaluate(void)=0
SoSFShort max
Definition: SoCounter.h:52
SoSFShort step
Definition: SoCounter.h:53