Commit Graph

25 Commits

Author SHA1 Message Date
Sven Oesau 62833a6bae adapting Poisson_surface_reconstruction_3 to surface_only() 2025-03-31 14:36:30 +02:00
Laurent Rineau bc31d6f1a3 fix copyright notice
[skip ci]
2024-06-07 15:53:50 +02:00
Laurent Rineau bef9f25cac fix poisson_surface_reconstruction_delaunay
Now it uses Mesh_3 (in sequential) instead of Surface_mesher.
2024-06-05 20:06:37 +02:00
Stéphane Laurent f43c55f66f fixed a typo in the intro of 'Scale-Space Surface Reconstruction' and fixed #6220 2022-01-13 09:43:22 +01:00
Simon Giraudot 848aa7d8ab Fix compatibility of Poisson with Simple_cartesian<float> 2021-02-08 10:16:59 +01:00
Simon Giraudot 0f556c05b6 Fix compatibility of Poisson with Simple_cartesian<double> 2021-02-08 09:53:14 +01:00
Sébastien Loriot 0779373835 extra run of the script to remove tabs and trailing whitespaces
right after the  merge of 4.14 release branch

+ manual fix on one line in:
    * Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
    * .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00
Sébastien Loriot 254d60f642 First pass on removing license notice in header for GPL files 2019-10-19 15:23:19 +02:00
Sébastien Loriot 7356421d80 introduce Commercial license SPDX tag 2019-10-19 12:15:19 +02:00
Sébastien Loriot 9bd9c68b83 update LGPL[23]+ and GPL[23]+ SPDX tags
ack -l --no-svg "SPDX-License-Identifier: GPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-3.0+/SPDX-License-Identifier: GPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-3.0+/SPDX-License-Identifier: LGPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: GPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-2.0+/SPDX-License-Identifier: GPL-2.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-2.0+/SPDX-License-Identifier: LGPL-2.0-or-later/"
2019-10-18 21:57:54 +02:00
Sébastien Loriot e850eec929 remove cpp11 workaround in PSP related packages 2019-03-29 10:41:50 +01:00
Sébastien Loriot 2f9408f867 rename link name to match package name 2018-10-08 10:28:55 +02:00
Sébastien Loriot a2e8a1c68f add the suffix Ref to doxygen link to reference 2018-10-08 10:26:56 +02:00
Sébastien Loriot ee57fc2d6c add SPDX identifier for files under the GPL-3+ license 2017-11-12 10:17:51 +01:00
Maxime Gimeno 5d79caab1a Fix deprec warnings 2017-08-10 16:01:39 +02:00
Simon Giraudot 900b361c5c Add fallback mode if default template arguments not available 2017-06-13 07:22:33 +02:00
Simon Giraudot bdcbc5929d Add license check 2017-06-12 06:58:18 +02:00
Simon Giraudot ed89a28c65 Add some precisions to the reference manual from review 2017-06-09 07:59:59 +02:00
Simon Giraudot ab468eb63a Document return value 2017-06-09 07:59:59 +02:00
Simon Giraudot 962f856d7f Update manual 2017-06-09 07:59:02 +02:00
Simon Giraudot d7368d1f44 Change name of function 2017-06-09 07:59:02 +02:00
Simon Giraudot c7c30eef9b Add tag for manifoldness in function 2017-06-09 07:59:02 +02:00
Simon Giraudot 9f709e7c74 Remove computation of average spacing and document function 2017-06-09 07:59:02 +02:00
Simon Giraudot c4c5fcff65 Simplify template parameters of function 2017-06-09 07:59:02 +02:00
Simon Giraudot 865a388e31 Add file with simple function to call poisson reconstruction 2017-06-09 07:59:02 +02:00