Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::ExternE Struct Reference

List of externally active nodes strictly between x and y for minortypes B and E More...

#include <ogdf/planarity/boyer_myrvold/FindKuratowskis.h>

Public Attributes

SListPure< nodeendnodes
 
SListPure< SListPure< edge > > externalPaths
 
SListPure< intstartnodes
 
node theNode
 

Detailed Description

List of externally active nodes strictly between x and y for minortypes B and E

In case of extracting without bundles, all external paths and lists of their start- and endnodes are added.

Definition at line 45 of file FindKuratowskis.h.

Member Data Documentation

◆ endnodes

SListPure<node> ogdf::ExternE::endnodes

Definition at line 48 of file FindKuratowskis.h.

◆ externalPaths

SListPure<SListPure<edge> > ogdf::ExternE::externalPaths

Definition at line 49 of file FindKuratowskis.h.

◆ startnodes

SListPure<int> ogdf::ExternE::startnodes

Definition at line 47 of file FindKuratowskis.h.

◆ theNode

node ogdf::ExternE::theNode

Definition at line 46 of file FindKuratowskis.h.


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