#include <Inventor/fields/SoSFString.h>

Public Member Functions | |
| void | setValue (const char *str) |
Static Public Member Functions | |
| static void | initClass (void) |
This field is used where nodes, engines or other field containers needs to store a single string.
Fields of this type stores their value to file as a the string within quotes.
| void SoSFString::initClass | ( | void | ) | [static] |
Internal method called upon initialization of the library (from SoDB::init()) to set up the type system.
Reimplemented from SoSField.
| void SoSFString::setValue | ( | const char * | str | ) |
Set string field value from str.
1.5.3