1 #ifndef COIN_SOSFSTRING_H 2 #define COIN_SOSFSTRING_H 27 #include <Inventor/SbString.h> 28 #include <Inventor/fields/SoSField.h> 29 #include <Inventor/fields/SoSubField.h> 37 static void initClass(
void);
39 void setValue(
const char * str);
42 #endif // !COIN_SOSFSTRING_H The SoSFString class is a container for an SbString.This field is used where nodes,...
Definition: SoSFString.h:31
The SoSField class is the base class for fields which contains only a single value....
Definition: SoSField.h:29
The SbString class is a string class with convenience functions for string operations....
Definition: SbString.h:42