SoMFFilePathString Class Reference
[Fields]

VSG extension Multiple-value field containing any number of file path strings. More...

#include <Inventor/fields/SoMFFilePathString.h>

Inheritance diagram for SoMFFilePathString:
SoMFString SoMField SoField SoTypedObject

List of all members.

Public Member Functions

virtual SoType getTypeId () const
const SoMFFilePathStringoperator= (const SoMFFilePathString &f)
 SoMFFilePathString ()
virtual ~SoMFFilePathString ()
const SbStringoperator= (const SbString &newValue)

Static Public Member Functions

static SoType getClassTypeId ()

Detailed Description

VSG extension Multiple-value field containing any number of file path strings.

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:

SoMF fields are a kind of "smart container", automatically expanding as necessary to hold the data provided by the application. This is very convenient, but for large blocks of data it may be desireable to avoid making a copy of the application data. The setValuesPointer() methods allow Open Inventor to directly use an array of values supplied by the application. The application data is not copied. Please see SoMFVec3f for more information and example code.

Constructor & Destructor Documentation

SoMFFilePathString::SoMFFilePathString (  ) 

Default constructor.

virtual SoMFFilePathString::~SoMFFilePathString (  )  [virtual]

Destructor.


Member Function Documentation

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.

const SbString& SoMFFilePathString::operator= ( const SbString newValue  )  [inline]

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.


The documentation for this class was generated from the following file:

Open Inventor Toolkit reference manual, generated on 15 Mar 2023
Copyright © Thermo Fisher Scientific All rights reserved.
http://www.openinventor.com/