1 #ifndef COIN_SOSFVEC4US_H
2 #define COIN_SOSFVEC4US_H
27 #include <Inventor/fields/SoSField.h>
28 #include <Inventor/fields/SoSubField.h>
29 #include <Inventor/SbVec4us.h>
37 static void initClass(
void);
39 void setValue(
unsigned short x,
unsigned short y,
unsigned short z,
unsigned short w);
40 void setValue(
const unsigned short xyzw[4]);
44 #endif // !COIN_SOSFVEC4US_H
The SoSField class is the base class for fields which contains only a single value.All field types which should always contain only a single member value inherits this class. SoSField is an abstract class.
Definition: SoSField.h:29
The SbVec4us class is a 4 dimensional vector with unsigned short integer coordinates.
Definition: SbVec4us.h:37
The SoSFVec4us class is a container for an SbVec4us vector.This field is used where nodes...
Definition: SoSFVec4us.h:31