cgal/Stream_support/test/Stream_support
Sebastien Loriot bf25dd27b8
Stream support: Fix for Epeck (#9072)
## Summary of Changes

For file formats that expect floating point coordinates we convert on
the fly so that `CGAL::io::write_polygon_soup()` also works for polygon
soups with ` FT` which are non-float/double, e.g.
`Exact_predicates_exact_constructions_kernel`.
Additionally, we document the named parameter `point_map` as it was
missing.

## Release Management

* Affected package(s): Stream_support
* Issue(s) solved (if any): fix #9071
* License and copyright ownership: unchanged 
* upon integration update and test #9109
2025-11-20 10:27:33 +01:00
..
data Merge remote-tracking branch 'cgal/5.6.x-branch' 2024-09-06 16:07:49 +02:00
CMakeLists.txt Deal with binary VTP for non-double kernel 2025-10-14 14:21:39 +01:00
Stream_support_test_double.cpp
double_io.cpp
issue8155.cpp Fix bad 'if' condition & warning 2025-11-07 17:05:21 +01:00
issue_7874.cpp Deal with generic version 2025-10-30 11:45:28 +01:00
issue_9071.cpp Convert internally to double as required by file format. Document the point property map which is implemented 2025-09-26 15:22:32 +01:00
test_GOCAD.cpp
test_LAS.cpp allow use of Rapidlasso Laslib as alternative to CGALs fork 2024-08-30 10:14:36 +02:00
test_OBJ.cpp
test_OFF.cpp
test_PLY.cpp
test_STL.cpp
test_VRML.cpp
test_VTK.cpp fix compilation and warnings 2025-10-15 09:57:32 +02:00
test_WKT.cpp Test that 2D wkt data can be read into 3D points/polygons 2025-08-20 16:30:49 +01:00
test_ioformat.cpp
test_support.cpp