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

The result of a Delaunay triangulation. More...

#include <geom_algorithms.H>

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

Public Attributes

Array< Pointsites
 Unique, sorted input points used for triangulation.
 
Array< IndexedTriangletriangles
 Triangles forming the Delaunay triangulation.
 

Detailed Description

The result of a Delaunay triangulation.

Definition at line 2131 of file geom_algorithms.H.

Member Data Documentation

◆ sites

Array<Point> Aleph::DelaunayTriangulationBowyerWatson::Result::sites

Unique, sorted input points used for triangulation.

Definition at line 2133 of file geom_algorithms.H.

Referenced by Aleph::DelaunayTriangulationBowyerWatson::as_triangles(), and Aleph::DelaunayTriangulationBowyerWatson::operator()().

◆ triangles

Array<IndexedTriangle> Aleph::DelaunayTriangulationBowyerWatson::Result::triangles

Triangles forming the Delaunay triangulation.

Definition at line 2134 of file geom_algorithms.H.

Referenced by Aleph::DelaunayTriangulationBowyerWatson::as_triangles().


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