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