Subject: CGAL users discussion list
List archive
- From: "Laurent Rineau (CGAL/GeometryFactory)" <>
- To: , , ,
- Subject: [cgal-discuss] CGAL 4.10 Released, Computational Geometry Algorithms Library
- Date: Mon, 29 May 2017 17:49:42 +0200
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
- Ironport-phdr: 9a23:uZKGqRO+G9OhxsZqKLYl6mtUPXoX/o7sNwtQ0KIMzox0K/z+pcbcNUDSrc9gkEXOFd2CrakV1ayL7OigATVGusfe9ihaMdRlbFwst4Y/p08aPIa9E0r1LfrnPWQRPf9pcxtbxUy9KlVfA83kZlff8TWY5D8WHQjjZ0IufrymUoHdgN6q2O+s5pbdfxtHhCanYbN1MR66sRjdutMYjIZmK6s90BvEr3lVcOhS2W9kOEifkhj468qy5pJv7zhct/c8/MNcTKv2eLg1QrNfADk6KW4549HluwfeRgWV/HscVWsWkhtMAwfb6RzxQ4n8vCjnuOdjwSeWJcL5Q6w6VjSk9KdrVQTniDwbOD4j8WHYkdJ/gaRGqx+8vRN/worUYIaINPpie67WYN0XSXZdUstXSidMBJ63YYkSAOobJetWr5fzp0EToxWwBgesA+zgxDBUiXLtwa00zv4sHR3a0AA8Ad4DtmnfotXvNKcVVOC41KfEwzPZYPNLwzfy9o7Icgw8qv+QXLJwd9TexlMyFwjYilmdt43rMi+T2OgWsmaU8e1gVeexhG47sQFwojihyd0whYnVgYIV0FDF+SB3zI0oItC4TFR0YcO+EJROsSGaK5F6QtkjQ2Fupik10KAGtIWncygF0psnwwTTa/udc4iH+x/uUvuaLzl/hHJgYr2/hhCy/FC8xe3zTMa01ExGri1fktnDrnwN2ALc6s+CSvRj4kehwzaO1w7J5e5YPUA0krDbKp47zrEskZoTtELOFTL1lkXulKKbeUQp9vK15+j7YrjqvJ2ROo5uhgz/MqkigsOyDOUiPgQTXGWW9/6w2bLn8EHjXblHgPI7n6/Eu57AP8sbvLS2AwpN34Yj9Rm/CzCm3cwGkXUdKVJFfxOKg5LsO17UIfD4Ce6zg1OxkDd33fzGOaPhApXXInjFjrjhYa5x609ayAUt0dBS/51ZB7AbLP7uRkP8tMbUAx04PgCuwuvqCM1x1oYEVmKOBq+ZPrnSsViN5u83J+mDfpIVuCzjJPgj+/7il2U5mV4bfaa3x5QXdWu1EehpI0qDZXrgmNABEX0FvgYmVuzllEWCUSJPZ3a1R68z+j47B5iiDYvaW4+tgaeB0zumHp1NfWBLEUuMEHftd4WcQfgAciOSIsl7kjwFT7etUYEh1Qv9/DP9nrFoJ+6R8yseso/l39Vd5uvJlBh0+yYwR8+a1nmCQmZx22oOQTgr2qtyiU170FaKl6Zix7RdGMdTz+hAVAs7PNjTyPI+Q9v9UwaEctaSQ0u9Wf2nByswR5Q/2Yw0bl55Cuml2xvM1i7vD74OnKGQH7Q19Ljd1j7/PZVT0XHDgeMFhkQ8T81TfVengKN26kCTLKHgtwK2mqGveLgGzQDE/3uE13vP9gkMVAdtS6jDQTYFZ03bpMnR7UzLS/mpE7txYVgJ8tKLNqYfMo6htl5BXvq2YNk=
- Organization: GeometryFactory
The CGAL Open Source Project is pleased to announce the release 4.10
of CGAL, the Computational Geometry Algorithms Library.
Besides fixes and general enhancement to existing packages, the following
has changed since CGAL 4.9:
* Installation
- The minimum required version of CMake is now 3.1. All CMake versions up
to 3.7 are supported.
* Generalized Maps (new package)
- This package implements Generalized Maps in d dimensions. A generalized
map is a data structure enabling to represent an orientable or non
orientable subdivided object by describing all the cells of the
subdivision (for example in 3D vertices, edges, faces, volumes) and all
the incidence and adjacency relationships between these cells. This
data structure is the generalization of the combinatorial maps in order
to be able to represent non orientable objects.
* 3D Point Set (new package)
- This package provides a flexible data structure CGAL::Point_set_3 that
allows the user to easily handle point sets with an arbitrary number of
attributes (such as normal vectors, colors, labeling, etc.).
Note also that the advanced API of a few CGAL packages have change in an
incompatible way:
- Triangulated Surface Mesh Shortest Paths
- CGAL and the Boost Graph Library (BGL)
- 2D and 3D Linear Geometry Kernel
- 2D Triangulations
- 3D Triangulations
See http://www.cgal.org/2017/05/24/cgal410/ for a complete list of
changes. Breaking changes are highlighted with a bold "Breaking change".
The CGAL project is a collaborative effort to develop a robust,
easy-to-use, and efficient C++ software library of geometric data
structures and algorithms, like
- triangulations (2D constrained triangulations, Delaunay triangulations
and periodic triangulations in 2D and 3D),
- Voronoi diagrams (for 2D and 3D points, 2D additively weighted
Voronoi diagrams, and segment Voronoi diagrams),
- Boolean operations on polygons and polyhedra,
- regularized Boolean operations on polygons with curved arcs
- arrangements of curves,
- mesh generation (2D, 3D and surface mesh generation,
surface mesh subdivision and parametrization),
- alpha shapes (in 2D and 3D),
- convex hull algorithms (in 2D, 3D and dD),
- operations on polygons (straight skeleton and offset polygon),
- search structures (kd trees for nearest neighbor search, and
range and segment trees),
- interpolation (natural neighbor interpolation and placement of
streamlines),
- optimization algorithms (smallest enclosing sphere of points or
spheres, smallest enclosing ellipsoid of points, principal
component analysis),
- kinetic data structures
Some modules are distributed under the terms of the LGPL Open Source
license (GNU Lesser General Public License v3 or later versions).
Most modules are distributed under the terms of the GPL Open Source
license (GNU General Public License v3 or later versions).
If your intended usage does not meet the criteria of the
aforementioned licenses, a commercial license can be purchased from
GeometryFactory (http://www.geometryfactory.com/).
For further information and for downloading the library and its
documentation, please visit the CGAL web site: http://www.cgal.org/
--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/
- [cgal-discuss] CGAL 4.10 Released, Computational Geometry Algorithms Library, Laurent Rineau (CGAL/GeometryFactory), 05/29/2017
Archive powered by MHonArc 2.6.18.