|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <Planarity_Test.H>
Public Member Functions | |
| bool | operator== (const Interval &other) const noexcept=default |
Public Attributes | |
| size_t | low = Null_Edge |
| size_t | high = Null_Edge |
Definition at line 464 of file Planarity_Test.H.
| size_t Aleph::planarity_detail::Interval::high = Null_Edge |
Definition at line 467 of file Planarity_Test.H.
Referenced by Aleph::planarity_detail::LR_Planarity_Checker< GT, SA >::conflicting(), and Aleph::planarity_detail::LR_Planarity_Checker< GT, SA >::test_dfs().
| size_t Aleph::planarity_detail::Interval::low = Null_Edge |
Definition at line 466 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().