45 SO_MFIELD_SETVALUESPOINTER_HEADER(
SbVec4ub);
46 SO_MFIELD_SETVALUESPOINTER_HEADER(uint8_t);
51 void setValues(
int start,
int num,
const uint8_t xyzw[][4]);
52 void set1Value(
int idx, uint8_t x, uint8_t y, uint8_t z, uint8_t w);
53 void set1Value(
int idx,
const uint8_t xyzw[4]);
54 void setValue(uint8_t x, uint8_t y, uint8_t z, uint8_t w);
55 void setValue(
const uint8_t xyzw[4]);