Declaration of class TopologyModule. More...
#include <ogdf/basic/EdgeComparer.h>
#include <ogdf/basic/GraphAttributes.h>
#include <ogdf/planarity/PlanRep.h>
Go to the source code of this file.
Classes | |
class | ogdf::topology_module::EdgeLeg |
Helper class for the computation of crossings. More... | |
class | ogdf::TopologyModule |
Constructs embeddings from given layout. More... | |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
namespace | ogdf::topology_module |
Functions | |
int | ogdf::operator& (int i, TopologyModule::Options b) |
int | ogdf::operator| (int i, TopologyModule::Options b) |
int | ogdf::operator| (TopologyModule::Options a, TopologyModule::Options b) |
Declaration of class TopologyModule.
The TopologyModule transports the layout information from GraphAttributes to PlanRep on that Graph, i.e., it computes a combinatorial embedding for the input.
Definition in file TopologyModule.h.