Declaration of class NonPlanarCore which represents the non-planar core reduction for biconnected graphs. More...
#include <ogdf/basic/CombinatorialEmbedding.h>
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/GraphCopy.h>
#include <ogdf/basic/GraphList.h>
#include <ogdf/basic/List.h>
#include <ogdf/basic/Queue.h>
#include <ogdf/basic/SList.h>
#include <ogdf/basic/basic.h>
#include <ogdf/basic/extended_graph_alg.h>
#include <ogdf/basic/simple_graph_alg.h>
#include <ogdf/decomposition/SPQRTree.h>
#include <ogdf/decomposition/Skeleton.h>
#include <ogdf/decomposition/StaticSPQRTree.h>
#include <ogdf/graphalg/MinSTCutBFS.h>
#include <ogdf/graphalg/MinSTCutDijkstra.h>
#include <utility>
Go to the source code of this file.
Classes | |
class | ogdf::GlueMap< TCost > |
This is a helper class to make the glueing of two edges simpler. More... | |
class | ogdf::MinSTCutModule< TCost > |
class | ogdf::NonPlanarCore< TCost > |
Non-planar core reduction. More... | |
struct | ogdf::NonPlanarCore< TCost >::CutEdge |
Struct to represent an edge that needs to be crossed in order to cross an st-component. More... | |
struct | ogdf::QueueEntry |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Declaration of class NonPlanarCore which represents the non-planar core reduction for biconnected graphs.
Definition in file NonPlanarCore.h.