#define INVENTOR_API
Disable some annoying warnings on MSVC 6.
#define SO_SFIELD_HEADER(className, valueType, valueRef)
This macro is all that is needed for most single-value field classes.
3D vector class with double values.
Field containing a three-dimensional vector of double values.
void setValue(const double xyz[3])
Sets the field to the given value.
void setValue(double x, double y, double z)
Sets the field to the given value.
Abstract base class for all single-value fields.