1 #ifndef COIN_SOMFSTRING_H 2 #define COIN_SOMFSTRING_H 36 #include <Inventor/fields/SoMField.h> 37 #include <Inventor/fields/SoSubField.h> 38 #include <Inventor/SbString.h> 46 static void initClass(
void);
48 void setValues(
const int start,
const int num,
const char * strings[]);
49 void setValue(
const char *
string);
50 void deleteText(
const int fromline,
const int fromchar,
51 const int toline,
const int tochar);
54 #endif // !COIN_SOMFSTRING_H The SoField class is the top-level abstract base class for fields.Fields is the mechanism used throug...
Definition: SoField.h:47
The SoMField class is the base class for fields which can contain multiple values.All field types which may contain more than one member value inherits this class. SoMField is an abstract class.
Definition: SoMField.h:41
The SoMFString class is a container for SbString values.This field is used where nodes, engines or other field containers needs to store arrays of strings.
Definition: SoMFString.h:40
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