Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::WeightComparer< T > Class Template Reference

#include <ogdf/layered/Level.h>

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 45 of file Level.h.

Constructor & Destructor Documentation

◆ WeightComparer()

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

Definition at line 49 of file Level.h.

Member Function Documentation

◆ less()

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

Definition at line 51 of file Level.h.

◆ operator()()

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

Definition at line 53 of file Level.h.

Member Data Documentation

◆ m_pWeight

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

Definition at line 46 of file Level.h.


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