#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.
void setValue(short x, short y)
Set value from 2 shorts.
void setValue(const short xy[2])
Set value from array of 2 shorts.
static void initClass()
Initialize class with runtime type system.
Abstract base class for all single-value fields.