Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::MinimumCutNagamochiIbaraki::BoundedList Struct Reference

Public Member Functions

 BoundedList (ListPure< node > l_init=ListPure< node >(), int nodesInList_init=0, int size_init=0)
 

Public Attributes

ListPure< nodelist
 
int nodesInList
 
int size
 

Detailed Description

Definition at line 123 of file MinimumCutNagamochiIbaraki.h.

Constructor & Destructor Documentation

◆ BoundedList()

ogdf::MinimumCutNagamochiIbaraki::BoundedList::BoundedList ( ListPure< node l_init = ListPure<node>(),
int  nodesInList_init = 0,
int  size_init = 0 
)
inlineexplicit

Definition at line 124 of file MinimumCutNagamochiIbaraki.h.

Member Data Documentation

◆ list

ListPure<node> ogdf::MinimumCutNagamochiIbaraki::BoundedList::list

Definition at line 131 of file MinimumCutNagamochiIbaraki.h.

◆ nodesInList

int ogdf::MinimumCutNagamochiIbaraki::BoundedList::nodesInList

Definition at line 132 of file MinimumCutNagamochiIbaraki.h.

◆ size

int ogdf::MinimumCutNagamochiIbaraki::BoundedList::size

Definition at line 133 of file MinimumCutNagamochiIbaraki.h.


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