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

Represents a Voronoi cell. More...

#include <geom_algorithms.H>

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

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< Pointvertices
 Vertices of the cell in CCW order.
 

Detailed Description

Represents a Voronoi cell.

Definition at line 3700 of file geom_algorithms.H.

Member Data Documentation

◆ bounded

bool Aleph::VoronoiDiagramFromDelaunay::Cell::bounded

True if the cell is completely bounded.

Definition at line 3704 of file geom_algorithms.H.

◆ site

Point Aleph::VoronoiDiagramFromDelaunay::Cell::site

Coordinates of the site.

Definition at line 3703 of file geom_algorithms.H.

◆ site_index

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

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

Vertices of the cell in CCW order.

Definition at line 3705 of file geom_algorithms.H.


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