34 #ifndef GRAPH_GRAPH_UEDGE_H 35 #define GRAPH_GRAPH_UEDGE_H 43 #ifndef GRAPH_GRAPH_EDGE_H virtual bool isUndirected() const =0
Is this edge undirected?
The abstract base class for all types of edges; edges are created and managed by Graphs.
Default abstract factory for graphs.
virtual Edge * cloneEdge() const =0
The programmer should not clone.
virtual bool isDirected() const =0
Is this edge directed?