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>
40class COIN_DLL_API SoSFBox2s :
public SoSField {
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
static void initClass(void)
Definition SoSField.cpp:137
SoSField(void)
Definition SoSField.cpp:121