Open Inventor Reference
SoMFNode Class Reference

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

#include <Inventor/fields/SoMFNode.h>

Inheritance diagram for SoMFNode:
SoMField SoField

List of all members.

Public Member Functions

virtual void fixCopy (SbBool copyConnections)
 Update a copied field to use the copy of each node if there is one.
virtual SbBool referencesCopy () const
 Override this to also check the stored nodes.

Static Public Member Functions

static void initClass ()

Detailed Description

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

SoMFNodes are written to file as one or more nodes. When more than one value is present, all of the values are enclosed in square brackets and separated by commas; for example:

[ Cube { }, Sphere { radius 2.0 }, USE myTranslation ]

Definition at line 83 of file SoMFNode.h.


Member Function Documentation

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

Reimplemented from SoField.

static void SoMFNode::initClass ( ) [static]

Reimplemented from SoMField.

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

Reimplemented from SoField.


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