40class COIN_DLL_API SoMFVec4ui32 :
public SoMField {
46 SO_MFIELD_SETVALUESPOINTER_HEADER(uint32_t);
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]);