Open Inventor Reference
SoMFPath Class Reference

Multiple-value field containing any number of pointers to paths. More...

#include <Inventor/fields/SoMFPath.h>

Inheritance diagram for SoMFPath:
SoMField SoField

List of all members.

Public Member Functions

virtual void notify (SoNotList *list)
 Propagates notification through field.
virtual void fixCopy (SbBool copyConnections)
 Update a copied field to use node copies if the head nodes have been copied.
virtual SbBool referencesCopy () const
 Override this to also check the heads of the stored paths.

Static Public Member Functions

static void initClass ()

Detailed Description

This field maintains a set of pointers to SoPath instances, correctly maintaining their reference counts.

SoMFPaths are written to file as one or more paths (see the SoPath manual page for a description of the file format for a path). When more than one value is present, all of the values are enclosed in square brackets and separated by commas.

Definition at line 78 of file SoMFPath.h.


Member Function Documentation

virtual void SoMFPath::fixCopy ( SbBool  copyConnections) [virtual]

Reimplemented from SoField.

static void SoMFPath::initClass ( ) [static]

Reimplemented from SoMField.

virtual void SoMFPath::notify ( SoNotList list) [virtual]

Reimplemented from SoField.

virtual SbBool SoMFPath::referencesCopy ( ) const [virtual]

Reimplemented from SoField.


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