|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
The complete result of a Voronoi diagram computation. More...
#include <geom_algorithms.H>
Public Attributes | |
| Array< Point > | sites |
| Input sites. | |
| Array< Point > | vertices |
| Voronoi vertices. | |
| Array< Edge > | edges |
| Voronoi edges. | |
| Array< Cell > | cells |
| Voronoi cells. | |
The complete result of a Voronoi diagram computation.
Definition at line 3721 of file geom_algorithms.H.
Voronoi cells.
Definition at line 3726 of file geom_algorithms.H.
Voronoi edges.
Definition at line 3725 of file geom_algorithms.H.
Input sites.
Definition at line 3723 of file geom_algorithms.H.
Referenced by Aleph::VoronoiDiagramFromDelaunay::operator()().
Voronoi vertices.
Definition at line 3724 of file geom_algorithms.H.