cgal/BGL/include/CGAL/boost/graph
Sebastien Loriot dfc5fb5065
IO: write_PLY() for Epeck (#7874)
## Summary of Changes

As reported in #7868 the function `CGAL::IO::write_PLY()` used in binary
mode does not correctly write the coordinates if the points are from a
kernel with exact constructions.
~~This PR applies `to_double()" to the coordinates.~~

~~After a discussion with @MaelRL we decided that the user is in charge
to pass a `vertex_point_map` as named parameter that does the
conversion. This is straightforward as we offer the
[`Cartesian_converter_property_map`](https://doc.cgal.org/latest/Property_map/structCGAL_1_1Cartesian__converter__property__map.html).~~

Moving back to the previous proposal: hardcode some to_double and
to_float casts such that we meet the requirements of the file format,
whatever the input.

As the problem is the same for the vertex normals we add a named
parameter `vertex_normal_map`.

### Todo
- [x] Fix the generic function `write_polygon_mesh()`. Currently it is
fixed for `Surface_mesh`

## Release Management

* Affected package(s): Stream_support
* Issue(s) solved (if any): fix #7868 and fix
https://github.com/CGAL/cgal/issues/7327
* License and copyright ownership:  unchanged
* upcoming integration, update #9072 and test it
2025-11-13 09:38:55 +01:00
..
IO IO: write_PLY() for Epeck (#7874) 2025-11-13 09:38:55 +01:00
METIS boost::tie -> std::tie 2025-01-24 14:20:00 +01:00
internal boost::mpl::if_ -> std::conditional 2023-09-24 22:57:20 +02:00
Dual.h boost::tie -> std::tie 2025-01-24 14:20:00 +01:00
Euler_operations.h CGAL: An Halfedge 2025-11-03 14:37:50 +00:00
Face_filtered_graph.h boost::tie -> std::tie 2025-01-24 14:20:00 +01:00
Graph_with_descriptor_with_graph.h boost::tie -> std::tie 2025-01-24 14:20:00 +01:00
Graph_with_descriptor_with_graph_fwd.h
Seam_mesh.h issue #7395 Improvement of layout of model relations 2023-07-09 12:43:36 +02:00
alpha_expansion_graphcut.h better links 2025-05-22 18:56:23 +02:00
backward_compatibility_functions.h
breadth_first_search.h Use wrapper files to suppress warning 2022-05-05 08:46:11 +01:00
copy_face_graph.h handle special case when FFG has a non-manifold mesh and not all umbrellas are selected 2025-01-08 17:31:21 +01:00
dijkstra_shortest_path.h Update BGL/include/CGAL/boost/graph/dijkstra_shortest_path.h 2025-03-21 10:24:34 +01:00
generators.h restore order of template parameters modified by 6b75fea 2024-07-22 09:12:30 +02:00
graph_concepts.h
graph_traits_OpenMesh.h remove extra include 2024-10-23 12:15:13 +02:00
graph_traits_PolyMesh_ArrayKernelT.h remove extra include 2024-10-23 12:15:13 +02:00
graph_traits_Seam_mesh.h
graph_traits_TriMesh_ArrayKernelT.h Http -> https + update some dead links 2022-11-23 18:54:37 +01:00
graph_traits_inheritance_macros.h follow up of commits making default value for dynamic maps a parameter pack 2025-07-31 17:33:04 +02:00
halfedge_graph_traits.h
helpers.h CGAL: An Halfedge 2025-11-03 14:37:50 +00:00
io.h add doc 2024-10-24 16:54:15 +02:00
iterator.h BGL: Add Face_around_face_circulator 2025-08-05 15:36:01 +01:00
kruskal_min_spanning_tree.h Use wrapper files to suppress warning 2022-05-05 08:46:11 +01:00
named_params_helper.h Use named parameter helper 2025-04-11 10:46:23 +02:00
partition.h
prim_minimum_spanning_tree.h Use wrapper files to suppress warning 2022-05-05 08:46:11 +01:00
properties.h fix compilation issues 2023-11-06 11:43:29 +01:00
properties_OpenMesh.h boost::mpl::if_ -> std::conditional 2023-09-24 22:57:20 +02:00
properties_PolyMesh_ArrayKernelT.h
properties_Seam_mesh.h
properties_TriMesh_ArrayKernelT.h
property_maps.h revert changes to not block the integration of new Orthtree 2023-11-07 08:35:37 +01:00
selection.h Merge pull request #7056 from MaelRL/BGL-Clarify_pmap_value_type-GF 2022-11-25 10:15:02 +01:00
split_graph_into_polylines.h fix warnings 2025-05-20 16:49:14 +02:00
visitor.h boost::reference_wrapper ---> std::reference_wrapper 2023-04-29 08:35:13 +02:00