1 #ifndef COIN_SOSFBOX3I32_H 2 #define COIN_SOSFBOX3I32_H 36 #include <Inventor/fields/SoSField.h> 37 #include <Inventor/fields/SoSubField.h> 38 #include <Inventor/SbBox3i32.h> 43 SO_SFIELD_HEADER(
SoSFBox3i32, SbBox3i32,
const SbBox3i32 &);
46 static void initClass(
void);
48 void setValue(int32_t xmin, int32_t ymin, int32_t zmin,
49 int32_t xmax, int32_t ymax, int32_t zmax);
51 void getValue(SbBox3i32 & box)
const;
55 #endif // !COIN_SOSFBOX3I32_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:38
The SoSFBox3i32 class is a container for an SbBox3i32 vector.This field is used where nodes...
Definition: SoSFBox3i32.h:40
Definition: SbVec3i32.h:48