Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

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 86 of file MinCostFlowReinelt.h.

Member Data Documentation

◆ arc_id

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

Definition at line 89 of file MinCostFlowReinelt.h.

◆ dual

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

Definition at line 91 of file MinCostFlowReinelt.h.

◆ father

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

Definition at line 87 of file MinCostFlowReinelt.h.

◆ flow

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

Definition at line 92 of file MinCostFlowReinelt.h.

◆ last

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

Definition at line 94 of file MinCostFlowReinelt.h.

◆ name

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

Definition at line 93 of file MinCostFlowReinelt.h.

◆ nr_of_nodes

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

Definition at line 95 of file MinCostFlowReinelt.h.

◆ orientation

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

Definition at line 90 of file MinCostFlowReinelt.h.

◆ successor

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

Definition at line 88 of file MinCostFlowReinelt.h.


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