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