1 #ifndef COIN_SOMFUSHORT_H 2 #define COIN_SOMFUSHORT_H 36 #include <Inventor/fields/SoMField.h> 37 #include <Inventor/fields/SoSubField.h> 42 SO_MFIELD_HEADER(
SoMFUShort,
unsigned short,
unsigned short);
44 SO_MFIELD_SETVALUESPOINTER_HEADER(
unsigned short);
47 static void initClass(
void);
50 virtual int getNumValuesPerLine(
void)
const;
53 #endif // !COIN_SOMFUSHORT_H The SoMFUShort class is a container for unsigned short integer values.
Definition: SoMFUShort.h:39
The SoMField class is the base class for fields which can contain multiple values.
Definition: SoMField.h:41