|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Attributes | |
| size_t | edge |
| Geom_Number | label |
| unsigned | priority |
| Node * | left = nullptr |
| Node * | right = nullptr |
Definition at line 6601 of file geom_algorithms.H.
| size_t Aleph::MonotonePolygonTriangulation::EdgeStatusTree::Node::edge |
Definition at line 6603 of file geom_algorithms.H.
Referenced by Aleph::MonotonePolygonTriangulation::EdgeStatusTree::successor_for_insert().
| Geom_Number Aleph::MonotonePolygonTriangulation::EdgeStatusTree::Node::label |
Definition at line 6604 of file geom_algorithms.H.
Referenced by Aleph::MonotonePolygonTriangulation::EdgeStatusTree::insert_by_label().
Definition at line 6606 of file geom_algorithms.H.
Referenced by Aleph::MonotonePolygonTriangulation::EdgeStatusTree::destroy(), Aleph::MonotonePolygonTriangulation::EdgeStatusTree::erase_by_label(), Aleph::MonotonePolygonTriangulation::EdgeStatusTree::insert_by_label(), Aleph::MonotonePolygonTriangulation::EdgeStatusTree::merge(), and Aleph::MonotonePolygonTriangulation::EdgeStatusTree::split_by_label().
| unsigned Aleph::MonotonePolygonTriangulation::EdgeStatusTree::Node::priority |
Definition at line 6605 of file geom_algorithms.H.
Referenced by Aleph::MonotonePolygonTriangulation::EdgeStatusTree::insert_by_label(), and Aleph::MonotonePolygonTriangulation::EdgeStatusTree::merge().