Declaration of the PlanarSubgraphFast. More...
#include <ogdf/basic/Array.h>
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/GraphList.h>
#include <ogdf/basic/List.h>
#include <ogdf/basic/Module.h>
#include <ogdf/basic/SList.h>
#include <ogdf/basic/STNumbering.h>
#include <ogdf/basic/Thread.h>
#include <ogdf/basic/basic.h>
#include <ogdf/basic/pqtree/PQLeafKey.h>
#include <ogdf/basic/simple_graph_alg.h>
#include <ogdf/planarity/PlanarSubgraphModule.h>
#include <ogdf/planarity/booth_lueker/PlanarLeafKey.h>
#include <ogdf/planarity/planar_subgraph_fast/PlanarSubgraphPQTree.h>
#include <ogdf/planarity/planar_subgraph_fast/whaInfo.h>
#include <algorithm>
#include <atomic>
#include <limits>
#include <mutex>
#include <utility>
Go to the source code of this file.
Classes | |
class | ogdf::PlanarSubgraphFast< TCost > |
Computation of a planar subgraph using PQ-trees. More... | |
class | ogdf::PlanarSubgraphFast< TCost >::ThreadMaster |
class | ogdf::PlanarSubgraphFast< TCost >::Worker |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Declaration of the PlanarSubgraphFast.
Definition in file PlanarSubgraphFast.h.