1 #ifndef COIN_SOMFINT32_H 2 #define COIN_SOMFINT32_H 36 #include <Inventor/fields/SoMField.h> 37 #include <Inventor/fields/SoSubField.h> 44 SO_MFIELD_SETVALUESPOINTER_HEADER(int32_t);
47 static void initClass(
void);
50 virtual int getNumValuesPerLine(
void)
const;
53 #endif // !COIN_SOMFINT32_H The SoMFInt32 class is a container for 32-bit integer values.This field is used where nodes...
Definition: SoMFInt32.h:39
The SoField class is the top-level abstract base class for fields.Fields is the mechanism used throug...
Definition: SoField.h:47
The SoMField class is the base class for fields which can contain multiple values.All field types which may contain more than one member value inherits this class. SoMField is an abstract class.
Definition: SoMField.h:41