Open Inventor Reference
Sensors

Classes

class  SoAlarmSensor
 Triggers a callback once sometime in the future. More...
 
class  SoDataSensor
 Abstract base class for sensors attached to parts of a scene. More...
 
class  SoDelayQueueSensor
 Abstract base class for sensors not dependent on time. More...
 
class  SoFieldSensor
 Sensor class that can be attached to Inventor fields. More...
 
class  SoIdleSensor
 Sensor for one-time only callbacks when the application is idle. More...
 
class  SoNodeSensor
 Sensor class that can be attached to Inventor nodes. More...
 
class  SoOneShotSensor
 Sensor for one-time only callbacks. More...
 
class  SoPathSensor
 Sensor class that can be attached to Inventor paths. More...
 
class  SoSensor
 Abstract base class for Inventor sensors. More...
 
class  SoTimerQueueSensor
 Abstract base class for sensors dependent on time. More...
 
class  SoTimerSensor
 Sensor that triggers callback repeatedly at regular intervals. More...
 

Detailed Description

Sensor classes to get notifications on timers, fields and node changes.