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;
51 virtual void dyingReference(
void);
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 SoNodeSensor class detects changes to nodes.
Definition SoNodeSensor.h:38
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:56