1 #ifndef COIN_SOSFUSHORT_H 2 #define COIN_SOSFUSHORT_H 36 #include <Inventor/fields/SoSField.h> 37 #include <Inventor/fields/SoSubField.h> 42 SO_SFIELD_HEADER(
SoSFUShort,
unsigned short,
unsigned short);
45 static void initClass(
void);
48 #endif // !COIN_SOSFUSHORT_H The SoField class is the top-level abstract base class for fields.Fields is the mechanism used throug...
Definition: SoField.h:47
The SoSFUShort class is a container for a unsigned short integer value.This field is used where nodes...
Definition: SoSFUShort.h:39
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:38