1 #ifndef COIN_SOPATHSENSOR_H 2 #define COIN_SOPATHSENSOR_H 36 #include <Inventor/sensors/SoDataSensor.h> 54 void setTriggerFilter(
const TriggerFilter type);
55 TriggerFilter getTriggerFilter(
void)
const;
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.
Definition: SoDelayQueueSensor.h:40
The SoPathSensor class detects changes to paths.
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.
Definition: SoPath.h:52
TriggerFilter
Definition: SoPathSensor.h:48
virtual void notify(SoNotList *l)
Definition: SoDataSensor.cpp:312
The SoNotList class is a list of SoNotRec notification records.
Definition: SoNotification.h:43