33#ifndef COIN_SOVRMLINTERPOLATOR_H
34#define COIN_SOVRMLINTERPOLATOR_H
36#include <Inventor/engines/SoNodeEngine.h>
37#include <Inventor/engines/SoSubNodeEngine.h>
38#include <Inventor/fields/SoSFFloat.h>
39#include <Inventor/fields/SoMFFloat.h>
40#include <Inventor/engines/SoEngineOutput.h>
45 SO_NODEENGINE_ABSTRACT_HEADER(SoVRMLInterpolator);
57 SoVRMLInterpolator(
void);
58 virtual ~SoVRMLInterpolator();
The SoMFFloat class is a container for floating point values.
Definition SoMFFloat.h:39
static void initClass(void)
Sets up initialization for data common to all instances of this class, like submitting necessary info...
Definition SoNodeEngine.cpp:144
SoNodeEngine(void)
Definition SoNodeEngine.cpp:96
The SoSFFloat class is a container for a floating point value.
Definition SoSFFloat.h:39
int getKeyValueIndex(float &interp, int numvalues)
Definition Interpolator.cpp:123
SoMFFloat key
Definition SoVRMLInterpolator.h:48
SoSFFloat set_fraction
Definition SoVRMLInterpolator.h:49