53#include <Inventor/fields/SoSubField.h>
98 SO_MFIELD_SETVALUESPOINTER_HEADER(
SbName);
110 void setValues(
int start,
int num,
const char *strings[]);
119 static void initClass();
120 static void exitClass();
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 str...
Base class for all multiple-valued fields.