The CGAL Open Source Project is pleased to announce the release 4.8 Beta 1
of CGAL, the Computational Geometry Algorithms Library.
CGAL version 4.8 Beta 1 is a public testing release. It should provide
a solid ground to report bugs that need to be tackled before the
release of the final version of CGAL 4.8 in March.
Besides fixes and general enhancement to existing packages, the following
has changed since CGAL 4.7:
General
- The support for Qt3 is dropped and all demos using it got removed.
Installation
- Starting with Visual C++ 2015 we no longer require Boost.Thread as we
use the C++11 keywordthread_local
and the C+11 classstd::mutex
. - The same holds for g++ 4.8 or later when the C++11 standard is used.
2D Reconstruction and Simplification from Point Set (new package)
- This package implements a method to reconstruct and simplify 2D point
sets. The input is a set of 2D points with mass attributes, possibly
hampered by noise and outliers. The output is a set of line segments
and isolated points which approximate the input points.
3D Mesh Generation
- Add support of 3D gray level images as input for the tetrahedral mesh
generation.
Polygon Mesh Processing
- Add a new triangle-based isotropic remeshing algorithm for
triangulated surface meshes.
Point Set Processing
- Add
Concurrency_tag
to the functionscompute_average_spacing()
,
edge_aware_upsample_point_set()
,jet_estimate_normals()
,
jet_smooth_point_set()
, andpca_estimate_normals()
.
See http://www.cgal.org/releases.html for a complete list of changes.