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 201 of file CompactionConstraintGraph.h.
|
inline |
Definition at line 202 of file CompactionConstraintGraph.h.
|
friend |
output operator
Definition at line 212 of file CompactionConstraintGraph.h.
| ATYPE ogdf::CompactionConstraintGraph< ATYPE >::Interval::m_high |
lower and upper bound
Definition at line 208 of file CompactionConstraintGraph.h.
| ATYPE ogdf::CompactionConstraintGraph< ATYPE >::Interval::m_low |
Definition at line 208 of file CompactionConstraintGraph.h.
| node ogdf::CompactionConstraintGraph< ATYPE >::Interval::m_pathNode |
corresponding segment
Definition at line 209 of file CompactionConstraintGraph.h.