Computes an embedding of a graph with maximum external face. See paper "Graph Embedding with Minimum Depth and Maximum External Face" by C. Gutwenger and P. Mutzel (2004) for details. The algorithm for maximum external face is combined with the algorithm for maximum external layers which defines how to embed blocks into inner faces. See diploma thesis "Algorithmen zur Bestimmung von guten Graph-Einbettungen für orthogonale Zeichnungen" (in german) of Thorsten Kerkhof (2007) for details. More...
#include <ogdf/module/EmbedderModule.h>#include <ogdf/decomposition/BCTree.h>#include <ogdf/decomposition/StaticSPQRTree.h>Go to the source code of this file.
Classes | |
| class | ogdf::EmbedderMaxFaceLayers |
| Planar graph embedding with maximum external face (plus layers approach). More... | |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Defines | |
| #define | OGDF_EMBEDDER_MAX_FACE_LAYERS_H |
Computes an embedding of a graph with maximum external face. See paper "Graph Embedding with Minimum Depth and Maximum External Face" by C. Gutwenger and P. Mutzel (2004) for details. The algorithm for maximum external face is combined with the algorithm for maximum external layers which defines how to embed blocks into inner faces. See diploma thesis "Algorithmen zur Bestimmung von guten Graph-Einbettungen für orthogonale Zeichnungen" (in german) of Thorsten Kerkhof (2007) for details.
Copyright (C). All rights reserved. See README.txt in the root directory of the OGDF installation for details.
Definition in file EmbedderMaxFaceLayers.h.
| #define OGDF_EMBEDDER_MAX_FACE_LAYERS_H |
Definition at line 54 of file EmbedderMaxFaceLayers.h.