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

A single intersection record. More...

#include <geom_algorithms.H>

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

Public Attributes

size_t seg_i
 Index of the first segment.
 
size_t seg_j
 Index of second segment (seg_i < seg_j).
 
Point point
 Intersection point.
 

Detailed Description

A single intersection record.

Definition at line 5885 of file geom_algorithms.H.

Member Data Documentation

◆ point

Point Aleph::SweepLineSegmentIntersection::Intersection::point

Intersection point.

Definition at line 5889 of file geom_algorithms.H.

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

◆ seg_i

size_t Aleph::SweepLineSegmentIntersection::Intersection::seg_i

Index of the first segment.

Definition at line 5887 of file geom_algorithms.H.

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

◆ seg_j

size_t Aleph::SweepLineSegmentIntersection::Intersection::seg_j

Index of second segment (seg_i < seg_j).

Definition at line 5888 of file geom_algorithms.H.

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


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