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

Represents a Voronoi cell clipped by a bounding polygon. More...

#include <geom_algorithms.H>

Collaboration diagram for Aleph::VoronoiDiagramFromDelaunay::ClippedCell:
[legend]

Public Attributes

size_t site_index
 Index of the site.
 
Point site
 Coordinates of the site.
 
Polygon polygon
 Clipped convex polygon representing the cell.
 

Detailed Description

Represents a Voronoi cell clipped by a bounding polygon.

Definition at line 3711 of file geom_algorithms.H.

Member Data Documentation

◆ polygon

Polygon Aleph::VoronoiDiagramFromDelaunay::ClippedCell::polygon

Clipped convex polygon representing the cell.

Definition at line 3715 of file geom_algorithms.H.

Referenced by Aleph::VoronoiDiagramFromDelaunay::indexed_clipped_cells().

◆ site

Point Aleph::VoronoiDiagramFromDelaunay::ClippedCell::site

Coordinates of the site.

Definition at line 3714 of file geom_algorithms.H.

Referenced by Aleph::VoronoiDiagramFromDelaunay::indexed_clipped_cells().

◆ site_index

size_t Aleph::VoronoiDiagramFromDelaunay::ClippedCell::site_index

Index of the site.

Definition at line 3713 of file geom_algorithms.H.

Referenced by Aleph::VoronoiDiagramFromDelaunay::indexed_clipped_cells().


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