From c8936698ac245762cb7fcfdc7b52492ae0dfbf50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Fri, 8 Nov 2024 16:22:47 +0100 Subject: [PATCH] apply @MaelRL review --- BGL/include/CGAL/boost/graph/IO/OM.h | 2 +- Stream_support/doc/Stream_support/IOstream.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/BGL/include/CGAL/boost/graph/IO/OM.h b/BGL/include/CGAL/boost/graph/IO/OM.h index aae313b3442..5f982ffde48 100644 --- a/BGL/include/CGAL/boost/graph/IO/OM.h +++ b/BGL/include/CGAL/boost/graph/IO/OM.h @@ -214,7 +214,7 @@ bool read_OM(const std::string& fname, */ template bool write_OM(const std::string& fname, - Graph& g, + const Graph& g, const CGAL_NP_CLASS& np = parameters::default_values()) { using vertex_descriptor = typename boost::graph_traits::vertex_descriptor; diff --git a/Stream_support/doc/Stream_support/IOstream.txt b/Stream_support/doc/Stream_support/IOstream.txt index fb4d9fe8afa..f75adf3e2a9 100644 --- a/Stream_support/doc/Stream_support/IOstream.txt +++ b/Stream_support/doc/Stream_support/IOstream.txt @@ -421,6 +421,7 @@ The table above only lists the functions that work with any polygon mesh. \ref IOStreamOBJ "OBJ" \ref IOStreamGocad "GOCAD" \ref IOStreamWRL "WRL" + \ref IOStreamOM "OpenMesh (OM)" Input @@ -430,6 +431,7 @@ The table above only lists the functions that work with any polygon mesh. `CGAL::IO::read_VTP()` `CGAL::IO::read_OBJ()` `CGAL::IO::read_GOCAD()` + `CGAL::IO::read_OM()`
-
@@ -441,6 +443,7 @@ The table above only lists the functions that work with any polygon mesh. `CGAL::IO::write_OBJ()` `CGAL::IO::write_GOCAD()` `CGAL::IO::write_WRL()` + `CGAL::IO::write_OM()`