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 More... | |
ATYPE | m_low |
node | m_pathNode |
corresponding segment More... | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Interval &interval) |
output operator More... | |
Represents an interval on the sweep line.
Definition at line 214 of file CompactionConstraintGraph.h.
|
inline |
Definition at line 216 of file CompactionConstraintGraph.h.
|
friend |
output operator
Definition at line 226 of file CompactionConstraintGraph.h.
ATYPE ogdf::CompactionConstraintGraph< ATYPE >::Interval::m_high |
lower and upper bound
Definition at line 222 of file CompactionConstraintGraph.h.
ATYPE ogdf::CompactionConstraintGraph< ATYPE >::Interval::m_low |
Definition at line 222 of file CompactionConstraintGraph.h.
node ogdf::CompactionConstraintGraph< ATYPE >::Interval::m_pathNode |
corresponding segment
Definition at line 223 of file CompactionConstraintGraph.h.