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

The complete result of a Voronoi diagram computation. More...

#include <geom_algorithms.H>

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

Public Attributes

Array< Pointsites
 Input sites.
 
Array< Pointvertices
 Voronoi vertices.
 
Array< Edgeedges
 Voronoi edges.
 
Array< Cellcells
 Voronoi cells.
 

Detailed Description

The complete result of a Voronoi diagram computation.

Definition at line 3721 of file geom_algorithms.H.

Member Data Documentation

◆ cells

Array<Cell> Aleph::VoronoiDiagramFromDelaunay::Result::cells

Voronoi cells.

Definition at line 3726 of file geom_algorithms.H.

◆ edges

Array<Edge> Aleph::VoronoiDiagramFromDelaunay::Result::edges

Voronoi edges.

Definition at line 3725 of file geom_algorithms.H.

◆ sites

Array<Point> Aleph::VoronoiDiagramFromDelaunay::Result::sites

Input sites.

Definition at line 3723 of file geom_algorithms.H.

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

◆ vertices

Array<Point> Aleph::VoronoiDiagramFromDelaunay::Result::vertices

Voronoi vertices.

Definition at line 3724 of file geom_algorithms.H.


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