cgal/Point_set_processing_3/include/CGAL/IO
Niklas Hambüchen de41155aaa IO: Fix OutputIteratorValueType being ignored.
The template typename `OutputIteratorValueType` was unused.

This made specifying it (as suggested by the docs) ineffective,
and forbade to use PLY functions e.g. with `boost::function_output_iterator`,
or any other output iterator whose `value_type` is `void`.
2024-04-21 23:55:58 +02:00
..
read_las_points.h fix endcond/namespace 2024-02-06 11:21:36 +00:00
read_off_points.h Point Set Processing: Remove documentation of deprecated functions 2024-02-06 08:32:04 +00:00
read_ply_points.h IO: Fix OutputIteratorValueType being ignored. 2024-04-21 23:55:58 +02:00
read_points.h use_default_values() -> default_values() 2022-01-10 18:36:37 +01:00
read_xyz_points.h more cleanup 2024-02-07 08:53:58 +00:00
write_las_points.h fix endcond/namespace 2024-02-06 11:21:36 +00:00
write_off_points.h more cleanup 2024-02-07 08:53:58 +00:00
write_ply_points.h Point Set Processing: Remove documentation of deprecated functions 2024-02-06 08:32:04 +00:00
write_points.h more workarounds for MSVC 2015 2022-08-10 23:50:39 +02:00
write_xyz_points.h Point Set Processing: Remove documentation of deprecated functions 2024-02-06 08:32:04 +00:00