From 3c0316e3a2b4c0deacecda292a4585b5dbe4e5c8 Mon Sep 17 00:00:00 2001 From: Aymeric PELLE Date: Tue, 4 Mar 2014 18:30:50 +0100 Subject: [PATCH] Add a new type in Implicit_multi_domain_to_labeled_function_wrapper. Add the type definition Function_vector in the wrapper Implicit_multi_domain_to_labeled_function_wrapper. --- .../include/CGAL/Mesh_3/Implicit_to_labeled_function_wrapper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Mesh_3/include/CGAL/Mesh_3/Implicit_to_labeled_function_wrapper.h b/Mesh_3/include/CGAL/Mesh_3/Implicit_to_labeled_function_wrapper.h index df2156f7567..da84d23dab4 100644 --- a/Mesh_3/include/CGAL/Mesh_3/Implicit_to_labeled_function_wrapper.h +++ b/Mesh_3/include/CGAL/Mesh_3/Implicit_to_labeled_function_wrapper.h @@ -145,6 +145,7 @@ public: typedef int return_type; typedef typename BGT::Point_3 Point_3; typedef Function_ Function; + typedef std::vector Function_vector; private: std::vector funcs;