33 #ifndef COIN_SOVRMLSENSOR_H
34 #define COIN_SOVRMLSENSOR_H
36 #include <Inventor/nodes/SoSubNode.h>
37 #include <Inventor/fields/SoSFBool.h>
48 static void initClass(
void);
56 #endif // ! COIN_SOVRMLSENSOR_H
The SoBase class is the top-level superclass for a number of class-hierarchies.SoBase provides the ba...
Definition: SoBase.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 SoSFBool class is a container for an SbBool value.This field is used where nodes, engines or other field containers needs to store a boolean on/off or TRUE/FALSE value, like for instance as the "on" field of the SoPointLight, SoSpotLight and SoDirectionalLight node classes.
Definition: SoSFBool.h:39
The SoVRMLSensor class is an abstract superclass for VRML sensors.
Definition: SoVRMLSensor.h:39
#define SO_NODE_ABSTRACT_HEADER(classname)