Declaration of class UpwardPlanarity, which implements different types of algorithms testing upward planarity of graphs with different restrictions. More...
#include <ogdf/basic/CombinatorialEmbedding.h>
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/SList.h>
Go to the source code of this file.
Classes | |
class | ogdf::UpwardPlanarity |
Upward planarity testing and embedding. More... | |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
Declaration of class UpwardPlanarity, which implements different types of algorithms testing upward planarity of graphs with different restrictions.
Actually, restrictions are:
Also allows to compute a maximal feasible upward planar subgraph.
Definition in file UpwardPlanarity.h.