1 #ifndef COIN_SOSFINT32_H 2 #define COIN_SOSFINT32_H 36 #include <Inventor/fields/SoSField.h> 37 #include <Inventor/fields/SoSubField.h> 42 SO_SFIELD_HEADER(
SoSFInt32, int32_t, int32_t);
45 static void initClass(
void);
48 #endif // !COIN_SOSFINT32_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 SoSFInt32 class is a container for a 32-bit integer value.This field is used where nodes...
Definition: SoSFInt32.h:39