Declaration of class TopologyModule. More...
#include <ogdf/basic/CombinatorialEmbedding.h>
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/List.h>
#include <ogdf/basic/basic.h>
#include <ogdf/basic/geometry.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 | |
ogdf | |
The namespace for all OGDF objects. | |
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.