IODEdgeCollection Class

class IODEdgeCollection

This interface provides access to a collection of IODEdge interface pointers. This interface is mixed in with concrete collection classes. The purpose of this interface is to provide a minimal, well-known interface for accessing collections of IODEdge interface pointers from the graph navigation routines without them having to know about a specific collection implementation.

Defined in: OdGraph.h

Class Members

virtual void AddEdge(IODEdge* pIEdge)

Add an edge to the collection.

virtual BOOL ContainsEdge(IODEdge* pIEdge) const

Determine if this collection contains the given edge.