|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <Planarity_Test.H>
Public Member Functions | |
| bool | operator< (const Dart_Key &other) const noexcept |
Public Attributes | |
| size_t | u = 0 |
| size_t | v = 0 |
Definition at line 494 of file Planarity_Test.H.
Definition at line 499 of file Planarity_Test.H.
References Aleph::divide_and_conquer_partition_dp(), u, and v.
| size_t Aleph::planarity_detail::Dart_Key::u = 0 |
Definition at line 496 of file Planarity_Test.H.
Referenced by operator<().
| size_t Aleph::planarity_detail::Dart_Key::v = 0 |
Definition at line 497 of file Planarity_Test.H.
Referenced by operator<().