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

Dual-edge payload linked to a primal simplified edge. More...

#include <Planarity_Test.H>

Inheritance diagram for Aleph::Planar_Dual_Edge_Info< GT >:
[legend]
Collaboration diagram for Aleph::Planar_Dual_Edge_Info< GT >:
[legend]

Public Types

using Node = typename GT::Node
 

Public Attributes

size_t face_a = 0
 
size_t face_b = 0
 
Nodeprimal_src = nullptr
 
Nodeprimal_tgt = nullptr
 

Detailed Description

template<class GT>
struct Aleph::Planar_Dual_Edge_Info< GT >

Dual-edge payload linked to a primal simplified edge.

Definition at line 259 of file Planarity_Test.H.

Member Typedef Documentation

◆ Node

Member Data Documentation

◆ face_a

template<class GT >
size_t Aleph::Planar_Dual_Edge_Info< GT >::face_a = 0

Definition at line 263 of file Planarity_Test.H.

Referenced by Aleph::planar_dual_metadata().

◆ face_b

template<class GT >
size_t Aleph::Planar_Dual_Edge_Info< GT >::face_b = 0

Definition at line 264 of file Planarity_Test.H.

◆ primal_src

template<class GT >
Node* Aleph::Planar_Dual_Edge_Info< GT >::primal_src = nullptr

Definition at line 265 of file Planarity_Test.H.

◆ primal_tgt

template<class GT >
Node* Aleph::Planar_Dual_Edge_Info< GT >::primal_tgt = nullptr

Definition at line 266 of file Planarity_Test.H.


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