24#ifndef COIN_SOVRMLORIENTATIONINTERPOLATOR_H
25#define COIN_SOVRMLORIENTATIONINTERPOLATOR_H
27#include <Inventor/engines/SoSubNodeEngine.h>
28#include <Inventor/VRMLnodes/SoVRMLInterpolator.h>
29#include <Inventor/fields/SoMFFloat.h>
30#include <Inventor/fields/SoSFFloat.h>
31#include <Inventor/fields/SoMFRotation.h>
32#include <Inventor/fields/SoSFRotation.h>
40 static void initClass(
void);
50 virtual void evaluate(
void);
The SbList class is a template container class for lists.
Definition SbList.h:61
SbList(const int sizehint=DEFAULTSIZE)
Definition SbList.h:69
The SoEngineOutput class is the output slots in SoEngine instances.
Definition SoEngineOutput.h:36
The SoMFRotation class is a container for SbRotation values.
Definition SoMFRotation.h:31
The SoVRMLInterpolator class is an internal abstract class.
Definition SoVRMLInterpolator.h:33
The SoVRMLOrientationInterpolator class is used to interpolate orientations.
Definition SoVRMLOrientationInterpolator.h:35
SoMFRotation keyValue
Definition SoVRMLOrientationInterpolator.h:43
SoEngineOutput value_changed
Definition SoVRMLOrientationInterpolator.h:44