Merge pull request #1936 from afabri/Mesh_3-mention_vtk_example-GF

Mesh_3 Refer to the example that allows to read DICOM files
This commit is contained in:
Laurent Rineau 2017-03-02 16:54:42 +01:00
commit 303650fccb
2 changed files with 2 additions and 1 deletions

View File

@ -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 \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}

View File

@ -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
*/