1#ifndef COIN_SOMFUINT32_H
2#define COIN_SOMFUINT32_H
36#include <Inventor/fields/SoMField.h>
37#include <Inventor/fields/SoSubField.h>
44 SO_MFIELD_SETVALUESPOINTER_HEADER(uint32_t);
47 static void initClass(
void);
50 virtual int getNumValuesPerLine(
void)
const;
The SoMFUInt32 class is a container for 32-bit unsigned integer values.
Definition: SoMFUInt32.h:39
The SoMField class is the base class for fields which can contain multiple values.
Definition: SoMField.h:41