1 #ifndef COIN_SOMFUSHORT_H
2 #define COIN_SOMFUSHORT_H
27 #include <Inventor/fields/SoMField.h>
28 #include <Inventor/fields/SoSubField.h>
33 SO_MFIELD_HEADER(
SoMFUShort,
unsigned short,
unsigned short);
35 SO_MFIELD_SETVALUESPOINTER_HEADER(
unsigned short);
38 static void initClass(
void);
41 virtual int getNumValuesPerLine(
void)
const;
44 #endif // !COIN_SOMFUSHORT_H
The SoMFUShort class is a container for unsigned short integer values.This field supports application...
Definition: SoMFUShort.h:30
The SoMField class is the base class for fields which can contain multiple values.All field types which may contain more than one member value inherits this class. SoMField is an abstract class.
Definition: SoMField.h:32