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;
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
virtual void notify(SoNotList *l)
Definition: SoDataSensor.cpp:209
The SoDelayQueueSensor class is the abstract base class for priority scheduled sensors.
Definition: SoDelayQueueSensor.h:31
The SoNotList class is a list of SoNotRec notification records.
Definition: SoNotification.h:34
The SoPathSensor class detects changes to paths.
Definition: SoPathSensor.h:31
TriggerFilter
Definition: SoPathSensor.h:39
The SoPath class is a container class for traversal path descriptions.
Definition: SoPath.h:43