|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Represents an event in the sweep-line algorithm. More...
Public Attributes | |
| Point | pt |
| Coordinates of the event. | |
| EventType | type |
| Type of the event. | |
| size_t | seg_a |
| Index of the first segment involved. | |
| size_t | seg_b |
| Index of the second segment (only for INTERSECTION). | |
Represents an event in the sweep-line algorithm.
Definition at line 5950 of file geom_algorithms.H.
| Point Aleph::SweepLineSegmentIntersection::Event::pt |
Coordinates of the event.
Definition at line 5952 of file geom_algorithms.H.
Referenced by Aleph::SweepLineSegmentIntersection::event_less().
| size_t Aleph::SweepLineSegmentIntersection::Event::seg_a |
Index of the first segment involved.
Definition at line 5954 of file geom_algorithms.H.
| size_t Aleph::SweepLineSegmentIntersection::Event::seg_b |
Index of the second segment (only for INTERSECTION).
Definition at line 5955 of file geom_algorithms.H.
| EventType Aleph::SweepLineSegmentIntersection::Event::type |
Type of the event.
Definition at line 5953 of file geom_algorithms.H.
Referenced by Aleph::SweepLineSegmentIntersection::event_less().