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

Arc in the beach-line state structure. More...

Collaboration diagram for Aleph::VoronoiDiagramFortune::Arc:
[legend]

Public Attributes

size_t site = 0
 Site index generating this parabolic arc.
 
Arcprev = nullptr
 Previous arc in the beach-line.
 
Arcnext = nullptr
 Next arc in the beach-line.
 
Eventcircle = nullptr
 Potential circle event generated by this arc.
 

Detailed Description

Arc in the beach-line state structure.

Definition at line 4289 of file geom_algorithms.H.

Member Data Documentation

◆ circle

Event* Aleph::VoronoiDiagramFortune::Arc::circle = nullptr

◆ next

Arc* Aleph::VoronoiDiagramFortune::Arc::next = nullptr

◆ prev

Arc* Aleph::VoronoiDiagramFortune::Arc::prev = nullptr

◆ site

size_t Aleph::VoronoiDiagramFortune::Arc::site = 0

Site index generating this parabolic arc.

Definition at line 4291 of file geom_algorithms.H.

Referenced by Aleph::VoronoiDiagramFortune::enqueue_circle_event(), and Aleph::VoronoiDiagramFortune::triangulate_sweep().


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