cgal/Alpha_shapes_3/examples/Alpha_shapes_3
Sébastien Loriot 0779373835 extra run of the script to remove tabs and trailing whitespaces
right after the  merge of 4.14 release branch

+ manual fix on one line in:
    * Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
    * .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00
..
data
CMakeLists.txt extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
README
ex_alpha_shapes_3.cpp
ex_alpha_shapes_exact_alpha.cpp
ex_alpha_shapes_with_fast_location_3.cpp run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
ex_fixed_weighted_alpha_shapes_3.cpp
ex_periodic_alpha_shapes_3.cpp
ex_weighted_alpha_shapes_3.cpp run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
ex_weighted_periodic_alpha_shapes_3.cpp
visible_alpha_shape_facets_to_OFF.cpp replace BOOST_FOREACH by c++ ranged-based for loop 2019-03-29 13:22:15 +01:00

README

ex_alpha_shapes_3 : read input points, compute the alpha shape in 
regularized mode and find the optimal value of $\alpha$, i. e. the smallest
$\alpha$ such that all input points are in the interior or on the boundary of
the alpha shape, and the alpha shape has a single connected component.

ex_alpha_shapes_with_fast_location_3 : build the alpha shape using an
underlying Delaunay triangulation with Fast_location policy, for efficient
point location.

ex_weighted_alpha_shapes_3 : build the weighted alpha shape of a small
set of spheres and explore the boundary of the alpha complex for $\alpha=0$.
This complex is the nerve of the union of the spheres.