From 0e4a52fd2c8df77ad974caa94cb22fea75acdebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Fri, 22 May 2020 17:16:12 +0200 Subject: [PATCH] Add missing and reorder BGL IO functions in BGL's ref manual --- BGL/doc/BGL/PackageDescription.txt | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/BGL/doc/BGL/PackageDescription.txt b/BGL/doc/BGL/PackageDescription.txt index 23c068224b3..b786051d7a5 100644 --- a/BGL/doc/BGL/PackageDescription.txt +++ b/BGL/doc/BGL/PackageDescription.txt @@ -720,16 +720,19 @@ user might encounter. - `CGAL::alpha_expansion_graphcut()` \cgalCRPSection{I/O Functions} -- `CGAL::read_OFF()` -- `CGAL::write_OFF()` -- `CGAL::read_OBJ()` -- `CGAL::write_OBJ()` -- `CGAL::read_VTP()` -- `CGAL::write_VTP()` -- `CGAL::read_STL()` -- `CGAL::write_STL()` +- `CGAL::write_triangle_meshes_to_3mf()` - `CGAL::read_GOCAD()` - `CGAL::write_GOCAD()` +- `CGAL::write_INP()` +- `CGAL::read_OBJ()` +- `CGAL::write_OBJ()` +- `CGAL::read_OFF()` +- `CGAL::write_OFF()` +- `CGAL::read_STL()` +- `CGAL::write_STL()` +- `CGAL::read_VTP()` +- `CGAL::write_VTP()` +- `CGAL::write_WRL()` - `CGAL::read_polygon_mesh()` - `CGAL::write_polygon_mesh()`