33 #ifndef COIN_SODECOMPOSEVEC4F_H
34 #define COIN_SODECOMPOSEVEC4F_H
42 #include <Inventor/engines/SoSubEngine.h>
43 #include <Inventor/engines/SoEngineOutput.h>
44 #include <Inventor/fields/SoMFFloat.h>
45 #include <Inventor/fields/SoMFVec4f.h>
61 #endif // !COIN_SODECOMPOSEVEC4F_H
The SoEngineOutput class is the output slots in SoEngine instances.
Definition: SoEngineOutput.h:45
SoEngineOutput w
Definition: SoDecomposeVec4f.h:58
SoEngineOutput x
Definition: SoDecomposeVec4f.h:55
The SoDecomposeVec4f class is used to decompose 4D vectors into four floats.
Definition: SoDecomposeVec4f.h:48
SoEngineOutput z
Definition: SoDecomposeVec4f.h:57
The SoMFVec4f class is a container for SbVec4f vectors.
Definition: SoMFVec4f.h:40
SoEngineOutput y
Definition: SoDecomposeVec4f.h:56
SoMFVec4f vector
Definition: SoDecomposeVec4f.h:53
SoEngine is the base class for Coin engines.
Definition: SoEngine.h:43