From 2b3fb983cdfd83a42b3956d916b13b35b200a033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 22 Oct 2009 16:54:32 +0000 Subject: [PATCH] public interface for edgemap --- Alpha_shapes_3/include/CGAL/Alpha_shape_3.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Alpha_shapes_3/include/CGAL/Alpha_shape_3.h b/Alpha_shapes_3/include/CGAL/Alpha_shape_3.h index ad08ebb48cf..5c657ffead6 100644 --- a/Alpha_shapes_3/include/CGAL/Alpha_shape_3.h +++ b/Alpha_shapes_3/include/CGAL/Alpha_shape_3.h @@ -416,7 +416,11 @@ public: return alpha_spectrum.size(); } - + const Edge_alpha_map* get_edge_alpha_map() const + { + return &edge_alpha_map; + } + //--------------------------------------------------------------------- private: