24#ifndef _SO_SF_VEC3I32_
25#define _SO_SF_VEC3I32_
27#include <Inventor/fields/SoSubField.h>
28#include <Inventor/SbLinear.h>
60 void setValue(int32_t x, int32_t y, int32_t z);
80 static void initClass();
81 static void exitClass();
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> 3D vector class ...
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Field containing...
void setValue(int32_t x, int32_t y, int32_t z)
Sets the field to the given values.
void setValue(const SbVec3d &vec3d)
Convenience method that allows you to specify a field value using a double precision variable.
void setValue(const SbVec3f &vec3f)
Convenience method that allows you to specify a field value using a single precision variable.
void setValue(const int32_t xyz[3])
Sets the field to the given values.
Abstract base class for all single-value fields.