Sosensor.h -
#include <Inventor/SbBasic.h>
class SoSensor
The SoSensor class is the abstract base class for all sensors.
Sensors is a mechanism in Coin for scheduling jobs to be run upon specific events. The events in question could be particular points in time, or changes to entities in the scene graph. "
typedef void SoSensorCB (void *data, SoSensor *sensor)
typedef SoSensorCB * SoSensorCBPtr
Sensor callback functions must have this signature to be valid for registering with SoSensor.
Generated automatically by Doxygen for Coin from the source code.