From df403fd9ceb15836fcfe2d6c0fd0a18c8953b8c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 25 Oct 2018 11:33:31 +0200 Subject: [PATCH] add doc for requirements of copy_face_graph --- Heat_method_3/include/CGAL/Heat_method_3/Heat_method_3.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Heat_method_3/include/CGAL/Heat_method_3/Heat_method_3.h b/Heat_method_3/include/CGAL/Heat_method_3/Heat_method_3.h index 23b87281df0..934b47bc8c9 100644 --- a/Heat_method_3/include/CGAL/Heat_method_3/Heat_method_3.h +++ b/Heat_method_3/include/CGAL/Heat_method_3/Heat_method_3.h @@ -686,6 +686,10 @@ struct Base_helper * * \tparam TriangleMesh a triangulated surface mesh, model of `FaceGraph` and `HalfedgeListGraph` * \tparam Traits a model of HeatMethodTraits_3 + * \tparam UseIntrinsicDelaunay indicates if an intrinsic Delaunay triangulation should be internally constructed (`Tag_true`) + * or if the input mesh should be used as is (`Tag_false`). + * If `Tag_true` the type `TriangleMesh` must have an internal property for `vertex_point` + * and its value type must be the same as the value type of `VertexPointMap`. * \tparam LA a model of `SparseLinearAlgebraWithFactorTraits_d`. * \tparam VertexPointMap a model of `ReadablePropertyMap` with