|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Public Attributes | |
| size_t | seg |
| Geom_Number | label |
| unsigned | priority |
| Node * | left = nullptr |
| Node * | right = nullptr |
Definition at line 6034 of file geom_algorithms.H.
| Geom_Number Aleph::SweepLineSegmentIntersection::StatusTree::Node::label |
Definition at line 6037 of file geom_algorithms.H.
Referenced by Aleph::SweepLineSegmentIntersection::StatusTree::insert_by_label().
Definition at line 6039 of file geom_algorithms.H.
Referenced by Aleph::SweepLineSegmentIntersection::StatusTree::destroy(), Aleph::SweepLineSegmentIntersection::StatusTree::erase_by_label(), Aleph::SweepLineSegmentIntersection::StatusTree::insert_by_label(), Aleph::SweepLineSegmentIntersection::StatusTree::merge(), Aleph::SweepLineSegmentIntersection::StatusTree::split_by_label(), and Aleph::SweepLineSegmentIntersection::StatusTree::successor().
| unsigned Aleph::SweepLineSegmentIntersection::StatusTree::Node::priority |
Definition at line 6038 of file geom_algorithms.H.
Referenced by Aleph::SweepLineSegmentIntersection::StatusTree::insert_by_label(), and Aleph::SweepLineSegmentIntersection::StatusTree::merge().
Definition at line 6040 of file geom_algorithms.H.
Referenced by Aleph::SweepLineSegmentIntersection::StatusTree::destroy(), Aleph::SweepLineSegmentIntersection::StatusTree::insert_by_label(), Aleph::SweepLineSegmentIntersection::StatusTree::merge(), and Aleph::SweepLineSegmentIntersection::StatusTree::successor().
| size_t Aleph::SweepLineSegmentIntersection::StatusTree::Node::seg |
Definition at line 6036 of file geom_algorithms.H.
Referenced by Aleph::SweepLineSegmentIntersection::StatusTree::successor(), and Aleph::SweepLineSegmentIntersection::StatusTree::successor_for_insert().