SoSFBox3i32 Class Reference
[Fields]

VSG extension Field containing a three-dimensional box. More...

#include <Inventor/fields/SoSFBox3i32.h>

Inheritance diagram for SoSFBox3i32:
SoSField SoField SoTypedObject

List of all members.

Public Member Functions

virtual SoType getTypeId () const
const SoSFBox3i32operator= (const SoSFBox3i32 &f)
 SoSFBox3i32 ()
virtual ~SoSFBox3i32 ()
const SbBox3i32getValue () const
void setValue (const SbBox3i32 &newValue)
const SbBox3i32operator= (const SbBox3i32 &newValue)
int operator== (const SoSFBox3i32 &f) const
int operator!= (const SoSFBox3i32 &f) const
virtual size_t getValueSize () const
void setValue (int xmin, int ymin, int zmin, int xmax, int ymax, int zmax)
void setValue (const SbVec3i32 &_min, const SbVec3i32 &_max)
void setValue (const SbVec3s &_min, const SbVec3s &_max)

Static Public Member Functions

static SoType getClassTypeId ()

Detailed Description

VSG extension Field containing a three-dimensional box.

This field defines a three-dimensional box.

SoSFBox3i32 fields are written to file as 6 integers separated by whitespace.

SEE ALSO

SoField, SoSField


Constructor & Destructor Documentation

SoSFBox3i32::SoSFBox3i32 (  ) 

Default constructor.

virtual SoSFBox3i32::~SoSFBox3i32 (  )  [virtual]

Destructor.


Member Function Documentation

static SoType SoSFBox3i32::getClassTypeId (  )  [static]

Returns the type identifier for this class.

Reimplemented from SoSField.

virtual SoType SoSFBox3i32::getTypeId (  )  const [virtual]

Returns the type identifier for this specific instance.

Implements SoTypedObject.

const SbBox3i32& SoSFBox3i32::getValue (  )  const [inline]

Returns this field's value.

virtual size_t SoSFBox3i32::getValueSize (  )  const [inline, virtual]

Get size of the value.

Reimplemented from SoField.

int SoSFBox3i32::operator!= ( const SoSFBox3i32 f  )  const [inline]

Returns FALSE if otherField is of the same type and has the same value as this field.

Reimplemented from SoField.

const SbBox3i32& SoSFBox3i32::operator= ( const SbBox3i32 newValue  )  [inline]

Sets this field to newValue.

const SoSFBox3i32& SoSFBox3i32::operator= ( const SoSFBox3i32 f  ) 

Copy from another field of same type.

int SoSFBox3i32::operator== ( const SoSFBox3i32 f  )  const

Returns TRUE if otherField is of the same type and has the same value as this field.

Reimplemented from SoField.

void SoSFBox3i32::setValue ( const SbVec3s _min,
const SbVec3s _max 
)

Sets the box dimensions.

void SoSFBox3i32::setValue ( const SbVec3i32 _min,
const SbVec3i32 _max 
)

Sets the box dimensions.

void SoSFBox3i32::setValue ( int  xmin,
int  ymin,
int  zmin,
int  xmax,
int  ymax,
int  zmax 
)

Sets the box dimensions.

void SoSFBox3i32::setValue ( const SbBox3i32 newValue  ) 

Sets this field to newValue.


The documentation for this class was generated from the following file:

Open Inventor Toolkit reference manual, generated on 15 Mar 2023
Copyright © Thermo Fisher Scientific All rights reserved.
http://www.openinventor.com/