1#ifndef COIN_SOMFVEC4UB_H
2#define COIN_SOMFVEC4UB_H
36#include <Inventor/fields/SoMField.h>
37#include <Inventor/fields/SoSubField.h>
38#include <Inventor/SbVec4ub.h>
45 SO_MFIELD_SETVALUESPOINTER_HEADER(
SbVec4ub);
46 SO_MFIELD_SETVALUESPOINTER_HEADER(uint8_t);
49 static void initClass(
void);
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]);
Definition: SbVec4ub.h:46
The SoMFVec4ub class is a container for SbVec4ub vectors.
Definition: SoMFVec4ub.h:40
The SoMField class is the base class for fields which can contain multiple values.
Definition: SoMField.h:41