mirror of https://github.com/CGAL/cgal
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:
commit
303650fccb
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue