Represents an interval on the sweep line. More...
Public Member Functions | |
Interval (node v, ATYPE low, ATYPE high) | |
Public Attributes | |
ATYPE | m_high |
lower and upper bound | |
ATYPE | m_low |
node | m_pathNode |
corresponding segment | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Interval &interval) |
output operator | |
Represents an interval on the sweep line.
Definition at line 187 of file CompactionConstraintGraph.h.
|
inline |
Definition at line 188 of file CompactionConstraintGraph.h.
output operator
Definition at line 198 of file CompactionConstraintGraph.h.
ATYPE ogdf::CompactionConstraintGraph< ATYPE >::Interval::m_high |
lower and upper bound
Definition at line 194 of file CompactionConstraintGraph.h.
ATYPE ogdf::CompactionConstraintGraph< ATYPE >::Interval::m_low |
Definition at line 194 of file CompactionConstraintGraph.h.
node ogdf::CompactionConstraintGraph< ATYPE >::Interval::m_pathNode |
corresponding segment
Definition at line 195 of file CompactionConstraintGraph.h.