Open
Graph Drawing
Framework

 v.2012.05
 

ogdf::WeightComparer< T > Class Template Reference

#include <ogdf/layered/Level.h>

List of all members.

Public Member Functions

 WeightComparer (const NodeArray< T > *pWeight)
bool less (node v, node w) const
bool operator() (node v, node w) const

Private Attributes

const NodeArray< T > * m_pWeight

Detailed Description

template<class T = double>
class ogdf::WeightComparer< T >

Definition at line 65 of file Level.h.


Constructor & Destructor Documentation

template<class T = double>
ogdf::WeightComparer< T >::WeightComparer ( const NodeArray< T > *  pWeight) [inline]

Definition at line 69 of file Level.h.


Member Function Documentation

template<class T = double>
bool ogdf::WeightComparer< T >::less ( node  v,
node  w 
) const [inline]

Definition at line 71 of file Level.h.

template<class T = double>
bool ogdf::WeightComparer< T >::operator() ( node  v,
node  w 
) const [inline]

Definition at line 72 of file Level.h.


Member Data Documentation

template<class T = double>
const NodeArray<T>* ogdf::WeightComparer< T >::m_pWeight [private]

Definition at line 66 of file Level.h.


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