The sosfvec4f class is a container for an sbvec4f vector. this field is used where nodes, engines or other field containers needs to store a single vector with four elements.
#include <Inventor/fields/SoSFVec4f.h>
Inherits SoSField.
virtual SoType getTypeId (void) const
virtual void copyFrom (const SoField &field)
const SoSFVec4f & operator= (const SoSFVec4f &field)
virtual SbBool isSame (const SoField &field) const
const SbVec4f & getValue (void) const
void setValue (const SbVec4f &newvalue)
const SbVec4f & operator= (const SbVec4f &newvalue)
int operator== (const SoSFVec4f &field) const
int operator!= (const SoSFVec4f &field) const
void setValue (float x, float y, float z, float w)
void setValue (const float xyzw[4])
static void * createInstance (void)
static SoType getClassTypeId (void)
static void initClass (void)
SbVec4f value
The SoSFVec4f class is a container for an SbVec4f vector.
This field is used where nodes, engines or other field containers needs to store a single vector with four elements.
See also:
SbVec4f, SoMFVec4f
Returns the type identification instance which uniquely identifies the Coin field class the object belongs to.
See also:
getClassTypeId(), SoType
Implements SoField.
Copy value(s) from f into this field. f must be of the same type as this field.
Implements SoField.
Check for equal type and value(s).
Implements SoField.
Set value of vector.
Set value of vector.
Generated automatically by Doxygen for Coin from the source code.