1#ifndef COIN_SOSFBOX2S_H
2#define COIN_SOSFBOX2S_H
36#include <Inventor/fields/SoSField.h>
37#include <Inventor/fields/SoSubField.h>
38#include <Inventor/SbBox2s.h>
48 void setValue(
short xmin,
short ymin,
short xmax,
short ymax);
50 void getValue(
SbBox2s & box)
const;
The SbBox2s class is a 2 dimensional box with short integer coordinates.
Definition SbBox2s.h:43
The SbVec2s class is a 2 dimensional vector with short integer coordinates.
Definition SbVec2s.h:51
The SoSFBox2s class is a container for an SbBox2s vector.
Definition SoSFBox2s.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