NAME
SoSFVec4f – field containing a homogeneous three-dimensional vector
INHERITS FROM
SoSFVec4f
SYNOPSIS
#include <Inventor/fields/SoSFVec4f.h>
Methods from class SoSFVec4f:
void setValue(float x, float y, float z, float w)
void setValue(const float xyzw[4])
static SoType getClassTypeId()
virtual void getTypeId() const
void setValue(const SbVec4f & newValue)
int operator ==(const SoSFVec4f &f) const
int operator !=(const SoSFVec4f &f) const
void setIgnored(SbBool ignore)
SbBool set(const char *valueString)
SbBool isConnectedFromField() const
SbBool isConnectedFromEngine() const
void enableConnection(SbBool flag)
SbBool isConnectionEnabled() const
DESCRIPTION
Field containing a homogeneous three-dimensional vector.
SoSFVec4fs are written to file as four floating point values separated by whitespace.
METHODS
void setValue(float x, float y, float z, float w)
void setValue(const float xyzw[4])
Sets the field to the given value.
static SoType getClassTypeId()
virtual void getTypeId() const
Returns the type for this class or a particular object of this class.
const SbVec4f & getValue() const
Returns this field's value.
void setValue(const SbVec4f & newValue)
Sets this field to newValue.
int operator ==(const SoSFVec4f &f) const
int operator !=(const SoSFVec4f &f) const
Returns TRUE if f is of the same type and has the same value as this field.
SEE ALSO
Typeset by Felix Ritter (MeVis Research GmbH)
Hyperlinks by Wolfram Esser (method park Software AG)