96 void set1Value(
int index,
char x,
char y,
char z,
char w);
145 static void initClass();
146 static void exitClass();
147 virtual void writeBinaryValues(
SoOutput*,
int ,
int )
const;
151 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 set1Value(int index, const SbVec4f &vec4f)
Sets one value from single precision vector.
void setValue(const SbVec4f &vec4f)
Sets to one value from single precision vector.
void set1Value(int index, char x, char y, char z, char w)
Sets one value from 4 chars.
void setValues(int start, int num, const char xyzw[][4])
Sets values from array of arrays of 4 chars.
void set1Value(int index, const char xyzw[4])
Sets one value from 4 chars in array.
void setValue(char x, char y, char z, char w)
Sets to one value from 4 chars.
void setValue(const char xyzw[4])
Sets to one value from 4 chars in array.
Base class for all multiple-valued fields.
Used to write Open Inventor data files.