Includes declaration of graph class.
Declaration of singly linked lists and iterators.
Class for the representation of edges.
Copies of graphs supporting edge splitting.
Planarized representations (of a connected component) of a graph.
int m_weightedCrossingNumber
int numberOfCrossings() const
const SListPure< int > & crossings(edge e) const
EdgeArray< SListPure< int > > m_crossings
int weightedCrossingNumber() const
void restore(PlanRep &PG, int cc)
void init(GraphCopy &PG, int weightedCrossingNumber)
RegisteredArray for edges of a graph, specialized for EdgeArray<edge>.
The namespace for all OGDF objects.