Computes an embedding of a graph with minimum depth and maximum external face. See paper "Graph Embedding with Minimum Depth and Maximum External Face" by C. Gutwenger and P. Mutzel (2004) for details. More...
#include <ogdf/module/EmbedderModule.h>#include <ogdf/decomposition/BCTree.h>#include <ogdf/internal/planarity/EmbedderMDMFLengthAttribute.h>Go to the source code of this file.
Classes | |
| class | ogdf::EmbedderMinDepthMaxFace |
| Planar graph embedding with minimum block-nesting depth and maximum external face. More... | |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Defines | |
| #define | OGDF_EMBEDDER_MIN_DEPTH_MAX_FACE_H |
Computes an embedding of a graph with minimum depth and maximum external face. See paper "Graph Embedding with Minimum Depth and Maximum External Face" by C. Gutwenger and P. Mutzel (2004) for details.
Copyright (C). All rights reserved. See README.txt in the root directory of the OGDF installation for details.
Definition in file EmbedderMinDepthMaxFace.h.
Definition at line 50 of file EmbedderMinDepthMaxFace.h.