1 #ifndef COIN_SOMFNAME_H 2 #define COIN_SOMFNAME_H 27 #include <Inventor/fields/SoMField.h> 28 #include <Inventor/fields/SoSubField.h> 29 #include <Inventor/SbName.h> 37 static void initClass(
void);
39 void setValues(
const int start,
const int num,
const char * strings[]);
40 void setValue(
const char * str);
43 #endif // !COIN_SOMFNAME_H The SoMField class is the base class for fields which can contain multiple values....
Definition: SoMField.h:32
The SoMFName class is a container for SbName values.This field is used where nodes,...
Definition: SoMFName.h:31
The SbName class stores strings by reference.The class is used by Coin for storing keywords,...
Definition: SbName.h:31