From b74ab80a8520f508a168cb1f6ff22f75aecb808b Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Mon, 19 May 2025 19:02:31 +0200 Subject: [PATCH] fix the doc of the Medit format --- .../File_formats/Supported_file_formats.txt | 5 +++-- Stream_support/doc/Stream_support/dependencies | 9 +++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Stream_support/doc/Stream_support/File_formats/Supported_file_formats.txt b/Stream_support/doc/Stream_support/File_formats/Supported_file_formats.txt index 8f9a99e0877..10a2143a8f0 100644 --- a/Stream_support/doc/Stream_support/File_formats/Supported_file_formats.txt +++ b/Stream_support/doc/Stream_support/File_formats/Supported_file_formats.txt @@ -524,8 +524,9 @@ In \cgal, it is used to represent 3D meshes. A precise specification of the format is available in this report, in the appendices (section 7.2.1, page 36). -Only the `CGAL::Mesh_complex_3_in_triangulation_3` \cgal data structure can be exported into `.mesh` -This can be done using the function \link CGAL::IO::write_MEDIT `CGAL::IO::write_MEDIT()`\endlink. +- The `CGAL::Mesh_complex_3_in_triangulation_3` \cgal data structure can be exported into `.mesh`. This can be done using the function + \ref CGAL::IO::write_MEDIT(std::ostream &, const CGAL::Mesh_complex_3_in_triangulation_3< T3, CornerIndex, CurveIndex >&, const NamedParameters &). +- The `CGAL::Conforming_constrained_Delaunay_triangulation_3` \cgal data structure can be exported into `.mesh`. This can be done using the function \ref CGAL::IO::write_MEDIT(std::ostream &os, const CGAL::Conforming_constrained_Delaunay_triangulation_3< Traits, Tr > &ccdt). \section IOStreamTetgen Tetgen File Format diff --git a/Stream_support/doc/Stream_support/dependencies b/Stream_support/doc/Stream_support/dependencies index bde3549c149..55201690c3c 100644 --- a/Stream_support/doc/Stream_support/dependencies +++ b/Stream_support/doc/Stream_support/dependencies @@ -1,18 +1,19 @@ Alpha_shapes_3 Arrangement_on_surface_2 BGL +Constrained_triangulation_3 Kernel_23 Manual Mesh_2 Mesh_3 Nef_3 -Polyhedron -Polygon -Polygon_mesh_processing Point_set_3 Point_set_processing_3 +Polygon +Polygon_mesh_processing +Polyhedron +SMDS_3 STL_Extension Surface_mesh -SMDS_3 Triangulation Triangulation_2