1 #ifndef COIN_SOMFSHORT_H 2 #define COIN_SOMFSHORT_H 27 #include <Inventor/fields/SoMField.h> 28 #include <Inventor/fields/SoSubField.h> 35 SO_MFIELD_SETVALUESPOINTER_HEADER(
short);
38 static void initClass(
void);
41 virtual int getNumValuesPerLine(
void)
const;
44 #endif // !COIN_SOMFSHORT_H The SoMField class is the base class for fields which can contain multiple values....
Definition: SoMField.h:32
The SoMFShort class is a container for short integer values.This field is used where nodes,...
Definition: SoMFShort.h:30