Open
Graph Drawing
Framework

 v.2010.10
 

Public Member Functions | Private Attributes

ogdf::CompactionConstraintGraph< ATYPE >::SegmentComparer Class Reference

List of all members.

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

Detailed Description

template<class ATYPE>
class ogdf::CompactionConstraintGraph< ATYPE >::SegmentComparer

Definition at line 393 of file CompactionConstraintGraph.h.


Constructor & Destructor Documentation

template<class ATYPE>
ogdf::CompactionConstraintGraph< ATYPE >::SegmentComparer::SegmentComparer ( const NodeArray< ATYPE > &  segPos,
const NodeArray< int > &  secSort 
) [inline]

Definition at line 396 of file CompactionConstraintGraph.h.


Member Function Documentation

template<class ATYPE>
int ogdf::CompactionConstraintGraph< ATYPE >::SegmentComparer::compare ( const node x,
const node y 
) const [inline]

Definition at line 402 of file CompactionConstraintGraph.h.

template<class ATYPE>
bool ogdf::CompactionConstraintGraph< ATYPE >::SegmentComparer::equal ( const node x,
const node y 
) const [inline]

Definition at line 412 of file CompactionConstraintGraph.h.

template<class ATYPE>
bool ogdf::CompactionConstraintGraph< ATYPE >::SegmentComparer::geq ( const node x,
const node y 
) const [inline]

Definition at line 412 of file CompactionConstraintGraph.h.

template<class ATYPE>
bool ogdf::CompactionConstraintGraph< ATYPE >::SegmentComparer::greater ( const node x,
const node y 
) const [inline]

Definition at line 412 of file CompactionConstraintGraph.h.

template<class ATYPE>
bool ogdf::CompactionConstraintGraph< ATYPE >::SegmentComparer::leq ( const node x,
const node y 
) const [inline]

Definition at line 412 of file CompactionConstraintGraph.h.

template<class ATYPE>
bool ogdf::CompactionConstraintGraph< ATYPE >::SegmentComparer::less ( const node x,
const node y 
) const [inline]

Definition at line 412 of file CompactionConstraintGraph.h.


Member Data Documentation

template<class ATYPE>
const NodeArray<ATYPE>* ogdf::CompactionConstraintGraph< ATYPE >::SegmentComparer::m_pPos [private]

Definition at line 414 of file CompactionConstraintGraph.h.

template<class ATYPE>
const NodeArray<int>* ogdf::CompactionConstraintGraph< ATYPE >::SegmentComparer::m_pSec [private]

Definition at line 415 of file CompactionConstraintGraph.h.


The documentation for this class was generated from the following file: