Declaration of class StarInserter. More...
#include <ogdf/basic/CombinatorialEmbedding.h>#include <ogdf/basic/DualGraph.h>#include <ogdf/basic/Graph.h>#include <ogdf/basic/GraphCopy.h>#include <ogdf/basic/basic.h>#include <ogdf/basic/comparer.h>#include <memory>#include <unordered_map>Go to the source code of this file.
Classes | |
| class | ogdf::EdgeOrderComparer |
| Orders edges such that they do not cross each other when embeddded as insertion paths. More... | |
| class | ogdf::StarInserter |
| Inserts a star (a vertex and its incident edges) optimally into an embedding. More... | |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Typedefs | |
| using | ogdf::PredecessorMap = std::unordered_map< node, std::unique_ptr< NodeArray< edge > > > |
Declaration of class StarInserter.
Definition in file StarInserter.h.