130 static void initClass();
131 static void exitClass();
132 virtual void writeBinaryValues(
SoOutput*,
int ,
int )
const;
137 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> 3D vector class ...
Multiple-value field containing any number of three-dimensional vectors.
void setValue(double x, double y, double z)
Sets to one value from 3 doubles.
void setValues(int start, int num, const double xyz[][3])
Sets values from array of arrays of 3 doubles.
void set1Value(int index, double x, double y, double z)
Sets one value from 3 doubles.
void setValue(const double xyz[3])
Sets to one value from 3 doubles in array.
void setValues(int start, int num, const SbVec3d *newValues)
Sets num values starting at index start to the values.
void set1Value(int index, const double xyz[3])
Sets one value from 3 doubles in array.
Base class for all multiple-valued fields.
Used to write Open Inventor data files.