|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Result of an alpha-shape computation. More...
#include <geom_algorithms.H>
Public Attributes | |
| Array< Point > | sites |
| Deduplicated and sorted input sites. | |
| Array< DelaunayTriangulationBowyerWatson::IndexedTriangle > | triangles |
| Triangles that satisfy the alpha criterion. | |
| Array< Segment > | boundary_edges |
| Segments forming the boundary of the alpha-shape. | |
Result of an alpha-shape computation.
Definition at line 10750 of file geom_algorithms.H.
Segments forming the boundary of the alpha-shape.
Definition at line 10754 of file geom_algorithms.H.
Deduplicated and sorted input sites.
Definition at line 10752 of file geom_algorithms.H.
Referenced by Aleph::AlphaShape::operator()().
| Array<DelaunayTriangulationBowyerWatson::IndexedTriangle> Aleph::AlphaShape::Result::triangles |
Triangles that satisfy the alpha criterion.
Definition at line 10753 of file geom_algorithms.H.