1 #ifndef COIN_SOSFSTRING_H 2 #define COIN_SOSFSTRING_H 36 #include <Inventor/SbString.h> 37 #include <Inventor/fields/SoSField.h> 38 #include <Inventor/fields/SoSubField.h> 46 static void initClass(
void);
48 void setValue(
const char * str);
51 #endif // !COIN_SOSFSTRING_H The SoSFString class is a container for an SbString.
Definition: SoSFString.h:40
The SoSField class is the base class for fields which contains only a single value.
Definition: SoSField.h:38
The SbString class is a string class with convenience functions for string operations.
Definition: SbString.h:52