From eb992b38ca308ec2b8d2deec4c67ae7d64aa11ce Mon Sep 17 00:00:00 2001 From: Mael Date: Thu, 13 Nov 2025 15:20:23 +0100 Subject: [PATCH] Fix missing I/O function links --- .../Tutorials/Tutorial_reconstruction.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/doc/Documentation/Tutorials/Tutorial_reconstruction.txt b/Documentation/doc/Documentation/Tutorials/Tutorial_reconstruction.txt index be563e0d919..62cadafa51b 100644 --- a/Documentation/doc/Documentation/Tutorials/Tutorial_reconstruction.txt +++ b/Documentation/doc/Documentation/Tutorials/Tutorial_reconstruction.txt @@ -83,12 +83,12 @@ a newline character and each coordinate separated by a white space. Other formats available are 'OFF', 'PLY' and 'LAS'. \cgal provides functions to read such formats: -- `read_XYZ()` -- `read_OFF()` -- `read_PLY()` -- `read_PLY_with_properties()` to read additional PLY properties -- `read_LAS()` -- `read_LAS_with_properties()` to read additional LAS properties +- `CGAL::IO::read_XYZ()` +- `CGAL::IO::read_OFF()` +- `CGAL::IO::read_PLY()` +- `CGAL::IO::read_PLY_with_properties()` to read additional PLY properties +- `CGAL::IO::read_LAS()` +- `CGAL::IO::read_LAS_with_properties()` to read additional LAS properties \cgal also provides a dedicated container `CGAL::Point_set_3` to handle point sets with additional properties such as normal