From 6c664cb53c512b51d315dfddbfd4feb050eb9013 Mon Sep 17 00:00:00 2001 From: Naama Mayer Date: Tue, 14 Jul 2009 14:39:28 +0000 Subject: [PATCH] Add copy constructor to the Arr_polyhedarl_sgm. --- .../Arr_polyhedral_sgm_arr_dcel.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Arrangement_on_surface_2/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_arr_dcel.h b/Arrangement_on_surface_2/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_arr_dcel.h index e884c4f4dfc..3a1dfa57ae3 100644 --- a/Arrangement_on_surface_2/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_arr_dcel.h +++ b/Arrangement_on_surface_2/include/CGAL/Arr_spherical_gaussian_map_3/Arr_polyhedral_sgm_arr_dcel.h @@ -65,6 +65,11 @@ public: * the halfedge while performing the minkowski sum */ unsigned int arr_mask() const { return m_arr_mask; } + + /*! Set the arr of an edge with a value. + * \param arr_id the id to set to. + */ + void set_arr(unsigned int id) { m_arr_mask = id; } }; /*! Extend the arrangement face */