|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Complete result of a power diagram computation. More...
#include <geom_algorithms.H>
Public Attributes | |
| Array< WeightedSite > | sites |
| Sorted and unique input sites. | |
| Array< Point > | vertices |
| Vertices of the power diagram. | |
| Array< PowerEdge > | edges |
| Edges of the power diagram. | |
| Array< PowerCell > | cells |
| Cells of the power diagram. | |
Complete result of a power diagram computation.
Definition at line 10947 of file geom_algorithms.H.
Cells of the power diagram.
Definition at line 10952 of file geom_algorithms.H.
Edges of the power diagram.
Definition at line 10951 of file geom_algorithms.H.
| Array<WeightedSite> Aleph::PowerDiagram::Result::sites |
Sorted and unique input sites.
Definition at line 10949 of file geom_algorithms.H.
Vertices of the power diagram.
Definition at line 10950 of file geom_algorithms.H.