|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <Planarity_Test.H>
Public Attributes | |
| size_t | u = 0 |
| size_t | v = 0 |
Definition at line 457 of file Planarity_Test.H.
| size_t Aleph::planarity_detail::Simple_Edge::u = 0 |
Definition at line 459 of file Planarity_Test.H.
Referenced by Aleph::planarity_detail::LR_Planarity_Checker< GT, SA >::build_nonplanar_certificate(), Aleph::planarity_detail::LR_Planarity_Checker< GT, SA >::compute_faces_from_rotation(), Aleph::planarity_detail::LR_Planarity_Checker< GT, SA >::other_endpoint(), and Aleph::planarity_detail::LR_Planarity_Checker< GT, SA >::simple_edges_are_planar().
| size_t Aleph::planarity_detail::Simple_Edge::v = 0 |
Definition at line 460 of file Planarity_Test.H.
Referenced by Aleph::planarity_detail::LR_Planarity_Checker< GT, SA >::build_nonplanar_certificate(), Aleph::planarity_detail::LR_Planarity_Checker< GT, SA >::compute_faces_from_rotation(), Aleph::planarity_detail::LR_Planarity_Checker< GT, SA >::other_endpoint(), and Aleph::planarity_detail::LR_Planarity_Checker< GT, SA >::simple_edges_are_planar().