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>
40class COIN_DLL_API SoSFString :
public SoSField {
48 void setValue(
const char * str);
The SbString class is a string class with convenience functions for string operations.
Definition SbString.h:52
static void initClass(void)
Definition SoSField.cpp:137
SoSField(void)
Definition SoSField.cpp:121