Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::SpannerBasicGreedy< TWeight >::EdgeWeightComparator Struct Reference

Public Member Functions

 EdgeWeightComparator ()=delete
 
 EdgeWeightComparator (const EdgeWeightComparator &)=delete
 
 EdgeWeightComparator (const GraphAttributes &GA)
 
bool less (edge a, edge b) const
 
EdgeWeightComparatoroperator= (const EdgeWeightComparator &)=delete
 

Private Attributes

const EpsilonTest m_eps
 
const GraphAttributesm_GA
 

Detailed Description

template<typename TWeight>
struct ogdf::SpannerBasicGreedy< TWeight >::EdgeWeightComparator

Definition at line 119 of file SpannerBasicGreedy.h.

Constructor & Destructor Documentation

◆ EdgeWeightComparator() [1/3]

template<typename TWeight >
ogdf::SpannerBasicGreedy< TWeight >::EdgeWeightComparator::EdgeWeightComparator ( const GraphAttributes GA)
inline

Definition at line 120 of file SpannerBasicGreedy.h.

◆ EdgeWeightComparator() [2/3]

template<typename TWeight >
ogdf::SpannerBasicGreedy< TWeight >::EdgeWeightComparator::EdgeWeightComparator ( )
delete

◆ EdgeWeightComparator() [3/3]

template<typename TWeight >
ogdf::SpannerBasicGreedy< TWeight >::EdgeWeightComparator::EdgeWeightComparator ( const EdgeWeightComparator )
delete

Member Function Documentation

◆ less()

template<typename TWeight >
bool ogdf::SpannerBasicGreedy< TWeight >::EdgeWeightComparator::less ( edge  a,
edge  b 
) const
inline

Definition at line 125 of file SpannerBasicGreedy.h.

◆ operator=()

template<typename TWeight >
EdgeWeightComparator & ogdf::SpannerBasicGreedy< TWeight >::EdgeWeightComparator::operator= ( const EdgeWeightComparator )
delete

Member Data Documentation

◆ m_eps

template<typename TWeight >
const EpsilonTest ogdf::SpannerBasicGreedy< TWeight >::EdgeWeightComparator::m_eps
private

Definition at line 131 of file SpannerBasicGreedy.h.

◆ m_GA

template<typename TWeight >
const GraphAttributes& ogdf::SpannerBasicGreedy< TWeight >::EdgeWeightComparator::m_GA
private

Definition at line 130 of file SpannerBasicGreedy.h.


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