From 09d7723f23104e845c1651d2fea581e419ba85cf Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 28 Feb 2017 11:42:24 +0100 Subject: [PATCH 1/2] Refer to the example that allows to read DICOM files --- Mesh_3/doc/Mesh_3/Mesh_3.txt | 2 +- Mesh_3/doc/Mesh_3/examples.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Mesh_3/doc/Mesh_3/Mesh_3.txt b/Mesh_3/doc/Mesh_3/Mesh_3.txt index e4cee4830f4..e29d76e3a1d 100644 --- a/Mesh_3/doc/Mesh_3/Mesh_3.txt +++ b/Mesh_3/doc/Mesh_3/Mesh_3.txt @@ -584,7 +584,7 @@ Cut view of a 3D mesh produced from an implicit domain The following example produces a 3D mesh for a domain whose boundary surface is the isosurface associated to an isovalue inside the input gray-level -3D image. +3D image. In the distribution you can also find the example `mesh_3D_gray_vtk_image.cpp` which can deal with DICOM files as input. \cgalExample{Mesh_3/mesh_3D_gray_image.cpp} diff --git a/Mesh_3/doc/Mesh_3/examples.txt b/Mesh_3/doc/Mesh_3/examples.txt index 1ce31f9cfb2..89b970cad42 100644 --- a/Mesh_3/doc/Mesh_3/examples.txt +++ b/Mesh_3/doc/Mesh_3/examples.txt @@ -19,4 +19,5 @@ \example Mesh_3/mesh_polyhedral_domain_with_features.cpp \example Mesh_3/mesh_two_implicit_spheres_with_balls.cpp \example Mesh_3/mesh_3D_gray_image.cpp +\example Mesh_3/mesh_3D_gray_vtk_image.cpp */ From b67bfce41f3f15d1cf787fd11733c2fe7d756552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 1 Mar 2017 09:56:11 +0100 Subject: [PATCH 2/2] add a link to the example --- Mesh_3/doc/Mesh_3/Mesh_3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mesh_3/doc/Mesh_3/Mesh_3.txt b/Mesh_3/doc/Mesh_3/Mesh_3.txt index e29d76e3a1d..36ebc008caf 100644 --- a/Mesh_3/doc/Mesh_3/Mesh_3.txt +++ b/Mesh_3/doc/Mesh_3/Mesh_3.txt @@ -584,7 +584,7 @@ Cut view of a 3D mesh produced from an implicit domain The following example produces a 3D mesh for a domain whose boundary surface is the isosurface associated to an isovalue inside the input gray-level -3D image. In the distribution you can also find the example `mesh_3D_gray_vtk_image.cpp` which can deal with DICOM files as input. +3D image. In the distribution you can also find the example \ref Mesh_3/mesh_3D_gray_vtk_image.cpp which can deal with DICOM files as input. \cgalExample{Mesh_3/mesh_3D_gray_image.cpp}