Public Member Functions | |
| SegmentComparer (const NodeArray< ATYPE > &segPos, const NodeArray< int > &secSort) | |
| int | compare (const node &x, const node &y) const |
| bool | less (const node &x, const node &y) const |
| bool | leq (const node &x, const node &y) const |
| bool | greater (const node &x, const node &y) const |
| bool | geq (const node &x, const node &y) const |
| bool | equal (const node &x, const node &y) const |
Private Attributes | |
| const NodeArray< ATYPE > * | m_pPos |
| const NodeArray< int > * | m_pSec |
Definition at line 393 of file CompactionConstraintGraph.h.
| ogdf::CompactionConstraintGraph< ATYPE >::SegmentComparer::SegmentComparer | ( | const NodeArray< ATYPE > & | segPos, | |
| const NodeArray< int > & | secSort | |||
| ) | [inline] |
Definition at line 396 of file CompactionConstraintGraph.h.
| int ogdf::CompactionConstraintGraph< ATYPE >::SegmentComparer::compare | ( | const node & | x, | |
| const node & | y | |||
| ) | const [inline] |
Definition at line 402 of file CompactionConstraintGraph.h.
| bool ogdf::CompactionConstraintGraph< ATYPE >::SegmentComparer::equal | ( | const node & | x, | |
| const node & | y | |||
| ) | const [inline] |
Definition at line 412 of file CompactionConstraintGraph.h.
| bool ogdf::CompactionConstraintGraph< ATYPE >::SegmentComparer::geq | ( | const node & | x, | |
| const node & | y | |||
| ) | const [inline] |
Definition at line 412 of file CompactionConstraintGraph.h.
| bool ogdf::CompactionConstraintGraph< ATYPE >::SegmentComparer::greater | ( | const node & | x, | |
| const node & | y | |||
| ) | const [inline] |
Definition at line 412 of file CompactionConstraintGraph.h.
| bool ogdf::CompactionConstraintGraph< ATYPE >::SegmentComparer::leq | ( | const node & | x, | |
| const node & | y | |||
| ) | const [inline] |
Definition at line 412 of file CompactionConstraintGraph.h.
| bool ogdf::CompactionConstraintGraph< ATYPE >::SegmentComparer::less | ( | const node & | x, | |
| const node & | y | |||
| ) | const [inline] |
Definition at line 412 of file CompactionConstraintGraph.h.
const NodeArray<ATYPE>* ogdf::CompactionConstraintGraph< ATYPE >::SegmentComparer::m_pPos [private] |
Definition at line 414 of file CompactionConstraintGraph.h.
const NodeArray<int>* ogdf::CompactionConstraintGraph< ATYPE >::SegmentComparer::m_pSec [private] |
Definition at line 415 of file CompactionConstraintGraph.h.