From faf86f642e562f3159a1ab76c38bcb4521132f9e Mon Sep 17 00:00:00 2001 From: Lingjie Zhu Date: Sun, 20 Aug 2017 16:37:09 +0800 Subject: [PATCH] add get proxy size function --- Surface_mesh_approximation/include/CGAL/VSA_approximation.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Surface_mesh_approximation/include/CGAL/VSA_approximation.h b/Surface_mesh_approximation/include/CGAL/VSA_approximation.h index b830f96e4e6..e6bab58bb38 100644 --- a/Surface_mesh_approximation/include/CGAL/VSA_approximation.h +++ b/Surface_mesh_approximation/include/CGAL/VSA_approximation.h @@ -573,7 +573,11 @@ public: } } -// add function to return the proxy errors + /*! + * @brief Get the proxies size. + * @return number of proxies + */ + std::size_t get_proxies_size() { return proxies.size(); } /*! * @brief Get the anchor points, which have the area-averaged position of the projected anchor vertex points on the incident proxies.