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);
66 virtual void dyingReference(
void);
68 SoPathSensorP * pimpl;
The SbList class is a template container class for lists.
Definition SbList.h:70
The SoDataSensor class is the abstract base class for sensors monitoring changes in a scene graph.
Definition SoDataSensor.h:45
The SoNotList class is a list of SoNotRec notification records.
Definition SoNotification.h:43
The SoPathSensor class detects changes to paths.
Definition SoPathSensor.h:40
TriggerFilter
Definition SoPathSensor.h:48
The SoPath class is a container class for traversal path descriptions.
Definition SoPath.h:52