cgal/Alpha_shapes_3/examples/Alpha_shapes_3
Mariette Yvinec 9a1aa55491 fixed traits class in ex_alpha_shapes_with_hierarchy_3.cpp 2009-06-03 07:29:57 +00:00
..
data
README
ex_alpha_shapes_3.cpp fixed the pb appeared when removing implicit conversion Point_3 ---> Sphere_3 2009-05-28 12:36:24 +00:00
ex_alpha_shapes_with_hierarchy_3.cpp fixed traits class in ex_alpha_shapes_with_hierarchy_3.cpp 2009-06-03 07:29:57 +00:00
ex_weighted_alpha_shapes_3.cpp Create unique example file names for cmake 2008-11-19 16:31:04 +00:00
makefile fixed the pb appeared when removing implicit conversion Point_3 ---> Sphere_3 2009-05-28 12:36:24 +00:00

README

example_alpha : 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 point are interior or on the boundary of the
alpha shape and the alpha shape has a single connected component.

example_big_alpha : buid the alpha shape for a huge set of points using
a Delaunay hirarchy as underlying triangulation for efficiency.

example_weight : 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.