33 #ifndef COIN_SOTRANSFORMVEC3F_H 34 #define COIN_SOTRANSFORMVEC3F_H 36 #include <Inventor/engines/SoSubEngine.h> 37 #include <Inventor/engines/SoEngineOutput.h> 38 #include <Inventor/fields/SoMFVec3f.h> 39 #include <Inventor/fields/SoMFMatrix.h> 47 static void initClass(
void);
64 #endif // !COIN_SOTRANSFORMVEC3F_H
SoEngine is the base class for Coin engines.Engines enables the application programmers to make compl...
Definition: SoEngine.h:43
The SoFieldContainer class is a base class for all classes that contain fields.The classes containing...
Definition: SoFieldContainer.h:43
The SoEngineOutput class is the output slots in SoEngine instances.SoEngineOutput has methods for con...
Definition: SoEngineOutput.h:45
The SoMFMatrix class is a container for SbMatrix values.This field is used where nodes, engines or other field containers needs to store matrices.
Definition: SoMFMatrix.h:40
virtual void evaluate(void)=0
The SoMFVec3f class is a container for SbVec3f vectors.This field is used where nodes, engines or other field containers needs to store an array of vectors with three elements.
Definition: SoMFVec3f.h:40