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...
template<
class ATYPE>
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)
Definition at line 209 of file CompactionConstraintGraph.h.