27 #include <Inventor/nodes/SoSubNode.h>
28 #include <Inventor/nodes/SoRotation.h>
29 #include <Inventor/fields/SoSFFloat.h>
30 #include <Inventor/fields/SoSFBool.h>
31 #include <Inventor/SbVec3f.h>
32 #include <Inventor/SbTime.h>
43 static void initClass(
void);
54 friend class SoRotorP;
The SoBase class is the top-level superclass for a number of class-hierarchies.
Definition: SoBase.h:36
The SoRotation class specifies a rotation transformation.
Definition: SoRotation.h:31
The SoRotor class is a node used to animate rotations.
Definition: SoRotor.h:37
SoSFBool on
Definition: SoRotor.h:47
SoSFFloat speed
Definition: SoRotor.h:46
The SoSFBool class is a container for an SbBool value.
Definition: SoSFBool.h:30
The SoSFFloat class is a container for a floating point value.
Definition: SoSFFloat.h:30
The SoSensor class is the abstract base class for all sensors.
Definition: SoSensor.h:34
#define SO_NODE_HEADER(classname)