|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <Planarity_Test.H>
Public Member Functions | |
| bool | operator== (const Conflict_Pair &other) const noexcept=default |
Public Attributes | |
| Interval | left |
| Interval | right |
Definition at line 473 of file Planarity_Test.H.
|
defaultnoexcept |
| Interval Aleph::planarity_detail::Conflict_Pair::left |
Definition at line 475 of file Planarity_Test.H.
Referenced by Aleph::planarity_detail::LR_Planarity_Checker< GT, SA >::lowest(), and Aleph::planarity_detail::LR_Planarity_Checker< GT, SA >::test_dfs().
| Interval Aleph::planarity_detail::Conflict_Pair::right |
Definition at line 476 of file Planarity_Test.H.
Referenced by Aleph::planarity_detail::LR_Planarity_Checker< GT, SA >::lowest(), and Aleph::planarity_detail::LR_Planarity_Checker< GT, SA >::test_dfs().