cgal/Point_set_processing_3/test/Point_set_processing_3
Laurent Rineau 3668ca16b2 Fix test_read_write_point_set
The LAS format, even binary, is not an exact representation.
The coordinates are encoded using and offset and a scaling, for each
coordinate.

In `write_LAS_with_properties()`, Simon has hard-coded:
```
  LASheader header;
  header.x_scale_factor = 1e-9 * (bbox.xmax() - bbox.xmin());
  header.y_scale_factor = 1e-9 * (bbox.ymax() - bbox.ymin());
  header.z_scale_factor = 1e-9 * (bbox.zmax() - bbox.zmin());
  header.x_offset = bbox.xmin();
  header.y_offset = bbox.ymin();
  header.z_offset = bbox.zmin();
```
So, the approximate comparison of coordinates, for the I/O test,
should compare using about the same precision.
2022-08-17 17:21:05 +02:00
..
data automatically move data files in data dir + update paths 2021-10-04 09:42:49 +02:00
CMakeLists.txt Massive update of CMake policies to version 3.23 2022-05-06 09:34:35 +02:00
analysis_test.cmd fix runtime issues 2021-10-04 10:22:13 +02:00
analysis_test.cpp add IO namespace for Point_set_3 and Point_set_processing_3 packages 2021-05-03 19:21:57 +02:00
bilateral_smoothing_test.cmd automatically move data files in data dir + update paths 2021-10-04 09:42:49 +02:00
bilateral_smoothing_test.cpp add IO namespace for Point_set_3 and Point_set_processing_3 packages 2021-05-03 19:21:57 +02:00
edge_aware_upsample_test.cmd automatically move data files in data dir + update paths 2021-10-04 09:42:49 +02:00
edge_aware_upsample_test.cpp add IO namespace for Point_set_3 and Point_set_processing_3 packages 2021-05-03 19:21:57 +02:00
hierarchy_simplification_test.cpp run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
jet_pointer_as_property_map.cpp run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
normal_estimation_test.cmd automatically move data files in data dir + update paths 2021-10-04 09:42:49 +02:00
normal_estimation_test.cpp Merge remote-tracking branch 'cgal/master' into CGAL-Clean_up_boost_versions-maxGimeno 2021-07-19 14:18:40 +02:00
psp_jet_includes.cpp
read_test.cpp add IO namespace for Point_set_3 and Point_set_processing_3 packages 2021-05-03 19:21:57 +02:00
read_test_with_different_pmaps.cpp char* -> std::string 2021-10-04 09:49:24 +02:00
remove_outliers_test.cmd fix runtime issues 2021-10-04 10:22:13 +02:00
remove_outliers_test.cpp add IO namespace for Point_set_3 and Point_set_processing_3 packages 2021-05-03 19:21:57 +02:00
smoothing_test.cmd fix runtime issues 2021-10-04 10:22:13 +02:00
smoothing_test.cpp add IO namespace for Point_set_3 and Point_set_processing_3 packages 2021-05-03 19:21:57 +02:00
structuring_test.cpp extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
test_deprecated_io_point_set.cpp Merge pull request #6329 from afabri/PSP-fix_IO-GF 2022-02-24 09:52:51 +01:00
test_read_write_point_set.cpp Fix test_read_write_point_set 2022-08-17 17:21:05 +02:00
vcm_all_test.cpp automatically move data files in data dir + update paths 2021-10-04 09:42:49 +02:00
vcm_plane_test.cpp Update tests with named parameters API 2018-01-10 16:38:36 +01:00
wlop_simplify_and_regularize_test.cmd fix runtime issues 2021-10-04 10:22:13 +02:00
wlop_simplify_and_regularize_test.cpp add IO namespace for Point_set_3 and Point_set_processing_3 packages 2021-05-03 19:21:57 +02:00