Declares CompactionConstraintGraph. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/GraphList.h>
#include <ogdf/basic/List.h>
#include <ogdf/basic/SList.h>
#include <ogdf/basic/basic.h>
#include <ogdf/basic/comparer.h>
#include <ogdf/basic/exceptions.h>
#include <ogdf/basic/tuples.h>
#include <ogdf/orthogonal/MinimumEdgeDistances.h>
#include <ogdf/orthogonal/OrthoRep.h>
#include <ogdf/orthogonal/internal/CommonCompactionConstraintGraphBase.h>
#include <ogdf/orthogonal/internal/RoutingChannel.h>
#include <ogdf/planarity/PlanRep.h>
#include <algorithm>
#include <iostream>
#include <string>
Go to the source code of this file.
Classes | |
class | ogdf::CompactionConstraintGraph< ATYPE > |
Represents a constraint graph used for compaction. More... | |
struct | ogdf::CompactionConstraintGraph< ATYPE >::Interval |
Represents an interval on the sweep line. More... | |
class | ogdf::CompactionConstraintGraph< ATYPE >::SegmentComparer |
Comparer class used for sorting segments by increasing position (given by segPos) such that two overlapping segments come in the order imposed by the embedding (given by secSort: segment which comes first has secSort = 0, the other has 1) More... | |
class | ogdf::CompactionConstraintGraphBase |
Class implementing template-parameter-independent behaviour of ogdf::CompactionConstraintGraph. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Declares CompactionConstraintGraph.
I.e. a representation of constraint graphs (dependency graphs) used in compaction algorithms.
Definition in file CompactionConstraintGraph.h.