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.Engines enables the application programmers to make compl...
Definition: SoEngine.h:43
SoEngineOutput syncOut
Definition: SoCounter.h:58
The SoSFTrigger class is the "void" class used for detecting field changes.Connect this field to a ma...
Definition: SoSFTrigger.h:41
The SoField class is the top-level abstract base class for fields.Fields is the mechanism used throug...
Definition: SoField.h:47
The SoSFShort class is a container for a short integer value.This field is used where nodes...
Definition: SoSFShort.h:39
SoSFTrigger trigger
Definition: SoCounter.h:54
virtual void inputChanged(SoField *which)
Definition: SoEngine.cpp:299
The SoCounter class is an integer counter engine.The engine counts from its min value to its max valu...
Definition: SoCounter.h:42
The SoEngineOutput class is the output slots in SoEngine instances.SoEngineOutput has methods for con...
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