1#ifndef COIN_SOSFBOX3I32_H
2#define COIN_SOSFBOX3I32_H
36#include <Inventor/fields/SoSField.h>
37#include <Inventor/fields/SoSubField.h>
38#include <Inventor/SbBox3i32.h>
48 void setValue(int32_t xmin, int32_t ymin, int32_t zmin,
49 int32_t xmax, int32_t ymax, int32_t zmax);
The SbBox3i32 class is a 3 dimensional box with 32-bit integer coordinates.
Definition SbBox3i32.h:44
Definition SbVec3i32.h:48
The SoSFBox3i32 class is a container for an SbBox3i32 vector.
Definition SoSFBox3i32.h:40
The SoSField class is the base class for fields which contains only a single value.
Definition SoSField.h:38
static void initClass(void)
Definition SoSField.cpp:137