1 #ifndef COIN_SOSFBOX2S_H 
    2 #define COIN_SOSFBOX2S_H 
   27 #include <Inventor/fields/SoSField.h> 
   28 #include <Inventor/fields/SoSubField.h> 
   29 #include <Inventor/SbBox2s.h> 
   37   static void initClass(
void);
 
   39   void setValue(
short xmin, 
short ymin, 
short xmax, 
short ymax);
 
   41   void getValue(
SbBox2s & box) 
const;
 
   45 #endif // !COIN_SOSFBOX2S_H 
The SoSField class is the base class for fields which contains only a single value.All field types which should always contain only a single member value inherits this class. SoSField is an abstract class. 
Definition: SoSField.h:29
The SbBox2s class is a 2 dimensional box with short integer coordinates.This box class is used by oth...
Definition: SbBox2s.h:34
The SoSFBox2s class is a container for an SbBox2s vector.This field is used where nodes...
Definition: SoSFBox2s.h:31
The SbVec2s class is a 2 dimensional vector with short integer coordinates.This vector class is used ...
Definition: SbVec2s.h:41