Field containing a file path string. More...
#include <Inventor/fields/SoSFFilePathString.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
const SoSFFilePathString & | operator= (const SoSFFilePathString &f) |
SoSFFilePathString () | |
virtual | ~SoSFFilePathString () |
const SbString & | operator= (const SbString &newValue) |
Static Public Member Functions | |
static SoType | getClassTypeId () |
A field containing a file path string (sequence of characters).
SoSFFilePathString is equivalent to SoSFString. Using this type of field provides a way for Open Inventor to do conversion and filtering operations on distributed heterogeneous systems.
SbString, SoField, SoSField, SoSFString SoMFString SoMFFilePathString
SoSFFilePathString::SoSFFilePathString | ( | ) |
Default constructor.
virtual SoSFFilePathString::~SoSFFilePathString | ( | ) | [virtual] |
Destructor.
static SoType SoSFFilePathString::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoSFString.
virtual SoType SoSFFilePathString::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoSFString.
Sets this field to newValue.
Reimplemented from SoSFString.
const SoSFFilePathString& SoSFFilePathString::operator= | ( | const SoSFFilePathString & | f | ) |
Copy from another field of same type.
Reimplemented from SoSFString.