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 SoField class is the top-level abstract base class for fields.Fields is the mechanism used throug...
Definition: SoField.h:47
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:40
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:38
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:52