27#include <Inventor/fields/SoSubField.h>
28#include <Inventor/SbLinear.h>
30#include <Inventor/SbBox.h>
67 void setValue(
short xmin,
short ymin,
short zmin,
68 short xmax,
short ymax,
short zmax);
77 static void initClass();
78 static void exitClass();
<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(short xmin, short ymin, short zmin, short xmax, short ymax, short zmax)
Sets the box dimensions.
void setValue(const SbVec3s &_min, const SbVec3s &_max)
Sets the box dimensions.
Abstract base class for all single-value fields.