Field containing a four-dimensional box (spacial three-dimension + time dimension). More...
#include <Inventor/fields/SoSFBox4i32.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
const SoSFBox4i32 & | operator= (const SoSFBox4i32 &f) |
SoSFBox4i32 () | |
virtual | ~SoSFBox4i32 () |
const SbBox4i32 & | getValue () const |
void | setValue (const SbBox4i32 &newValue) |
const SbBox4i32 & | operator= (const SbBox4i32 &newValue) |
int | operator== (const SoSFBox4i32 &f) const |
int | operator!= (const SoSFBox4i32 &f) const |
virtual size_t | getValueSize () const |
void | setValue (int xmin, int ymin, int zmin, int tmin, int xmax, int ymax, int zmax, int tmax) |
void | setValue (const SbVec4i32 &_min, const SbVec4i32 &_max) |
Static Public Member Functions | |
static SoType | getClassTypeId () |
This field defines a three-dimensional box.
SoSFBox4i32 fields are written to file as 8 integers separated by whitespace.
SoSFBox4i32::SoSFBox4i32 | ( | ) |
Default constructor.
virtual SoSFBox4i32::~SoSFBox4i32 | ( | ) | [virtual] |
Destructor.
static SoType SoSFBox4i32::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoSField.
virtual SoType SoSFBox4i32::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Implements SoTypedObject.
const SbBox4i32& SoSFBox4i32::getValue | ( | ) | const [inline] |
Returns this field's value.
virtual size_t SoSFBox4i32::getValueSize | ( | ) | const [inline, virtual] |
Get size of the value.
Reimplemented from SoField.
int SoSFBox4i32::operator!= | ( | const SoSFBox4i32 & | f | ) | const [inline] |
Returns FALSE if otherField is of the same type and has the same value as this field.
Reimplemented from SoField.
Sets this field to newValue.
const SoSFBox4i32& SoSFBox4i32::operator= | ( | const SoSFBox4i32 & | f | ) |
Copy from another field of same type.
int SoSFBox4i32::operator== | ( | const SoSFBox4i32 & | f | ) | const |
Returns TRUE if otherField is of the same type and has the same value as this field.
Reimplemented from SoField.
Sets the box dimensions.
void SoSFBox4i32::setValue | ( | int | xmin, | |
int | ymin, | |||
int | zmin, | |||
int | tmin, | |||
int | xmax, | |||
int | ymax, | |||
int | zmax, | |||
int | tmax | |||
) |
Sets the box dimensions.
void SoSFBox4i32::setValue | ( | const SbBox4i32 & | newValue | ) |
Sets this field to newValue.