1#ifndef COIN_SONODESENSOR_H
2#define COIN_SONODESENSOR_H
27#include <Inventor/sensors/SoDataSensor.h>
37 void attach(
SoNode * node);
39 SoNode * getAttachedNode(
void)
const;
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 SoDelayQueueSensor class is the abstract base class for priority scheduled sensors.
Definition: SoDelayQueueSensor.h:31
The SoNodeSensor class detects changes to nodes.
Definition: SoNodeSensor.h:29
The SoNode class is the base class for nodes used in scene graphs.
Definition: SoNode.h:47