doc for read/write_vtk lcc in stream support

This commit is contained in:
Guillaume Damiand 2025-10-10 10:22:11 +02:00
parent e1ec2fd1d2
commit 2ca338068b
2 changed files with 5 additions and 4 deletions

View File

@ -519,14 +519,14 @@ with both vertices and volumes.
<tr> <tr>
<td rowspan="1" width="75">Input</td> <td rowspan="1" width="75">Input</td>
<td rowspan="1" width="175">3D Volumetric Mesh</td> <td rowspan="1" width="175">3D Volumetric Mesh</td>
<td width="250">`Linear_cell_complex_for_combinatorial_map<3,3>`</td> <td width="250">`CGAL::Linear_cell_complex_for_combinatorial_map<3,3>`</td>
<td width="550">CGAL::IO::read_VTK()</td> <td width="550"> \link PkgLinearCellComplexRefIOVTK `CGAL::IO::read_VTK()` \endlink</td>
</tr> </tr>
<tr> <tr>
<td rowspan="1">Output</td> <td rowspan="1">Output</td>
<td rowspan="1">3D Volumetric Mesh</td> <td rowspan="1">3D Volumetric Mesh</td>
<td>`Linear_cell_complex_for_combinatorial_map<3,3>`</td> <td>`CGAL::Linear_cell_complex_for_combinatorial_map<3,3>`</td>
<td>CGAL::IO::write_VTK()</td> <td> \link PkgLinearCellComplexRefIOVTK `CGAL::IO::Write_VTK<LCC>()` \endlink</td>
</tr> </tr>
</table> </table>

View File

@ -3,6 +3,7 @@ Arrangement_on_surface_2
BGL BGL
Constrained_triangulation_3 Constrained_triangulation_3
Kernel_23 Kernel_23
Linear_cell_complex
Manual Manual
Mesh_2 Mesh_2
Mesh_3 Mesh_3