|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
48 class CconnectClusterPlanarEmbed;
50 namespace cluster_planarity {
The namespace for all OGDF objects.
Declaration of the class EmbedKey.
Includes declaration of graph class.
NodeArray< SListPure< node > > * m_nonOpposed
C-planarity test and embedding by Cohen, Feng and Eades.
NodeArray< SListPure< edge > > * m_frontier
booth_lueker::EmbedPQTree * m_T
NodeArray< SListPure< node > > * m_opposed
internal::GraphObjectContainer< NodeElement > nodes
The container containing all node objects.
Declaration of singly linked lists and iterators.
Decralation of GraphElement and GraphList classes.
EdgeArray< InfoLeafPtr > * m_edge2Key
RegisteredArray for nodes, edges and adjEntries of a graph.
Data type for general directed graphs (adjacency list representation).
Array< node > * m_tableNumber2Node
NodeArray< SListPure< InfoLeafPtr > > * m_outLeaves
NodeArray< int > * m_numbering
virtual void emptyAllPertinentNodes() override
Cleans up all flags that have been set in the pertinent nodes during the reduction process.
Declaration and implementation of Array class and Array algorithms.
NodeArray< SListPure< InfoLeafPtr > > * m_inLeaves
Declaration of the class EmbedPQTree.
Class for the representation of nodes.
Declaration of class PlanarLeafKey.
void init(Graph *subGraph)
RegisteredArray for edges of a graph, specialized for EdgeArray<edge>.