1#ifndef COIN_SOSFBOX2F_H
2#define COIN_SOSFBOX2F_H
36#include <Inventor/fields/SoSField.h>
37#include <Inventor/fields/SoSubField.h>
38#include <Inventor/SbBox2f.h>
48 void setValue(
float xmin,
float ymin,
float xmax,
float ymax);
50 void getValue(
SbBox2f & box)
const;
The SbBox2f class is a 2 dimensional box with floating point corner coordinates.
Definition SbBox2f.h:42
The SbVec2f class is a 2 dimensional vector with floating point coordinates.
Definition SbVec2f.h:49
The SoSFBox2f class is a container for an SbBox2f vector.
Definition SoSFBox2f.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