From 2ca338068b48eff6dcbaf7269ed49a221fb68c45 Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Fri, 10 Oct 2025 10:22:11 +0200 Subject: [PATCH] doc for read/write_vtk lcc in stream support --- .../File_formats/Supported_file_formats.txt | 8 ++++---- Stream_support/doc/Stream_support/dependencies | 1 + 2 files changed, 5 insertions(+), 4 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 b11507d338c..e7c81b16d76 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 @@ -519,14 +519,14 @@ with both vertices and volumes. Input 3D Volumetric Mesh - `Linear_cell_complex_for_combinatorial_map<3,3>` - CGAL::IO::read_VTK() + `CGAL::Linear_cell_complex_for_combinatorial_map<3,3>` + \link PkgLinearCellComplexRefIOVTK `CGAL::IO::read_VTK()` \endlink Output 3D Volumetric Mesh - `Linear_cell_complex_for_combinatorial_map<3,3>` - CGAL::IO::write_VTK() + `CGAL::Linear_cell_complex_for_combinatorial_map<3,3>` + \link PkgLinearCellComplexRefIOVTK `CGAL::IO::Write_VTK()` \endlink diff --git a/Stream_support/doc/Stream_support/dependencies b/Stream_support/doc/Stream_support/dependencies index 55201690c3c..6c6839848e6 100644 --- a/Stream_support/doc/Stream_support/dependencies +++ b/Stream_support/doc/Stream_support/dependencies @@ -3,6 +3,7 @@ Arrangement_on_surface_2 BGL Constrained_triangulation_3 Kernel_23 +Linear_cell_complex Manual Mesh_2 Mesh_3