Computes an embedding of a biconnected graph with maximum external face. More...
#include <ogdf/basic/ArrayBuffer.h>
#include <ogdf/basic/CombinatorialEmbedding.h>
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/GraphList.h>
#include <ogdf/basic/List.h>
#include <ogdf/basic/basic.h>
#include <ogdf/decomposition/BCTree.h>
#include <ogdf/graphalg/ShortestPathWithBFM.h>
#include <ogdf/planarity/embedder/EmbedderMaxFaceBiconnectedGraphsLayers.h>
Go to the source code of this file.
Classes | |
class | ogdf::embedder::LayersBlockEmbedder< BaseEmbedder, T > |
Common functionality for layer-based embedding algorithms. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
ogdf::embedder | |
Computes an embedding of a biconnected graph with maximum external face.
Definition in file LayersBlockEmbedder.h.