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

Complete result of a power diagram computation. More...

#include <geom_algorithms.H>

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

Public Attributes

Array< WeightedSitesites
 Sorted and unique input sites.
 
Array< Pointvertices
 Vertices of the power diagram.
 
Array< PowerEdgeedges
 Edges of the power diagram.
 
Array< PowerCellcells
 Cells of the power diagram.
 

Detailed Description

Complete result of a power diagram computation.

Definition at line 10947 of file geom_algorithms.H.

Member Data Documentation

◆ cells

Array<PowerCell> Aleph::PowerDiagram::Result::cells

Cells of the power diagram.

Definition at line 10952 of file geom_algorithms.H.

◆ edges

Array<PowerEdge> Aleph::PowerDiagram::Result::edges

Edges of the power diagram.

Definition at line 10951 of file geom_algorithms.H.

◆ sites

Array<WeightedSite> Aleph::PowerDiagram::Result::sites

Sorted and unique input sites.

Definition at line 10949 of file geom_algorithms.H.

◆ vertices

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

Vertices of the power diagram.

Definition at line 10950 of file geom_algorithms.H.


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