#include <Inventor/fields/SoMFName.h>
Inheritance diagram for SoMFName::
Public Methods | |
void | setValues (const int start, const int num, const char *strings[]) |
void | setValue (const char *str) |
Static Public Methods | |
void | initClass (void) |
This field is used where nodes, engines or other field containers needs to store arrays of names.
|
Internal method called upon initialization of the library (from SoDB::init()) to set up the type system. Reimplemented from SoMField. |
|
Set num strings from index start in this multiple-value field instance. |
|
Set this field to contain only a single name, given by str. |