|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Represents a Voronoi cell clipped by a bounding polygon. More...
#include <geom_algorithms.H>
Public Attributes | |
| size_t | site_index |
| Index of the site. | |
| Point | site |
| Coordinates of the site. | |
| Polygon | polygon |
| Clipped convex polygon representing the cell. | |
Represents a Voronoi cell clipped by a bounding polygon.
Definition at line 3711 of file geom_algorithms.H.
| 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().
| 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().
| 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().