24#ifndef COIN_SOTRANSFORMVEC3F_H
25#define COIN_SOTRANSFORMVEC3F_H
27#include <Inventor/engines/SoSubEngine.h>
28#include <Inventor/engines/SoEngineOutput.h>
29#include <Inventor/fields/SoMFVec3f.h>
30#include <Inventor/fields/SoMFMatrix.h>
38 static void initClass(
void);
The SoEngineOutput class is the output slots in SoEngine instances.
Definition: SoEngineOutput.h:36
SoEngine is the base class for Coin engines.
Definition: SoEngine.h:34
virtual void evaluate(void)=0
The SoMFMatrix class is a container for SbMatrix values.
Definition: SoMFMatrix.h:31
The SoMFVec3f class is a container for SbVec3f vectors.
Definition: SoMFVec3f.h:31