Declaration of class UpwardPlanaritySingleSource, which implements the upward-planarity testing and embedding algorithm for single-source digraphs by Bertolazzi et al. More...
#include <ogdf/basic/CombinatorialEmbedding.h>
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/basic.h>
Go to the source code of this file.
Classes | |
class | ogdf::SList< E > |
Singly linked lists (maintaining the length of the list). More... | |
class | ogdf::SListPure< E > |
Singly linked lists. More... | |
class | ogdf::UpwardPlanaritySingleSource |
Performs upward planarity testing and embedding for single-source digraphs. More... | |
struct | ogdf::UpwardPlanaritySingleSource::DegreeInfo |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Declaration of class UpwardPlanaritySingleSource, which implements the upward-planarity testing and embedding algorithm for single-source digraphs by Bertolazzi et al.
Definition in file UpwardPlanaritySingleSource.h.