Computes an vertex order based on the number of crossings in a given (straight-line) drawing. More...
#include <ogdf/basic/Graph.h>#include <ogdf/basic/GraphAttributes.h>#include <ogdf/basic/List.h>#include <ogdf/basic/basic.h>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | ogdf::CrossingVertexOrder |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Enumerations | |
| enum class | ogdf::MeasureEnum { ogdf::zero , ogdf::log , ogdf::sum , ogdf::squared } |
| enum class | ogdf::OrderEnum { ogdf::asc , ogdf::desc , ogdf::rnd } |
Computes an vertex order based on the number of crossings in a given (straight-line) drawing.
Definition in file VertexOrder.h.