Declaration of class UpwardPlanarSubgraphSimple which computes an upward planar subgraph by using upward planarity testing. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/basic.h>
#include <ogdf/upward/UpwardPlanarSubgraphModule.h>
Go to the source code of this file.
Classes | |
class | ogdf::List< E > |
Doubly linked lists (maintaining the length of the list). More... | |
class | ogdf::SList< E > |
Singly linked lists (maintaining the length of the list). More... | |
class | ogdf::SListPure< E > |
Singly linked lists. More... | |
class | ogdf::Tuple2< E1, E2 > |
Tuples of two elements (2-tuples). More... | |
class | ogdf::UpwardPlanarSubgraphSimple |
A maximal planar subgraph algorithm using planarity testing. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Declaration of class UpwardPlanarSubgraphSimple which computes an upward planar subgraph by using upward planarity testing.
Definition in file UpwardPlanarSubgraphSimple.h.