CODEdgeMap Class
class CODEdgeMap: public CMap, public IODEdgeCollection
This class is a map of edge identifiers and pointers that implements the IODEdgeCollection interface. The key for each entry in the map is OdComponentId. The value for each entry is a smart pointer to IODEdge.Defined in: OdGraph.h
Class Members
Add an edge to the collection.
Determine if this collection contains the given edge.