1 #ifndef COIN_SONODESENSOR_H 2 #define COIN_SONODESENSOR_H 36 #include <Inventor/sensors/SoDataSensor.h> 46 void attach(
SoNode * node);
48 SoNode * getAttachedNode(
void)
const;
55 #endif // !COIN_SONODESENSOR_H void SoSensorCB(void *data, SoSensor *sensor)
Definition: SoSensor.h:40
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:40
The SoDataSensor class is the abstract base class for sensors monitoring changes in a scene graph...
Definition: SoDataSensor.h:45
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:56
The SoNodeSensor class detects changes to nodes.Attach a node to a sensor of this type to put it unde...
Definition: SoNodeSensor.h:38
virtual void dyingReference(void)=0