Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::MinSteinerTreeMehlhorn< T >::MehlhornTriple Struct Reference

Represents a triple as specified in the algorithms description (see paper) More...

#include <ogdf/graphalg/MinSteinerTreeMehlhorn.h>

Public Attributes

edge bridge
 
node u
 
node v
 
value
 

Detailed Description

template<typename T>
struct ogdf::MinSteinerTreeMehlhorn< T >::MehlhornTriple

Represents a triple as specified in the algorithms description (see paper)

Definition at line 111 of file MinSteinerTreeMehlhorn.h.

Member Data Documentation

◆ bridge

template<typename T >
edge ogdf::MinSteinerTreeMehlhorn< T >::MehlhornTriple::bridge

Definition at line 115 of file MinSteinerTreeMehlhorn.h.

◆ u

template<typename T >
node ogdf::MinSteinerTreeMehlhorn< T >::MehlhornTriple::u

Definition at line 112 of file MinSteinerTreeMehlhorn.h.

◆ v

template<typename T >
node ogdf::MinSteinerTreeMehlhorn< T >::MehlhornTriple::v

Definition at line 113 of file MinSteinerTreeMehlhorn.h.

◆ value

template<typename T >
T ogdf::MinSteinerTreeMehlhorn< T >::MehlhornTriple::value

Definition at line 114 of file MinSteinerTreeMehlhorn.h.


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