1 #ifndef COIN_SOFIELDSENSOR_H 2 #define COIN_SOFIELDSENSOR_H 27 #include <Inventor/sensors/SoDataSensor.h> 39 SoField * getAttachedField(
void)
const;
50 #endif // !COIN_SOFIELDSENSOR_H The SoDelayQueueSensor class is the abstract base class for priority scheduled sensors....
Definition: SoDelayQueueSensor.h:31
The SoDataSensor class is the abstract base class for sensors monitoring changes in a scene graph....
Definition: SoDataSensor.h:35
virtual void trigger(void)
Definition: SoDataSensor.cpp:188
The SoField class is the top-level abstract base class for fields.Fields is the mechanism used throug...
Definition: SoField.h:38
virtual void dyingReference(void)=0
The SoFieldSensor class detects changes to a field.Attach a field to a sensor of this type to put it ...
Definition: SoFieldSensor.h:29
virtual void notify(SoNotList *l)
Definition: SoDataSensor.cpp:209
The SoNotList class is a list of SoNotRec notification records.
Definition: SoNotification.h:34