SoSFVec3d Class Reference
[Fields]

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

#include <Inventor/fields/SoSFVec3d.h>

Inheritance diagram for SoSFVec3d:
SoSField SoField SoTypedObject

List of all members.

Public Member Functions

virtual SoType getTypeId () const
const SoSFVec3doperator= (const SoSFVec3d &f)
 SoSFVec3d ()
virtual ~SoSFVec3d ()
const SbVec3dgetValue () const
void setValue (const SbVec3d &newValue)
const SbVec3doperator= (const SbVec3d &newValue)
int operator== (const SoSFVec3d &f) const
int operator!= (const SoSFVec3d &f) const
virtual size_t getValueSize () const
void setValue (double x, double y, double z)
void setValue (const double xyz[3])

Static Public Member Functions

static SoType getClassTypeId ()

Detailed Description

Field containing a three-dimensional vector.

Field containing a three-dimensional vector.

SoSFVec3ds are written to file as three doubleing point values separated by whitespace.

SEE ALSO

SoField, SoSField, SoMFVec3d


Constructor & Destructor Documentation

SoSFVec3d::SoSFVec3d (  ) 

Default constructor.

virtual SoSFVec3d::~SoSFVec3d (  )  [virtual]

Destructor.


Member Function Documentation

static SoType SoSFVec3d::getClassTypeId (  )  [static]

Returns the type identifier for this class.

Reimplemented from SoSField.

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

Returns the type identifier for this specific instance.

Implements SoTypedObject.

const SbVec3d& SoSFVec3d::getValue (  )  const [inline]

Returns this field's value.

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

Get size of the value.

Reimplemented from SoField.

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

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

Reimplemented from SoField.

const SbVec3d& SoSFVec3d::operator= ( const SbVec3d newValue  )  [inline]

Sets this field to newValue.

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

Copy from another field of same type.

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

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

Reimplemented from SoField.

void SoSFVec3d::setValue ( const double  xyz[3]  ) 

Sets the field to the given value.

void SoSFVec3d::setValue ( double  x,
double  y,
double  z 
)

Sets the field to the given value.

void SoSFVec3d::setValue ( const SbVec3d 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/