Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Planarity_Test_Result< GT >::Edge_Witness Struct Reference

#include <Planarity_Test.H>

Collaboration diagram for Aleph::Planarity_Test_Result< GT >::Edge_Witness:
[legend]

Public Attributes

Nodesrc = nullptr
 
Nodetgt = nullptr
 
Arcrepresentative_input_arc = nullptr
 
Array< Arc * > input_arcs
 

Detailed Description

template<class GT>
struct Aleph::Planarity_Test_Result< GT >::Edge_Witness

Definition at line 208 of file Planarity_Test.H.

Member Data Documentation

◆ input_arcs

template<class GT >
Array<Arc *> Aleph::Planarity_Test_Result< GT >::Edge_Witness::input_arcs

Definition at line 213 of file Planarity_Test.H.

◆ representative_input_arc

template<class GT >
Arc* Aleph::Planarity_Test_Result< GT >::Edge_Witness::representative_input_arc = nullptr

Definition at line 212 of file Planarity_Test.H.

◆ src

◆ tgt

template<class GT >
Node* Aleph::Planarity_Test_Result< GT >::Edge_Witness::tgt = nullptr

Definition at line 211 of file Planarity_Test.H.


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