Multiple-value field containing any number of file path strings. More...
#include <Inventor/fields/SoMFFilePathString.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
const SoMFFilePathString & | operator= (const SoMFFilePathString &f) |
SoMFFilePathString () | |
virtual | ~SoMFFilePathString () |
const SbString & | operator= (const SbString &newValue) |
Static Public Member Functions | |
static SoType | getClassTypeId () |
A multiple-value field that contains any number of file path strings.
SoMFFilePathString is equivalent to SoMFString. Using this type of field provides a way for Open Inventor to do conversion and filtering operations on distributed heterogeneous systems.
Data copying:
SoMFFilePathString::SoMFFilePathString | ( | ) |
Default constructor.
virtual SoMFFilePathString::~SoMFFilePathString | ( | ) | [virtual] |
Destructor.
static SoType SoMFFilePathString::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoMFString.
virtual SoType SoMFFilePathString::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoMFString.
Sets this field to newValue.
Reimplemented from SoMFString.
const SoMFFilePathString& SoMFFilePathString::operator= | ( | const SoMFFilePathString & | f | ) |
Copy from another field of same type.
Reimplemented from SoMFString.