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;
66 #endif // !COIN_SOROTOR_H The SoBase class is the top-level superclass for a number of class-hierarchies.SoBase provides the ba...
Definition: SoBase.h:45
#define SO_NODE_HEADER(classname)
The SoRotor class is a node used to animate rotations.Insert this node in your hierarchy to apply a c...
Definition: SoRotor.h:46
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 SoSensor class is the abstract base class for all sensors.Sensors is a mechanism in Coin for sche...
Definition: SoSensor.h:43
SoSFBool on
Definition: SoRotor.h:56
The SoRotation class specifies a rotation transformation.Use nodes of this class type to re-orient ge...
Definition: SoRotation.h:40
SoSFFloat speed
Definition: SoRotor.h:55
The SoSFFloat class is a container for a floating point value.This field is used where nodes...
Definition: SoSFFloat.h:39