Mael Rouxel-Labbé
08acf5d759
Remove Alpha_shape_euclidean_traits_2.h
...
Use kernels directly instead.
The class is not even documented anymore.
2021-02-22 17:16:21 +01:00
Mael Rouxel-Labbé
702d2ddf86
Fix documentation of TDS vertex/face/cell requirements in TDS-using classes
2020-12-05 11:42:21 +01:00
Mael Rouxel-Labbé
55d93eac0f
Fix Weighted alpha shape trait concepts not appearing in ref manuals
2020-12-05 11:13:35 +01:00
Mael Rouxel-Labbé
1ddd320bff
Merge remote-tracking branch 'cgal/master' into SDG-Fix_doc-GF
2020-12-05 10:04:24 +01:00
Mael Rouxel-Labbé
e071cb34d6
Remove long deprecated, empty and useless Alpha Shapes traits classes
2020-11-06 18:35:16 +01:00
Maxime Gimeno
9c15f2c9dc
Use FeatureSummary in the demo, and remove CGAL_FOUND
2020-08-04 12:46:17 +02: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
0a46621dc6
Merge branch 'cgal/releases/CGAL-4.14-branch'
...
whitespace+tab removal, merged with option -Xignore-all-space
2020-03-26 13:28:46 +01:00
Sébastien Loriot
590612a563
run the script to remove tabs and trailing whitespaces
2020-03-26 13:25:16 +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
724e70b97f
Merge pull request #3984 from LiangliangNan/master
...
New package 'Polygonal Surface Reconstruction' and an extension of 'Solver Interface'
2019-07-18 17:05:25 +02:00
Sébastien Loriot
fbafb9d06f
fix remaining mismatches and fix bugs
2019-07-10 11:40:45 +02:00
Maxime Gimeno
7155df2743
Merge remote-tracking branch 'cgal/master' into liangliang_master
2019-07-01 14:59:24 +02:00
Liangliang Nan
4588ba5d9d
Merge branch 'master' of https://github.com/CGAL/cgal
2019-06-19 15:08:53 +02:00
Laurent Rineau
4fbf00fb8a
CMake>=3.13: opt for for new policies up to 3.15
2019-06-19 14:34:59 +02:00
Liangliang Nan
fadaee63a8
integrated PolyFit
2019-06-05 17:50:37 +02:00
Andreas Fabri
4581f1b7a8
Morte replacements
2019-06-05 08:39:55 +02:00
Sébastien Loriot
ce126b87c6
remove cpp11::copy_n, cpp11::prev, and cpp11::next and use std instead
2019-03-29 13:28:32 +01:00
Laurent Rineau
2671d056cf
Merge pull request #3685 from afabri/CGAL-cleanup-GF
...
CGAL: Clean up examples and tests
2019-02-28 20:48:48 +01:00
Andreas Fabri
4b9a3256e4
Alpha_shapes_2
2019-02-14 14:03:31 +01:00
Andreas Fabri
6827ee8e7d
Use Epic instead of Filtered_kernel
2019-02-14 12:32:10 +01:00
Sébastien Loriot
59bc453b42
first batch of replacement for level 1 in classified ref man
...
command used:
grep -l "##" */doc/*/PackageDescription.txt | xargs sed -i -E 's/\#\#\s*([[:print:]]+[[:alnum:]])\s*\#\#\s*$/\\cgalCRPSection{\1}/'
2019-02-14 10:32:39 +01:00
Sebastien Loriot
b3503f435f
Merge pull request #3450 from mglisse/Alpha_shapes_3-lazy_to_double-glisse
...
Copy relative_precision_of_to_double from Lazy_exact_nt to Lazy_alpha_nt_3
2018-11-14 18:51:43 +01:00
Sébastien Loriot
a3050d2680
Copy relative_precision_of_to_double from Lazy_exact_nt to Lazy_alpha_nt_2.
2018-11-12 11:25:04 +01:00
Guillaume Damiand
7d406fbb9c
Merge branch 'master' into CGAL-cmake_cleanup-gdamiand
2018-11-05 07:32:58 +01:00
Guillaume Damiand
92ba7fa6c9
Update minimum cmake required version in all CMakeLists.txt
2018-10-18 14:49:23 +02:00
Guillaume Damiand
0bd9088b5a
Remove all include( ) and include( CGAL_CreateSingleSourceCGALProgram ) in CMakeLists.txt; they are no more required.
2018-10-17 14:17:08 +02:00
Guillaume Damiand
7f09308d33
Remove all include_directories(BEFORE ../../include) in CMakeLists.txt
2018-10-17 13:07:22 +02:00
Sébastien Loriot
2f9408f867
rename link name to match package name
2018-10-08 10:28:55 +02:00
Sébastien Loriot
ea240cfac5
use \PkgXXX instead of \PkgXXXSummary
2018-10-08 10:28:44 +02:00
Sébastien Loriot
a2e8a1c68f
add the suffix Ref to doxygen link to reference
2018-10-08 10:26:56 +02:00
Mael Rouxel-Labbé
7ea3a8044e
Merge branch 'Periodic_3_mesh_3-Feature-MBogdanov-old' into Periodic_3_mesh_3-Feature-MBogdanov
2018-06-05 14:39:18 +02:00
Andreas Fabri
887766a0e1
Postfix class names with _2 and _3 as they are different
2018-05-09 09:54:57 +01:00
Mael Rouxel-Labbé
8646350d47
Merge branch 'Periodic_3_mesh_3-Feature-MBogdanov-old' into Periodic_3_mesh_3-Feature-MBogdanov
2018-03-15 14:42:21 +01:00
Laurent Rineau
0a74393dcf
Commit all new dependencies files
2018-03-06 18:44:48 +01:00
Mael Rouxel-Labbé
c28e05be0c
Merge branch 'Periodic_3_mesh_3-Feature-MBogdanov-old' into Periodic_3_mesh_3-Feature-MBogdanov
2018-02-23 12:50:06 +01:00
Maxime Gimeno
688b5dd06e
Move dependencies creation to package_info and add dependencies to git
2018-02-02 12:08:05 +01:00
Maxime Gimeno
8bde832931
Fix METIS headers in BGL
2018-02-02 12:08:05 +01:00
Maxime Gimeno
a676d5a60e
Try to fix errors in classification checks
2018-02-02 12:08:05 +01:00
Maxime Gimeno
acd0a72edf
Modify travis script to test dependencies
2018-02-02 12:08:05 +01:00
Maxime Gimeno
ae36b452bc
Add dependencies of all packages
2018-02-02 12:08:05 +01:00
Mael Rouxel-Labbé
ba3a59ed5a
Merge branch 'Periodic_3_mesh_3-Feature-MBogdanov-old' into Periodic_3_mesh_3-Feature-MBogdanov
2017-11-30 15:54:00 +01:00
Mael Rouxel-Labbé
91ba96c71b
Fixed typo
2017-11-19 01:43:23 +01:00
Sébastien Loriot
8cdfad0d08
add missing URL and Id tags
2017-11-15 22:58:57 +01:00
Sébastien Loriot
ee57fc2d6c
add SPDX identifier for files under the GPL-3+ license
2017-11-12 10:17:51 +01:00
Mael Rouxel-Labbé
ff3c780b57
Fixed return type
2017-08-29 11:21:43 +02:00
Mael Rouxel-Labbé
1fce05f81f
Doc fixes
2017-08-24 11:33:43 +02:00
Mael Rouxel-Labbé
3d63f86ae3
Minor doc fixes
2017-08-24 10:30:39 +02:00
Mael Rouxel-Labbé
3640902c6f
Misc minor changes
2017-08-23 17:15:44 +02:00
Mael Rouxel-Labbé
16ce117040
Documented the fact that ExactComparisonTag cannot be used with periodic triangulations
2017-08-23 17:13:24 +02:00
Mael Rouxel-Labbé
dba83ba5bf
Fixed a few Alpha Shapes 2 headers
2017-08-23 16:40:55 +02:00
Mael Rouxel-Labbé
f7405c8f96
Cleaned example: ex_periodic_alpha_shapes_2.cpp
2017-08-23 16:26:29 +02:00
Mael Rouxel-Labbé
63d293765f
Added an assertion to forbid using ExactComparisonTag with periodic triangulations
...
When we set the exact comparison tag to true, we use a lazy evaluation
of predicates and store pointers to the arguments of the predicates (that is,
pointer to points). However, the points are -- in the case of periodic --
only temporary objects and it is thus dangerous to take pointers to those
temporary values because the pointers quickly become invalid.
Thus, periodic triangulations are not allowed to use the exact tag.
A possible way to make it work is to define a small class:
Periodic_triangulation_with_stored_real_points that would inherit the base
(periodic) triangulation but store all the points of its simplices.
Then, the function point(face_handle, int) would return an entry of that
container, of which it would be safe to take a pointer.
2017-08-23 16:19:32 +02:00
Mael Rouxel-Labbé
11283967a7
Added periodic example in Alpha Shapes 2D
2017-08-23 11:09:55 +02:00
Mael Rouxel-Labbé
ad27f5c39b
Readability changes in Alpha_shapes_2
2017-08-23 11:04:46 +02:00
Mael Rouxel-Labbé
cc94a3aa86
Documented periodic triangulations in alpha shapes 2
2017-08-23 11:03:36 +02:00
Mael Rouxel-Labbé
87e9bb4c43
Changed Alpha_shapes_2 to work with periodic triangulations
2017-08-23 11:02:52 +02:00
Mael Rouxel-Labbé
ca4776a49f
Minor doc fixes
2017-07-31 12:43:12 +02:00
Mael Rouxel-Labbé
b5892b5fbc
Reworded ExactAlphaComparisonTag warning
2017-06-28 10:16:23 +02:00
Mael Rouxel-Labbé
e8c3618123
Updated documentation with changes from 19ae790
2017-06-28 10:16:23 +02:00
Mael Rouxel-Labbé
d29653a209
Cosmetic changes to ex_alpha_projection_traits
2017-06-28 10:16:23 +02:00
Mael Rouxel-Labbé
da96342ab9
Moved data file (should have been in commit 2d20592)
2017-06-28 10:16:23 +02:00
Mael Rouxel-Labbé
c86f78a189
Moved alpha shapes with projection traits to examples
2017-06-28 10:16:23 +02:00
Mael Rouxel-Labbé
7f44271325
Added an example of Cartesian_converter specialization for Lazy_alpha_NT
...
Needed due to the weird point type that Projection traits use
2017-06-28 10:16:23 +02:00
Mael Rouxel-Labbé
68d3a3eabf
Modified the way weird point types are handled when ExactAlphaComparisonTag=true
...
Instead of requiring an implicit conversion, we require that Cartesian_converter
can convert from Traits::Point_23 to Exact_kernel::Point_23
Also it will not compile (static_assert) if this functor is not provided instead
of silently defaulting to ExactAlphaComparisingTag = false
2017-06-28 10:16:23 +02:00
Mael Rouxel-Labbé
85c75bce3b
Reworded the warning about ExactAlphaComparisonTag
2017-06-28 10:16:23 +02:00
Mael Rouxel-Labbé
1030445709
Fixed missing backticks in Alpha_Shapes_23's docs
2017-06-28 10:16:23 +02:00
Mael Rouxel-Labbé
1fc2282350
Fixed regular triangulation capitalization across CGAL
2017-06-28 10:16:23 +02:00
Mael Rouxel-Labbé
11786a7b90
Fixed minor mistakes from a rebase
2017-06-28 10:16:23 +02:00
Mael Rouxel-Labbé
5effdec42d
Fixed starting template parameters with <::
2017-06-28 10:16:23 +02:00
Mael Rouxel-Labbé
7ce35c7538
Added point type to the doc of alpha shapes 2/3
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
c9551ca1ab
Fixed Point type in Alpha_Shapes_2
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
a220ce40d5
Made Alpha Shapes 2 output functions readable (no real changes)
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
4f699efd8b
Fixed inaccessible functions
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
c0cd440956
Moved some doc for clarity
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
781b26f20f
Document the fact that ExactAlphaComparisonTag only works for "nice" traits
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
a7f7278f7e
Fixed broken link
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
488969f4da
Various improvements to Alpha shapes 2's user manual
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
3efe4e070e
Added some \sa to help the selection of the Vb/Fb
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
c4f815a37f
The concept AlphaShapeTraits_2 is specific to Delaunay-based alpha shapes
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
9098e45c62
Weighted alpha shape euclidean traits are deprecated
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
636b04de83
Alpha_shapes_2's doc requires Periodic_2_triangulation_2
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
0e4ac41580
Fixed concept/model section in alpha shapes 2 user manual
...
Must distinguish between weighted traits and non-weighted traits
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
44523c6864
Added concept WeightedAlphaShapeTraits_2.h
...
Not really new, just mirroring with Alpha shapes 3
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
08d25006de
Fixed refinement relationships of vertex/face concepts in alpha shapes 2
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
304898f7a4
Improved Alpha shapes 2 tests
...
-- Added a weighted point data set
-- Readability (indentation, typedefs, etc.)
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
0351d90613
Improved Alpha shapes 2 examples
...
-- Added a weighted point data set
-- Readability (indentation, typedefs, etc.)
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
1b3a608b30
Fixed not getting Alpha shapes 2 predicates and constructions from Lazy alpha NT
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
c1d2146af4
Changed some template parameters to work with 1b75558
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
7cb915f813
Changed the weights of points in examples/tests of weighted alpha shapes 2
...
Non-uniform is better
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
13cb5d5f05
Modified alpha_shapes_2's Vb and Fb to work with the Lazy_alpha_nt modifs
...
from commit 1b75558
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
b407526ebd
Fixed Lazy_alpha_NT_2
...
-- Aligned with the improvements that exist in Alpha_shapes_3
-- Actually define proper overloads for side_of_bounded_circle for weighted
points (was broken)
-- Minor stuff
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
5e7783fe09
Do not use the obsolete and useless class Weighted_alpha_shape_euclidean_traits_2
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé
3e25674957
Weighted alpha shape traits are not based on RT_euclidean_traits anymore
...
Similarly to Regular_triangulation_euclidean_traits, the Kernel concept has now
absorbed all the functors that are needed by the alpha shape traits concept and
the weighted alpha shape traits can thus simply be empty shells.
2017-06-28 10:14:35 +02:00
Mael Rouxel-Labbé
d7cd4e2955
Improved readability of Lazy_alpha_nt_2 (no real changes)
2017-06-28 10:14:35 +02:00
Mael Rouxel-Labbé
b31e954edc
Fixed default constructed traits
2017-06-28 10:14:35 +02:00
Mael Rouxel-Labbé
9cd0f31d71
Temporarily silenced weighted alpha shape traits depreciation warnings
2017-05-16 10:28:09 +02:00
Mael Rouxel-Labbé
cd2a562ffa
Fixed improper guards against the inclusion of deprecated headers
2017-05-16 10:17:41 +02:00