#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 used to represet points or directions.
void setValue(const short xyz[3])
Set value from array of 3 shorts.
void setValue(short x, short y, short z)
Set value from 3 shorts.
static void initClass()
Initialize class with runtime type system.
Abstract base class for all single-value fields.