Declares CPlanarEdgeInserter class. More...
#include <ogdf/basic/CombinatorialEmbedding.h>
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/SList.h>
#include <ogdf/basic/basic.h>
#include <ogdf/cluster/ClusterGraph.h>
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | ogdf::CPlanarEdgeInserter |
Edge insertion algorithm for clustered graphs. More... | |
class | ogdf::List< E > |
Doubly linked lists (maintaining the length of the list). More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Declares CPlanarEdgeInserter class.
Reinsertion of deleted edges in embedded subgraph with modeled cluster boundaries. The inserter class computes a shortest path on the dual graph of the input to find an insertion path
Definition in file CPlanarEdgeInserter.h.