#define INVENTOR_API
Disable some annoying warnings on MSVC 6.
 
#define SO_MFIELD_HEADER(className, valueType, valueRef)
This macro is all that is needed for most multiple-value field classes.
 
Character string stored in a hash table.
 
Multiple-value field containing any number of names.
 
void setValue(const char *string)
Sets this field to contain one and only one value, given by string.
 
void setValues(int start, int num, const char *strings[])
Sets num values beginning at index start to the names contained in the given set of character strings...