33#ifndef COIN_SOVRMLSCALARINTERPOLATOR_H
34#define COIN_SOVRMLSCALARINTERPOLATOR_H
36#include <Inventor/engines/SoSubNodeEngine.h>
37#include <Inventor/VRMLnodes/SoVRMLInterpolator.h>
38#include <Inventor/fields/SoMFFloat.h>
39#include <Inventor/fields/SoSFFloat.h>
43 typedef SoVRMLInterpolator inherited;
The SoEngineOutput class is the output slots in SoEngine instances.
Definition SoEngineOutput.h:45
The SoMFFloat class is a container for floating point values.
Definition SoMFFloat.h:39
virtual void evaluate(void)=0
static void initClass(void)
Definition Interpolator.cpp:93
SoVRMLScalarInterpolator(void)
Definition ScalarInterpolator.cpp:94
SoMFFloat keyValue
Definition SoVRMLScalarInterpolator.h:50
SoEngineOutput value_changed
Definition SoVRMLScalarInterpolator.h:51