|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Represents a cell in the power diagram. 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. | |
| Geom_Number | weight |
| Weight of the site. | |
| bool | bounded |
| True if the cell is completely bounded. | |
| Array< Point > | vertices |
| Vertices of the cell in CCW order. | |
Represents a cell in the power diagram.
Definition at line 10935 of file geom_algorithms.H.
| bool Aleph::PowerDiagram::PowerCell::bounded |
True if the cell is completely bounded.
Definition at line 10940 of file geom_algorithms.H.
| Point Aleph::PowerDiagram::PowerCell::site |
Coordinates of the site.
Definition at line 10938 of file geom_algorithms.H.
| 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 of the cell in CCW order.
Definition at line 10941 of file geom_algorithms.H.
| Geom_Number Aleph::PowerDiagram::PowerCell::weight |
Weight of the site.
Definition at line 10939 of file geom_algorithms.H.