|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Represents a Voronoi cell. More...
#include <geom_algorithms.H>
Public Attributes | |
| size_t | site_index |
| Index of the site this cell belongs to. | |
| Point | site |
| Coordinates of the site. | |
| bool | bounded |
| True if the cell is completely bounded. | |
| Array< Point > | vertices |
| Vertices of the cell in CCW order. | |
Represents a Voronoi cell.
Definition at line 3700 of file geom_algorithms.H.
| bool Aleph::VoronoiDiagramFromDelaunay::Cell::bounded |
True if the cell is completely bounded.
Definition at line 3704 of file geom_algorithms.H.
| Point Aleph::VoronoiDiagramFromDelaunay::Cell::site |
Coordinates of the site.
Definition at line 3703 of file geom_algorithms.H.
| size_t Aleph::VoronoiDiagramFromDelaunay::Cell::site_index |
Index of the site this cell belongs to.
Definition at line 3702 of file geom_algorithms.H.
Vertices of the cell in CCW order.
Definition at line 3705 of file geom_algorithms.H.