1 #ifndef COIN_SOMFNAME_H 2 #define COIN_SOMFNAME_H 36 #include <Inventor/fields/SoMField.h> 37 #include <Inventor/fields/SoSubField.h> 38 #include <Inventor/SbName.h> 46 static void initClass(
void);
48 void setValues(
const int start,
const int num,
const char * strings[]);
49 void setValue(
const char * str);
52 #endif // !COIN_SOMFNAME_H The SoMField class is the base class for fields which can contain multiple values.
Definition: SoMField.h:41
The SoMFName class is a container for SbName values.
Definition: SoMFName.h:40
The SbName class stores strings by reference.
Definition: SbName.h:40