36#include <Inventor/nodes/SoSubNode.h>
37#include <Inventor/nodes/SoRotation.h>
38#include <Inventor/fields/SoSFFloat.h>
39#include <Inventor/fields/SoSFBool.h>
40#include <Inventor/SbVec3f.h>
41#include <Inventor/SbTime.h>
52 static void initClass(
void);
63 friend class SoRotorP;
The SbList class is a template container class for lists.
Definition SbList.h:70
The SoRotation class specifies a rotation transformation.
Definition SoRotation.h:40
The SoRotor class is a node used to animate rotations.
Definition SoRotor.h:46
SoSFBool on
Definition SoRotor.h:56
SoSFFloat speed
Definition SoRotor.h:55
The SoSFBool class is a container for an SbBool value.
Definition SoSFBool.h:39
The SoSFFloat class is a container for a floating point value.
Definition SoSFFloat.h:39
The SoSensor class is the abstract base class for all sensors.
Definition SoSensor.h:43