From cbc220e75e3a30057fae6a26a087bb68d18c492e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Fri, 6 Sep 2013 17:47:05 +0200 Subject: [PATCH] add kernel requirement --- .../doc/Surface_mesh_segmentation/Surface_Mesh_Segmentation.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Surface_mesh_segmentation/doc/Surface_mesh_segmentation/Surface_Mesh_Segmentation.txt b/Surface_mesh_segmentation/doc/Surface_mesh_segmentation/Surface_Mesh_Segmentation.txt index b463b0d28fd..d4aa49e4584 100644 --- a/Surface_mesh_segmentation/doc/Surface_mesh_segmentation/Surface_Mesh_Segmentation.txt +++ b/Surface_mesh_segmentation/doc/Surface_mesh_segmentation/Surface_Mesh_Segmentation.txt @@ -182,6 +182,7 @@ some of these properties, but may produce unreliable or meaningless segmentation The current implementation of the computation of the SDF values relies on the \ref PkgAABB_treeSummary package. This operation is reliable when the `AABBTraits` model provided has exact predicates. +`::CGAL::Exact_predicates_inexact_constructions_kernel` is recommended as geometric traits for this algorithm. \subsection Example_1 Example: Computation of SDF Values \cgalExample{Surface_mesh_segmentation/compute_sdf_values_example.cpp}