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>
42class COIN_DLL_API SoVRMLCoordinateInterpolator :
public SoVRMLInterpolator
44 typedef SoVRMLInterpolator inherited;
45 SO_NODEENGINE_HEADER(SoVRMLCoordinateInterpolator);
49 SoVRMLCoordinateInterpolator(
void);
55 virtual ~SoVRMLCoordinateInterpolator();
58 class SoVRMLCoordinateInterpolatorP * pimpl;
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
virtual void evaluate(void)=0
static void initClass(void)
Definition Interpolator.cpp:93