CODEdgeArray Class

class CODEdgeArray: public CCArray_T, public IODEdgeCollection

This class is an array of edge pointers that implements the IODEdgeCollection interface. The array contains smart pointers to IODEdge interface pointers. Using smart pointers makes reference counting on the interface pointers automatic.

Defined in: OdGraph.h

Class Members

Add an edge to the collection.

Determine if this collection contains the given edge.