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