SoSFVec3f Class Reference
[Fields]

Field containing a three-dimensional vector. More...

#include <Inventor/fields/SoSFVec3f.h>

Inheritance diagram for SoSFVec3f:
SoSField SoField SoTypedObject

List of all members.

Public Member Functions

virtual SoType getTypeId () const
const SoSFVec3foperator= (const SoSFVec3f &f)
 SoSFVec3f ()
virtual ~SoSFVec3f ()
const SbVec3fgetValue () const
void setValue (const SbVec3f &newValue)
const SbVec3foperator= (const SbVec3f &newValue)
int operator== (const SoSFVec3f &f) const
int operator!= (const SoSFVec3f &f) const
virtual size_t getValueSize () const
void setValue (float x, float y, float z)
void setValue (const float xyz[3])
void setValue (const SbVec3d &vec3d)

Static Public Member Functions

static SoType getClassTypeId ()

Detailed Description

Field containing a three-dimensional vector.

Field containing a three-dimensional vector.

SoSFVec3fs are written to file as three floating point values separated by whitespace.

SEE ALSO

SoField, SoSField, SoMFVec3f


Constructor & Destructor Documentation

SoSFVec3f::SoSFVec3f (  ) 

Default constructor.

virtual SoSFVec3f::~SoSFVec3f (  )  [virtual]

Destructor.


Member Function Documentation

static SoType SoSFVec3f::getClassTypeId (  )  [static]

Returns the type identifier for this class.

Reimplemented from SoSField.

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

Returns the type identifier for this specific instance.

Implements SoTypedObject.

const SbVec3f& SoSFVec3f::getValue (  )  const [inline]

Returns this field's value.

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

Get size of the value.

Reimplemented from SoField.

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

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

Reimplemented from SoField.

const SbVec3f& SoSFVec3f::operator= ( const SbVec3f newValue  )  [inline]

Sets this field to newValue.

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

Copy from another field of same type.

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

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

Reimplemented from SoField.

void SoSFVec3f::setValue ( const SbVec3d vec3d  ) 

Convenience method that allows you to specify a field value using a double precision variable.

Note that Open Inventor fields still store only single precision values, not double precision values. The specified value is converted to single precision, then stored.

void SoSFVec3f::setValue ( const float  xyz[3]  ) 

Sets the field to the given value.

void SoSFVec3f::setValue ( float  x,
float  y,
float  z 
)

Sets the field to the given value.

void SoSFVec3f::setValue ( const SbVec3f 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/