Open Inventor Reference
SoSFPath Class Reference

Field containing a pointer to an SoPath. More...

#include <Inventor/fields/SoSFPath.h>

Inheritance diagram for SoSFPath:
SoSField 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 node has been copied.
virtual SbBool referencesCopy () const
 Override this to also check the head of the stored path.

Static Public Member Functions

static void initClass ()

Detailed Description

This field maintains a pointer to an SoPath instance, correctly maintaining its reference count.

SoSFPaths are written to file as the path they point to. See the SoPath manual page for a description of the file format for a path.

See Also
SoField, SoSField, SoMFPath, SoPath

Definition at line 82 of file SoSFPath.h.


Member Function Documentation

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

Reimplemented from SoField.

static void SoSFPath::initClass ( ) [static]

Reimplemented from SoSField.

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

Reimplemented from SoField.

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

Reimplemented from SoField.


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