24#ifndef  _SO_SF_VEC3I32_ 
   25#define  _SO_SF_VEC3I32_ 
   80  static void initClass();
 
   81  static void exitClass();
 
 
#define SO_SFIELD_HEADER(className, valueType, valueRef)
<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.