36 SO_MFIELD_SETVALUESPOINTER_HEADER(
SbVec4ub);
37 SO_MFIELD_SETVALUESPOINTER_HEADER(uint8_t);
40 static void initClass(
void);
42 void setValues(
int start,
int num,
const uint8_t xyzw[][4]);
43 void set1Value(
int idx, uint8_t x, uint8_t y, uint8_t z, uint8_t w);
44 void set1Value(
int idx,
const uint8_t xyzw[4]);
45 void setValue(uint8_t x, uint8_t y, uint8_t z, uint8_t w);
46 void setValue(
const uint8_t xyzw[4]);