1 #ifndef COIN_SOFIELDSENSOR_H
2 #define COIN_SOFIELDSENSOR_H
36 #include <Inventor/sensors/SoDataSensor.h>
48 SoField * getAttachedField(
void)
const;
59 #endif // !COIN_SOFIELDSENSOR_H
virtual void trigger(void)
Definition: SoDataSensor.cpp:286
void SoSensorCB(void *data, SoSensor *sensor)
Definition: SoSensor.h:40
The SoDelayQueueSensor class is the abstract base class for priority scheduled sensors.
Definition: SoDelayQueueSensor.h:40
The SoField class is the top-level abstract base class for fields.
Definition: SoField.h:47
virtual void notify(SoNotList *l)
Definition: SoDataSensor.cpp:312
virtual void dyingReference(void)=0
The SoDataSensor class is the abstract base class for sensors monitoring changes in a scene graph.
Definition: SoDataSensor.h:45
The SoFieldSensor class detects changes to a field.
Definition: SoFieldSensor.h:38
The SoNotList class is a list of SoNotRec notification records.
Definition: SoNotification.h:43