From cba55b26b58dfb7ce39f7962b9bc7c94f2f87a4a Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Tue, 8 Sep 2020 22:05:45 +0200 Subject: [PATCH] start doc --- .../CGAL/Polygon_mesh_processing/triangulate_faces.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/triangulate_faces.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/triangulate_faces.h index 47c9516cb10..fc479a3718e 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/triangulate_faces.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/triangulate_faces.h @@ -435,6 +435,14 @@ public: * \cgalParamDefault{a \cgal Kernel deduced from the point type, using `CGAL::Kernel_traits`} * \cgalParamExtra{The geometric traits class must be compatible with the vertex point type.} * \cgalParamNEnd +* +* \cgalParamNBegin{split_visitor} +* \cgalParamDescription{a visitor that allows track how faces are split} +* \cgalParamType{a class model of `SplitVisitor`} +* \cgalParamDefault{No visitor.} +* \cgalParamExtra{Note that the visitor will be copied, so +* it should not have any data member that does have a reference-like type.} +* `\cgalParamNEnd * \cgalNamedParamsEnd * * @return `true` if the face has been triangulated.