Computes an vertex order based on the number of crossings in a given (straight-line) drawing. More...
#include <ogdf/basic/GraphAttributes.h>
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.