24#ifndef _SO_MF_VEC4I32_
25#define _SO_MF_VEC4I32_
100 void set1Value(
int index, int32_t x, int32_t
y, int32_t z, int32_t w);
115 void setValue(int32_t x, int32_t
y, int32_t z, int32_t w);
173 static void initClass();
174 static void exitClass();
175 virtual void writeBinaryValues(
SoOutput*,
int ,
int )
const;
180 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 ...
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Multiple-value f...
void setValues(int start, int num, const SbVec4d *vec4d)
Sets values from array of double precision vectors.
void setValue(const int32_t xyzw[4])
Sets to one value from 4 integers in array.
void setValue(const SbVec4f &vec4f)
Sets to one value from single precision vector.
void setValue(int32_t x, int32_t y, int32_t z, int32_t w)
Sets to one value from 4 integers.
void setValue(const SbVec4d &vec4d)
Sets to one value from double precision vector.
void setValues(int start, int num, const SbVec4f *vec4f)
Sets values from array of single precision vectors.
void set1Value(int index, const int32_t xyzw[4])
Sets one value from 4 integers in array.
void set1Value(int index, const SbVec4d &vec4d)
Sets one value from double precision vector.
void setValues(int start, int num, const int32_t xyzw[][4])
Sets values from array of arrays of 4 integers.
void set1Value(int index, int32_t x, int32_t y, int32_t z, int32_t w)
Sets one value from 4 integers.
void set1Value(int index, const SbVec4f &vec4f)
Sets one value from single precision vector.
void setValues(int start, int num, const SbVec4i32 *newValues)
Sets num values starting at index start to the values.
Base class for all multiple-valued fields.
Used to write Open Inventor data files.