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

Result of an alpha-shape computation. More...

#include <geom_algorithms.H>

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

Public Attributes

Array< Pointsites
 Deduplicated and sorted input sites.
 
Array< DelaunayTriangulationBowyerWatson::IndexedTriangletriangles
 Triangles that satisfy the alpha criterion.
 
Array< Segmentboundary_edges
 Segments forming the boundary of the alpha-shape.
 

Detailed Description

Result of an alpha-shape computation.

Definition at line 10750 of file geom_algorithms.H.

Member Data Documentation

◆ boundary_edges

Array<Segment> Aleph::AlphaShape::Result::boundary_edges

Segments forming the boundary of the alpha-shape.

Definition at line 10754 of file geom_algorithms.H.

◆ sites

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

Deduplicated and sorted input sites.

Definition at line 10752 of file geom_algorithms.H.

Referenced by Aleph::AlphaShape::operator()().

◆ triangles

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

Triangles that satisfy the alpha criterion.

Definition at line 10753 of file geom_algorithms.H.


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