24#ifndef _SO_SF_VEC2I32_
25#define _SO_SF_VEC2I32_
87 static void initClass();
88 static void exitClass();
#define SO_SFIELD_HEADER(className, valueType, valueRef)
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> 2D vector class ...
Field containing a two-dimensional vector.
void setValue(int32_t x, int32_t y)
Sets the field to the given value.
void setValue(const SbVec2d &vec2d)
Convenience method that allows you to specify a field value using a double precision variable.
void setValue(const SbVec2f &vec2f)
Convenience method that allows you to specify a field value using a single precision variable.
void setValue(const int32_t xy[2])
Sets the field to the given value.
Abstract base class for all single-value fields.