Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::MinSteinerTreeMehlhorn< T >::MehlhornTripleBucketMaxFunc Class Reference

Helper class to sort MehlhornTriples lexicographically. More...

#include <ogdf/graphalg/MinSteinerTreeMehlhorn.h>

+ Inheritance diagram for ogdf::MinSteinerTreeMehlhorn< T >::MehlhornTripleBucketMaxFunc:

Public Member Functions

 MehlhornTripleBucketMaxFunc ()
 
int getBucket (const MehlhornTriple &MT)
 
- Public Member Functions inherited from ogdf::BucketFunc< MehlhornTriple >
virtual ~BucketFunc ()
 
virtual int getBucket (const MehlhornTriple &x)=0
 Returns the bucket of x.
 

Detailed Description

template<typename T>
class ogdf::MinSteinerTreeMehlhorn< T >::MehlhornTripleBucketMaxFunc

Helper class to sort MehlhornTriples lexicographically.

Definition at line 121 of file MinSteinerTreeMehlhorn.h.

Constructor & Destructor Documentation

◆ MehlhornTripleBucketMaxFunc()

template<typename T >
ogdf::MinSteinerTreeMehlhorn< T >::MehlhornTripleBucketMaxFunc::MehlhornTripleBucketMaxFunc ( )
inline

Definition at line 123 of file MinSteinerTreeMehlhorn.h.

Member Function Documentation

◆ getBucket()

template<typename T >
int ogdf::MinSteinerTreeMehlhorn< T >::MehlhornTripleBucketMaxFunc::getBucket ( const MehlhornTriple MT)
inline

Definition at line 125 of file MinSteinerTreeMehlhorn.h.


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