Declares CompactionConstraintGraph. More...
#include <ogdf/orthogonal/MinimumEdgeDistances.h>
#include <ogdf/orthogonal/internal/CommonCompactionConstraintGraphBase.h>
#include <ogdf/orthogonal/internal/RoutingChannel.h>
#include <ogdf/planarity/PlanRep.h>
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 | |
namespace | 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.