24#ifndef _SO_SF_VEC4I32_
25#define _SO_SF_VEC4I32_
60 void setValue(int32_t x, int32_t
y, int32_t z, int32_t w);
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> 4D vector class ...
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Field containing...
void setValue(const SbVec4f &vec4f)
Convenience method that allows you to specify a field value using a single precision variable.
void setValue(const SbVec4d &vec4d)
Convenience method that allows you to specify a field value using a double precision variable.
void setValue(const int32_t xyzw[4])
Sets the field to the given values.
void setValue(int32_t x, int32_t y, int32_t z, int32_t w)
Sets the field to the given values.
Abstract base class for all single-value fields.