Prepare CGAL-4.12-beta1

This commit is contained in:
Laurent Rineau 2018-02-25 20:36:59 +01:00
parent f07e578389
commit 441170768d
2 changed files with 17 additions and 13 deletions

View File

@ -56,15 +56,15 @@ Release date: April 2018
### 3D Surface Mesh Generation ### 3D Surface Mesh Generation
- Add the function facets\_in\_complex\_2\_to\_triangle\_mesh() that - Add the function `facets_in_complex_2_to_triangle_mesh()` that
exports Surface\_mesh\_complex\_2\_in\_triangulation\_3 facets into exports `Surface_mesh_complex_2_in_triangulation_3` facets into
a MutableFaceGraph. a `MutableFaceGraph`.
### 3D Mesh Generation ### 3D Mesh Generation
- Add the function facets\_in\_complex\_3\_to\_triangle\_mesh() that - Add the function `facets_in_complex_3_to_triangle_mesh()` that
exports Mesh\_complex\_3\_in\_triangulation\_3 facets into a exports `Mesh_complex_3_in_triangulation_3` facets into a
MutableFaceGraph. `MutableFaceGraph`.
- **Breaking change:** The concept `MeshDomainWithFeatures_3` has been - **Breaking change:** The concept `MeshDomainWithFeatures_3` has been
modified, to improve the performance and the reliability of the modified, to improve the performance and the reliability of the
sampling of 1D curves of the domain. sampling of 1D curves of the domain.
@ -86,8 +86,9 @@ Release date: April 2018
- `CGAL::Polygon_mesh_processing::orient()` - `CGAL::Polygon_mesh_processing::orient()`
- `CGAL::Polygon_mesh_processing::orient_to_bound_a_volume()` - `CGAL::Polygon_mesh_processing::orient_to_bound_a_volume()`
- Added a new function for intersection tests between triangle meshes and/or polylines or range of polylines, and another one to report all the - Added a new function for intersection tests between triangle meshes
pairs of meshes intersecting from a range of meshes: and/or polylines or range of polylines, and another one to report
all the pairs of meshes intersecting from a range of meshes:
- `CGAL::Polygon_mesh_processing::do_intersect()` - `CGAL::Polygon_mesh_processing::do_intersect()`
- `CGAL::Polygon_mesh_processing::intersecting_meshes()` - `CGAL::Polygon_mesh_processing::intersecting_meshes()`
@ -123,10 +124,12 @@ Release date: April 2018
- Added support for dynamic property maps. - Added support for dynamic property maps.
- Added an interface to the [METIS library](http://glaros.dtc.umn.edu/gkhome/metis/metis/overview), - Added an interface to the [METIS library], which allows to partition
which allows to partition any mesh that is a model of `FaceListGraph`. any mesh that is a model of `FaceListGraph`. Wrappers to the
Wrappers to the METIS functions `METIS_PartMeshNodal` and `METIS_PartMeshDual` METIS functions `METIS_PartMeshNodal` and `METIS_PartMeshDual` are
are offered. offered.
[METIS library]: http://glaros.dtc.umn.edu/gkhome/metis/metis/overview
### 2D Arrangements ### 2D Arrangements
@ -140,6 +143,7 @@ Release date: April 2018
`CGAL_NON_SYMETRICAL_OBSERVER_EDGE_REMOVAL_BACKWARD_COMPATIBILITY` `CGAL_NON_SYMETRICAL_OBSERVER_EDGE_REMOVAL_BACKWARD_COMPATIBILITY`
Release 4.11 Release 4.11
------------ ------------

View File

@ -1 +1 @@
CGAL-4.12-dev CGAL-4.12-beta1