Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::MinCostFlowReinelt< TCost >::nodetype Struct Reference

Public Attributes

arctypearc_id
 
TCost dual
 
nodetypefather
 
int flow
 
nodetypelast
 
int name
 
int nr_of_nodes
 
bool orientation
 
nodetypesuccessor
 

Detailed Description

template<typename TCost>
struct ogdf::MinCostFlowReinelt< TCost >::nodetype

Definition at line 78 of file MinCostFlowReinelt.h.

Member Data Documentation

◆ arc_id

template<typename TCost >
arctype* ogdf::MinCostFlowReinelt< TCost >::nodetype::arc_id

Definition at line 81 of file MinCostFlowReinelt.h.

◆ dual

template<typename TCost >
TCost ogdf::MinCostFlowReinelt< TCost >::nodetype::dual

Definition at line 83 of file MinCostFlowReinelt.h.

◆ father

template<typename TCost >
nodetype* ogdf::MinCostFlowReinelt< TCost >::nodetype::father

Definition at line 79 of file MinCostFlowReinelt.h.

◆ flow

template<typename TCost >
int ogdf::MinCostFlowReinelt< TCost >::nodetype::flow

Definition at line 84 of file MinCostFlowReinelt.h.

◆ last

template<typename TCost >
nodetype* ogdf::MinCostFlowReinelt< TCost >::nodetype::last

Definition at line 86 of file MinCostFlowReinelt.h.

◆ name

template<typename TCost >
int ogdf::MinCostFlowReinelt< TCost >::nodetype::name

Definition at line 85 of file MinCostFlowReinelt.h.

◆ nr_of_nodes

template<typename TCost >
int ogdf::MinCostFlowReinelt< TCost >::nodetype::nr_of_nodes

Definition at line 87 of file MinCostFlowReinelt.h.

◆ orientation

template<typename TCost >
bool ogdf::MinCostFlowReinelt< TCost >::nodetype::orientation

Definition at line 82 of file MinCostFlowReinelt.h.

◆ successor

template<typename TCost >
nodetype* ogdf::MinCostFlowReinelt< TCost >::nodetype::successor

Definition at line 80 of file MinCostFlowReinelt.h.


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