Announce the removal of obsolete & deprecated alpha shape traits classes

This commit is contained in:
Mael Rouxel-Labbé 2021-02-22 17:16:53 +01:00
parent 08acf5d759
commit 57772f7e2c
1 changed files with 6 additions and 0 deletions

View File

@ -25,6 +25,12 @@ A comprehensive list of the supported file formats is available in the Stream_su
- Added a filtering mechanism so that costly tests get only applied to the next candidate for the edge collapse.
- Added the class `Polyhedral_envelope_filter` that enables to perform mesh simplification inside a polyhedral envelope of the input mesh.
### [2D and 3D Alpha Shapes](https://doc.cgal.org/5.3/Manual/packages.html#PkgAlphaShapes2)
- The following deprecated classes have been removed: `Alpha_shape_euclidean_traits_2`,
`Weighted_alpha_shape_euclidean_traits_2`, `Alpha_shape_euclidean_traits_3`, and
`Weighted_alpha_shape_euclidean_traits_3`. All CGAL kernel can be used directly as models
of the Alpha Shape concepts.
[Release 5.2](https://github.com/CGAL/cgal/releases/tag/v5.2)
-----------