1 #ifndef COIN_SOPATHSENSOR_H
2 #define COIN_SOPATHSENSOR_H
27 #include <Inventor/sensors/SoDataSensor.h>
45 void setTriggerFilter(
const TriggerFilter type);
46 TriggerFilter getTriggerFilter(
void)
const;
48 void attach(
SoPath * path);
50 SoPath * getAttachedPath(
void)
const;
56 void commonConstructor(
void);
59 SoPathSensorP * pimpl;
62 #endif // !COIN_SOPATHSENSOR_H
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:31
The SoPathSensor class detects changes to paths.If you need to know when a path changes (i...
Definition: SoPathSensor.h:31
The SoDataSensor class is the abstract base class for sensors monitoring changes in a scene graph...
Definition: SoDataSensor.h:35
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:43
TriggerFilter
Definition: SoPathSensor.h:39
virtual void notify(SoNotList *l)
Definition: SoDataSensor.cpp:212
The SoNotList class is a list of SoNotRec notification records.
Definition: SoNotification.h:34