1 #ifndef COIN_SOMFVEC4UI32_H 2 #define COIN_SOMFVEC4UI32_H 36 #include <Inventor/fields/SoMField.h> 37 #include <Inventor/fields/SoSubField.h> 38 #include <Inventor/SbVec4ui32.h> 46 SO_MFIELD_SETVALUESPOINTER_HEADER(uint32_t);
49 static void initClass(
void);
51 void setValues(
int start,
int num,
const uint32_t xyzw[][4]);
52 void set1Value(
int idx, uint32_t x, uint32_t y, uint32_t z, uint32_t w);
53 void set1Value(
int idx,
const uint32_t xyzw[4]);
54 void setValue(uint32_t x, uint32_t y, uint32_t z, uint32_t w);
55 void setValue(
const uint32_t xyzw[4]);
59 #endif // !COIN_SOMFVEC4UI32_H The SoMFVec4ui32 class is a container for SbVec4ui32 vectors.
Definition: SoMFVec4ui32.h:40
The SoMField class is the base class for fields which can contain multiple values.
Definition: SoMField.h:41
Definition: SbVec4ui32.h:46