#include <Inventor/fields/SoSFString.h>
Inheritance diagram for SoSFString:
Public Member Functions | |
void | setValue (const char *str) |
Static Public Member Functions | |
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.
|
Internal method called upon initialization of the library (from SoDB::init()) to set up the type system. Reimplemented from SoSField. |
|
Set string field value from str. |