Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://bitbucket.org/Coin3D/
http://www.kongsberg.com/kogt/
SoSensor.h File Reference
#include <Inventor/SbBasic.h>

Go to the source code of this file.

Classes

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. More...
 

Typedefs

typedef void SoSensorCB(void *data, SoSensor *sensor)
 
typedef SoSensorCBSoSensorCBPtr
 

Typedef Documentation

◆ SoSensorCB

void SoSensorCB

Sensor callback functions must have this signature to be valid for registering with SoSensor.