Declaration of the class BoyerMyrvoldPlanar. More...
#include <ogdf/basic/EdgeArray.h>
#include <ogdf/basic/List.h>
#include <ogdf/basic/NodeArray.h>
#include <ogdf/basic/SList.h>
#include <random>
Go to the source code of this file.
Classes | |
class | ogdf::BoyerMyrvoldPlanar |
This class implements the extended BoyerMyrvold planarity embedding algorithm. More... | |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
namespace | ogdf::boyer_myrvold |
Enumerations | |
enum class | ogdf::BoyerMyrvoldEdgeType { ogdf::Undefined = 0 , ogdf::Selfloop = 1 , ogdf::Back = 2 , ogdf::Dfs = 3 , ogdf::DfsParallel = 4 , ogdf::BackDeleted = 5 } |
Type of edge. More... | |
Functions | |
bool | ogdf::operator!= (int lhs, BoyerMyrvoldPlanar::EmbeddingGrade rhs) |
bool | ogdf::operator<= (int lhs, BoyerMyrvoldPlanar::EmbeddingGrade rhs) |
bool | ogdf::operator== (int lhs, BoyerMyrvoldPlanar::EmbeddingGrade rhs) |
bool | ogdf::operator> (int lhs, BoyerMyrvoldPlanar::EmbeddingGrade rhs) |
Declaration of the class BoyerMyrvoldPlanar.
Definition in file BoyerMyrvoldPlanar.h.