24#ifndef _SO_SF_BOX3I32_
25#define _SO_SF_BOX3I32_
82 static void initClass();
83 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 box class.
<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(int xmin, int ymin, int zmin, int xmax, int ymax, int zmax)
Sets the box dimensions.
void setValue(const SbVec3i32 &_min, const SbVec3i32 &_max)
Sets the box dimensions.
void setValue(const SbVec3s &_min, const SbVec3s &_max)
Sets the box dimensions.
Abstract base class for all single-value fields.