#include <Inventor/fields/SoMFName.h>

Public Member Functions | |
| void | setValues (const int start, const int num, const char *strings[]) |
| 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 arrays of names.
| void SoMFName::initClass | ( | void | ) | [static] |
Internal method called upon initialization of the library (from SoDB::init()) to set up the type system.
Reimplemented from SoMField.
| void SoMFName::setValues | ( | const int | start, | |
| const int | num, | |||
| const char * | strings[] | |||
| ) |
Set num strings from index start in this multiple-value field instance.
| void SoMFName::setValue | ( | const char * | str | ) |
Set this field to contain only a single name, given by str.
1.5.3