CODNodeArray Class

class CODNodeArray: public CCArray_T, public IODNodeCollection

This class is an array of node pointers that implements the IODNodeCollection interface. The array contains smart pointers to IODNode interface pointers. Using smart pointers makes reference counting on the interface pointers automatic.

Defined in: OdGraph.h

Class Members

Add a node to the collection.

Determine if this collection contains the given node.