27#include <Inventor/fields/SoSubField.h>
28#include <Inventor/SbLinear.h>
68 SO_MFIELD_SETVALUESPOINTER_HEADER(
short);
69 SO_MFIELD_SETVALUESPOINTER_HEADER(
SbVec3s);
70 SO_FIELD_SUPPORT_MEMOBJ();
89 void setValues(
int start,
int num,
const short xyz[][3]);
97 void set1Value(
int index,
short x,
short y,
short z);
146 static void initClass();
147 static void exitClass();
148 virtual void writeBinaryValues(
SoOutput*,
int ,
int )
const;
152 virtual void writeBinaryValues(
SoOutput *out)
const;
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> 3D vector class.
Multiple-value field containing any number of three-dimensional vectors.
void setValues(int start, int num, const short xyz[][3])
Sets values from array of arrays of 3 shorts.
void setValue(short x, short y, short z)
Sets to one value from 3 shorts.
void setValue(const SbVec3f &vec3f)
Sets to one value from single precision vector.
void setValues(int start, int num, const SbVec3f *vec3f)
Sets values from array of single precision vectors.
void set1Value(int index, const SbVec3f &vec3f)
Sets one value from single precision vector.
void set1Value(int index, const short xyz[3])
Sets one value from 3 shorts in array.
void set1Value(int index, short x, short y, short z)
Sets one value from 3 shorts.
void setValue(const short xyz[3])
Sets to one value from 3 shorts in array.
Base class for all multiple-valued fields.
Used to write Open Inventor data files.