33#ifndef COIN_SOVRMLCOORDINATEINTERPOLATOR_H
34#define COIN_SOVRMLCOORDINATEINTERPOLATOR_H
36#include <Inventor/engines/SoSubNodeEngine.h>
37#include <Inventor/VRMLnodes/SoVRMLInterpolator.h>
38#include <Inventor/fields/SoSFFloat.h>
39#include <Inventor/fields/SoMFFloat.h>
40#include <Inventor/fields/SoMFVec3f.h>
48 static void initClass(
void);
57 virtual void evaluate(
void);
The SbList class is a template container class for lists.
Definition SbList.h:70
The SoEngineOutput class is the output slots in SoEngine instances.
Definition SoEngineOutput.h:45
The SoMFVec3f class is a container for SbVec3f vectors.
Definition SoMFVec3f.h:40
The SoVRMLCoordinateInterpolator class is used to interpolate 3D coordinates.
Definition SoVRMLCoordinateInterpolator.h:43
The SoVRMLInterpolator class is an internal abstract class.
Definition SoVRMLInterpolator.h:42