cgal/Alpha_shapes_3/include/CGAL
Mael Rouxel-Labbé 68d3a3eabf Modified the way weird point types are handled when ExactAlphaComparisonTag=true
Instead of requiring an implicit conversion, we require that Cartesian_converter
can convert from Traits::Point_23 to Exact_kernel::Point_23

Also it will not compile (static_assert) if this functor is not provided instead
of silently defaulting to ExactAlphaComparisingTag = false
2017-06-28 10:16:23 +02:00
..
IO Avoided a default traits construction 2017-06-28 10:14:35 +02:00
internal Modified the way weird point types are handled when ExactAlphaComparisonTag=true 2017-06-28 10:16:23 +02:00
Alpha_shape_3.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Alpha_shape_cell_base_3.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Alpha_shape_euclidean_traits_3.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Alpha_shape_vertex_base_3.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Fixed_alpha_shape_3.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Fixed_alpha_shape_cell_base_3.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Fixed_alpha_shape_vertex_base_3.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Weighted_alpha_shape_euclidean_traits_3.h Fixed minor mistakes from a rebase 2017-06-28 10:16:23 +02:00