|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Dual-edge payload linked to a primal simplified edge. More...
#include <Planarity_Test.H>
Public Types | |
| using | Node = typename GT::Node |
Public Attributes | |
| size_t | face_a = 0 |
| size_t | face_b = 0 |
| Node * | primal_src = nullptr |
| Node * | primal_tgt = nullptr |
Dual-edge payload linked to a primal simplified edge.
Definition at line 259 of file Planarity_Test.H.
Definition at line 261 of file Planarity_Test.H.
| 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().
| size_t Aleph::Planar_Dual_Edge_Info< GT >::face_b = 0 |
Definition at line 264 of file Planarity_Test.H.
Definition at line 265 of file Planarity_Test.H.
Definition at line 266 of file Planarity_Test.H.