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, engines or other field containers needs to store a single string.
Definition: SoSFString.h:31
The SoSField class is the base class for fields which contains only a single value.All field types which should always contain only a single member value inherits this class. SoSField is an abstract class.
Definition: SoSField.h:29
The SbString class is a string class with convenience functions for string operations.This is the class used for storing and working with character strings. It automatically takes care of supporting all the "bookkeeping" tasks usually associated with working with character strings, like memory allocation and deallocation etc.
Definition: SbString.h:42