97 void set1Value(
int index,
unsigned char x,
unsigned char y,
unsigned char z,
unsigned char w);
112 void setValue(
unsigned char x,
unsigned char y,
unsigned char z,
unsigned char w);
146 static void initClass();
147 static void exitClass();
148 virtual void writeBinaryValues(
SoOutput*,
int ,
int )
const;
152 virtual void writeBinaryValues(
SoOutput *out)
const;
#define SO_MFIELD_HEADER(className, valueType, valueRef)
#define SO_MFIELD_SETVALUESPOINTER_HEADER(userType)
#define SO_FIELD_SUPPORT_MEMOBJ()
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> 4D vector class.
Multiple-value field containing any number of four-dimensional vectors.
void setValues(int start, int num, const SbVec4f *vec4f)
Sets values from array of single precision vectors.
void setValue(const SbVec4f &vec4f)
Sets to one value from single precision vector.
void setValue(const unsigned char xyzw[4])
Sets to one value from 4 unsigned chars in array.
void setValues(int start, int num, const unsigned char xyzw[][4])
Sets values from array of arrays of 4 unsigned chars.
void set1Value(int index, unsigned char x, unsigned char y, unsigned char z, unsigned char w)
Sets one value from 4 unsigned chars.
void setValue(unsigned char x, unsigned char y, unsigned char z, unsigned char w)
Sets to one value from 4 unsigned chars.
void set1Value(int index, const SbVec4f &vec4f)
Sets one value from single precision vector.
void set1Value(int index, const unsigned char xyzw[4])
Sets one value from 4 unsigned chars in array.
Base class for all multiple-valued fields.
Used to write Open Inventor data files.