1 #ifndef COIN_SOPATHSENSOR_H 2 #define COIN_SOPATHSENSOR_H 36 #include <Inventor/sensors/SoDataSensor.h> 57 void attach(
SoPath * path);
59 SoPath * getAttachedPath(
void)
const;
65 void commonConstructor(
void);
68 SoPathSensorP * pimpl;
71 #endif // !COIN_SOPATHSENSOR_H void SoSensorCB(void *data, SoSensor *sensor)
Definition: SoSensor.h:40
The SoDelayQueueSensor class is the abstract base class for priority scheduled sensors.Delay queue sensors are invoked upon various events not related to time occurrences. See documentation of subclasses to see which types of events can be surveilled by the builtin sensor types.
Definition: SoDelayQueueSensor.h:40
The SoPathSensor class detects changes to paths.If you need to know when a path changes (i...
Definition: SoPathSensor.h:40
The SoDataSensor class is the abstract base class for sensors monitoring changes in a scene graph...
Definition: SoDataSensor.h:45
virtual void dyingReference(void)=0
The SoPath class is a container class for traversal path descriptions.SoPath objects contain a list o...
Definition: SoPath.h:52
TriggerFilter
Definition: SoPathSensor.h:48
virtual void notify(SoNotList *l)
Definition: SoDataSensor.cpp:311
The SoNotList class is a list of SoNotRec notification records.
Definition: SoNotification.h:43