1 #ifndef COIN_SOONESHOTSENSOR_H 2 #define COIN_SOONESHOTSENSOR_H 27 #include <Inventor/sensors/SoDelayQueueSensor.h> 38 #endif // !COIN_SOONESHOTSENSOR_H The SoDelayQueueSensor class is the abstract base class for priority scheduled sensors....
Definition: SoDelayQueueSensor.h:31
The SoSensor class is the abstract base class for all sensors.Sensors is a mechanism in Coin for sche...
Definition: SoSensor.h:34
The SoOneShotSensor class is a sensor which will trigger once.Since SoOneShotSensor is a subclass of ...
Definition: SoOneShotSensor.h:29