24#ifndef COIN_SOVRMLSCALARINTERPOLATOR_H
25#define COIN_SOVRMLSCALARINTERPOLATOR_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>
38 static void initClass(
void);
48 virtual void evaluate(
void);
The SbList class is a template container class for lists.
Definition SbList.h:47
The SoEngineOutput class is the output slots in SoEngine instances.
Definition SoEngineOutput.h:36
The SoMFFloat class is a container for floating point values.
Definition SoMFFloat.h:30
The SoVRMLInterpolator class is an internal abstract class.
Definition SoVRMLInterpolator.h:33
The SoVRMLScalarInterpolator class is used to interpolate scalar values.
Definition SoVRMLScalarInterpolator.h:33
SoMFFloat keyValue
Definition SoVRMLScalarInterpolator.h:41
SoEngineOutput value_changed
Definition SoVRMLScalarInterpolator.h:42