Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::SweepLineSegmentIntersection::Event Struct Reference

Represents an event in the sweep-line algorithm. More...

Collaboration diagram for Aleph::SweepLineSegmentIntersection::Event:
[legend]

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).
 

Detailed Description

Represents an event in the sweep-line algorithm.

Definition at line 5950 of file geom_algorithms.H.

Member Data Documentation

◆ pt

Point Aleph::SweepLineSegmentIntersection::Event::pt

Coordinates of the event.

Definition at line 5952 of file geom_algorithms.H.

Referenced by Aleph::SweepLineSegmentIntersection::event_less().

◆ seg_a

size_t Aleph::SweepLineSegmentIntersection::Event::seg_a

Index of the first segment involved.

Definition at line 5954 of file geom_algorithms.H.

◆ seg_b

size_t Aleph::SweepLineSegmentIntersection::Event::seg_b

Index of the second segment (only for INTERSECTION).

Definition at line 5955 of file geom_algorithms.H.

◆ type

EventType Aleph::SweepLineSegmentIntersection::Event::type

Type of the event.

Definition at line 5953 of file geom_algorithms.H.

Referenced by Aleph::SweepLineSegmentIntersection::event_less().


The documentation for this struct was generated from the following file: