From 94eedd3d72c056509bbf3a5746b7e7f31e2dfcd5 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 28 Apr 2017 18:03:26 +0200 Subject: [PATCH] Add the Surface_mesh example at the end of the user manual - Somehow unlucky, but better than nothing --- .../Surface_Mesh_Segmentation.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 8660d32a2a1..506ec1a5dfb 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 @@ -199,6 +199,12 @@ a polyhedron type with a facet type storing an extra ID field, together with a v The main advantage is to decrease from log to constant the complexity for accessing the data associated to facets. \cgalExample{Surface_mesh_segmentation/segmentation_with_facet_ids_example.cpp} + +\subsection Surface_mesh_segmentationUsingapolyhedron Using a Surface_mesh +When using a `Surface_mesh`, you can use the built-in property mechanism. + +\cgalExample{Surface_mesh_segmentation/segmentation_from_sdf_values_SM_example.cpp} +
\section Performances Performances @@ -279,4 +285,4 @@ of the Google Summer of Code. He has been mentored by Sébastien Loriot who also and the API definition. */ -} /* namespace CGAL */ \ No newline at end of file +} /* namespace CGAL */