24#ifndef _SO_SF_BOX4I32_
25#define _SO_SF_BOX4I32_
27#include <Inventor/fields/SoSubField.h>
28#include <Inventor/SbLinear.h>
30#include <Inventor/SbBox.h>
66 void setValue(
int xmin,
int ymin,
int zmin,
int tmin,
67 int xmax,
int ymax,
int zmax,
int tmax );
75 static void initClass();
76 static void exitClass();
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> 4D box class.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Field containing...
void setValue(const SbVec4i32 &_min, const SbVec4i32 &_max)
Sets the box dimensions.
void setValue(int xmin, int ymin, int zmin, int tmin, int xmax, int ymax, int zmax, int tmax)
Sets the box dimensions.
Abstract base class for all single-value fields.