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

Represents a cell in the power diagram. More...

#include <geom_algorithms.H>

Collaboration diagram for Aleph::PowerDiagram::PowerCell:
[legend]

Public Attributes

size_t site_index
 Index of the site this cell belongs to.
 
Point site
 Coordinates of the site.
 
Geom_Number weight
 Weight 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 cell in the power diagram.

Definition at line 10935 of file geom_algorithms.H.

Member Data Documentation

◆ bounded

bool Aleph::PowerDiagram::PowerCell::bounded

True if the cell is completely bounded.

Definition at line 10940 of file geom_algorithms.H.

◆ site

Point Aleph::PowerDiagram::PowerCell::site

Coordinates of the site.

Definition at line 10938 of file geom_algorithms.H.

◆ site_index

size_t Aleph::PowerDiagram::PowerCell::site_index

Index of the site this cell belongs to.

Definition at line 10937 of file geom_algorithms.H.

◆ vertices

Array<Point> Aleph::PowerDiagram::PowerCell::vertices

Vertices of the cell in CCW order.

Definition at line 10941 of file geom_algorithms.H.

◆ weight

Geom_Number Aleph::PowerDiagram::PowerCell::weight

Weight of the site.

Definition at line 10939 of file geom_algorithms.H.


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