Public Member Functions | |
| Interval (node v, ATYPE low, ATYPE high) | |
Public Attributes | |
| ATYPE | m_low |
| ATYPE | m_high |
| node | m_pathNode |
Friends | |
| ostream & | operator<< (ostream &os, const Interval &interval) |
Definition at line 364 of file CompactionConstraintGraph.h.
| ogdf::CompactionConstraintGraph< ATYPE >::Interval::Interval | ( | node | v, | |
| ATYPE | low, | |||
| ATYPE | high | |||
| ) | [inline] |
Definition at line 366 of file CompactionConstraintGraph.h.
| ostream& operator<< | ( | ostream & | os, | |
| const Interval & | interval | |||
| ) | [friend] |
Definition at line 376 of file CompactionConstraintGraph.h.
| ATYPE ogdf::CompactionConstraintGraph< ATYPE >::Interval::m_high |
Definition at line 372 of file CompactionConstraintGraph.h.
| ATYPE ogdf::CompactionConstraintGraph< ATYPE >::Interval::m_low |
Definition at line 372 of file CompactionConstraintGraph.h.
| node ogdf::CompactionConstraintGraph< ATYPE >::Interval::m_pathNode |
Definition at line 373 of file CompactionConstraintGraph.h.