SoSFBox3f Class Reference
[Fields]

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

#include <Inventor/fields/SoSFBox3f.h>

Inheritance diagram for SoSFBox3f:
SoSField SoField SoTypedObject

List of all members.

Public Member Functions

virtual SoType getTypeId () const
const SoSFBox3foperator= (const SoSFBox3f &f)
 SoSFBox3f ()
virtual ~SoSFBox3f ()
const SbBox3fgetValue () const
void setValue (const SbBox3f &newValue)
const SbBox3foperator= (const SbBox3f &newValue)
int operator== (const SoSFBox3f &f) const
int operator!= (const SoSFBox3f &f) const
virtual size_t getValueSize () const
void setValue (float xmin, float ymin, float zmin, float xmax, float ymax, float zmax)
void setValue (const SbVec3f &_min, const SbVec3f &_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.

SoSFBox3f fields are written to file as 6 floats separated by whitespace.

SEE ALSO

SoField, SoSField


Constructor & Destructor Documentation

SoSFBox3f::SoSFBox3f (  ) 

Default constructor.

virtual SoSFBox3f::~SoSFBox3f (  )  [virtual]

Destructor.


Member Function Documentation

static SoType SoSFBox3f::getClassTypeId (  )  [static]

Returns the type identifier for this class.

Reimplemented from SoSField.

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

Returns the type identifier for this specific instance.

Implements SoTypedObject.

const SbBox3f& SoSFBox3f::getValue (  )  const [inline]

Returns this field's value.

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

Get size of the value.

Reimplemented from SoField.

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

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

Reimplemented from SoField.

const SbBox3f& SoSFBox3f::operator= ( const SbBox3f newValue  )  [inline]

Sets this field to newValue.

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

Copy from another field of same type.

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

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

Reimplemented from SoField.

void SoSFBox3f::setValue ( const SbVec3f _min,
const SbVec3f _max 
)

Sets the box dimensions.

void SoSFBox3f::setValue ( float  xmin,
float  ymin,
float  zmin,
float  xmax,
float  ymax,
float  zmax 
)

Sets the box dimensions.

void SoSFBox3f::setValue ( const SbBox3f 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/