Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::steiner_tree::FullComponentStore< T, ExtraDataType >::Metadata< Y, Enable > Struct Template Reference

#include <ogdf/graphalg/steiner_tree/FullComponentStore.h>

Public Member Functions

 Metadata ()
 

Public Attributes

cost
 Cost.
 
adjEntry start
 Adjacency entry on a terminal where a non-terminal BFS yields the component.
 
Array< nodeterminals
 Terminals, sorted by node index.
 

Detailed Description

template<typename T, typename ExtraDataType = void>
template<class Y, class Enable = void>
struct ogdf::steiner_tree::FullComponentStore< T, ExtraDataType >::Metadata< Y, Enable >

Definition at line 54 of file FullComponentStore.h.

Constructor & Destructor Documentation

◆ Metadata()

template<typename T , typename ExtraDataType = void>
template<class Y , class Enable = void>
ogdf::steiner_tree::FullComponentStore< T, ExtraDataType >::Metadata< Y, Enable >::Metadata ( )
inline

Definition at line 59 of file FullComponentStore.h.

Member Data Documentation

◆ cost

Cost.

Definition at line 57 of file FullComponentStore.h.

◆ start

Adjacency entry on a terminal where a non-terminal BFS yields the component.

Definition at line 55 of file FullComponentStore.h.

◆ terminals

Terminals, sorted by node index.

Definition at line 56 of file FullComponentStore.h.


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