56#ifndef _SO_ONE_SHOT_SENSOR_
57#define _SO_ONE_SHOT_SENSOR_
#define INVENTOR_API
Disable some annoying warnings on MSVC 6.
void SoSensorCB(void *data, SoSensor *sensor)
This typedef defines the calling sequence for all callbacks from sensors.
Abstract base class for sensors not dependent on time.
Sensor for one-time only callbacks.
virtual ~SoOneShotSensor()
Destroys the sensor, freeing up any memory associated with it after unscheduling it.
SoOneShotSensor(SoSensorCB *func, void *data)
Creation methods.
SoOneShotSensor()
Creation methods.