Commit Graph

103532 Commits

Author SHA1 Message Date
Laurent Rineau f48443c91c Merge pull request #7185 from afabri/Largest_empty_iso_rectangle-Add_load_to_demo-GF
Largest_empty_iso_rectangle: Improve Demo
2023-02-10 15:40:47 +01:00
Laurent Rineau d528e54490 Merge pull request #7215 from bkhanal-11/master
Modified polyfit examples to take in user input
2023-02-10 15:40:44 +01:00
Laurent Rineau 7fe663ce99 Merge pull request #7217 from afabri/Largest_empty_rectangle-ignore_points_on_border-GF
Largest Empty Iso Rectangle: Ignore points on the border
2023-02-10 15:40:42 +01:00
Laurent Rineau 94080248e7 Merge pull request #7230 from afabri/Polygon_2-erase_circulator-GF
Polygon: Fix erase(Vertex_circulator)
2023-02-10 15:40:39 +01:00
Laurent Rineau 82e0cf33aa Merge branch '5.4.x-branch' into 5.5.x-branch 2023-02-10 15:40:01 +01:00
Laurent Rineau 32e0ed20d5 Merge pull request #7118 from sloriot/Intersections_2-vert_hori_segments
Add special case for intersection of a vertical segment with an horizontal segment
2023-02-10 15:39:55 +01:00
Laurent Rineau 8f7f6c1da9 Merge pull request #7217 from afabri/Largest_empty_rectangle-ignore_points_on_border-GF
Largest Empty Iso Rectangle: Ignore points on the border
2023-02-10 15:39:53 +01:00
Laurent Rineau ab74f19c27 Merge pull request #7230 from afabri/Polygon_2-erase_circulator-GF
Polygon: Fix erase(Vertex_circulator)
2023-02-10 15:39:51 +01:00
Laurent Rineau cb68949c45 Merge pull request #7118 from sloriot/Intersections_2-vert_hori_segments
Add special case for intersection of a vertical segment with an horizontal segment
2023-02-10 15:39:25 +01:00
Laurent Rineau 4e941a171b Merge pull request #7217 from afabri/Largest_empty_rectangle-ignore_points_on_border-GF
Largest Empty Iso Rectangle: Ignore points on the border
2023-02-10 15:39:23 +01:00
Sébastien Loriot 92309aac3e fix typo 2023-02-09 15:00:20 +01:00
Andreas Fabri 3d379c3988 Use CGAL_USE() 2023-02-09 10:29:08 +00:00
Andreas Fabri ff61b977af Add fix in PMP::snap() 2023-02-09 10:01:06 +00:00
Andreas Fabri 49f7a40593 Use CGAL_Assertion_code() 2023-02-09 09:42:55 +00:00
Andreas Fabri 0379f9c74e Why the hell did I not compile to test the 'trivial fix' 2023-02-08 07:34:06 +00:00
Sébastien Loriot 31827e15af typo and compilation issues after renaming 2023-02-07 15:38:02 +01:00
Sébastien Loriot 6df265125a finish doc for PMP functions 2023-02-07 15:01:00 +01:00
Jane Tournois 66c1fb0a83 improve changes 2023-02-07 14:51:50 +01:00
Jane Tournois 1ba1810816 mention mesh_3 2023-02-07 14:47:01 +01:00
Sébastien Loriot 0e8bc6a7dd add relates 2023-02-07 13:10:34 +01:00
Jane Tournois 520ecebf5b it seems that only msvc 2015 has an issue with "template" here 2023-02-07 12:43:46 +01:00
Jane Tournois 51675616ad attempt to fix a "maybe uninitialized" warning 2023-02-07 12:13:58 +01:00
Jane Tournois 9ef9fd0636 avoid possibly dangling reference to a temporary 2023-02-07 11:57:40 +01:00
Jane Tournois 967c6ab695 link with TBB 2023-02-07 11:51:04 +01:00
Jane Tournois e2c12cf8f9 fix return statements 2023-02-07 11:50:53 +01:00
Jane Tournois 9591cd6a94 vertices of 0 < dimension < 2 are removed as isolated
* corners and feature edges vertices are not removed (0 < dim < 2)
* far points (dim = -1) are removed as isolated vertices

the assertion
CGAL_assertion(far_vertices_.size() <= isolated.size());
started failing because of commit
3490fdd0c0
2023-02-07 11:39:53 +01:00
Sébastien Loriot 9242a810c4 Merge remote-tracking branch 'cgal/master' into Region_growing-revision-soesau 2023-02-07 11:31:55 +01:00
Jane Tournois be3574fb6d fix warning: moving a temporary object prevents copy elision 2023-02-07 11:23:17 +01:00
Sébastien Loriot 7cd8572dbf divide refman + remove deprecated section somehow outdated 2023-02-07 11:06:10 +01:00
Sven Oesau 27194a9ac4 fixed typo
[skip CI]
2023-02-07 10:03:27 +01:00
Sven Oesau eaf78fcb72 fixed type
[skip CI]
2023-02-07 09:59:11 +01:00
Andreas Fabri 789f2c3b60 Polygon is already defined in a windows.h 2023-02-07 06:58:56 +00:00
Sébastien Loriot e50dcb76bf doc improvements 2023-02-06 19:25:10 +01:00
Sébastien Loriot dbccebf7df clean up doc and API of new property maps 2023-02-06 18:32:41 +01:00
Sébastien Loriot e78a8ed293 spell checking 2023-02-06 18:08:28 +01:00
Sébastien Loriot 97e7f6a5e5 do not recommand to use EPECK + dual compilation of the example to test both options 2023-02-06 18:04:23 +01:00
Sébastien Loriot fab5dd1865 pass on the user manual 2023-02-06 17:48:50 +01:00
Laurent Rineau 89cf5c5547 Fix CMAKE_NO_SYSTEM_FROM_IMPORTED 2023-02-06 10:13:11 +01:00
Laurent Rineau 029b5bead5 Triangulation_3.h: Rewrite/factorize
New functions:
  - `create_hole_outer_map`,
  - `create_triangulation_inner_map`.
  - `copy_triangulation_into_hole`,
  - `fill_auxiliary_triangulation_with_vertices_around_v`
2023-02-06 10:02:25 +01:00
Laurent Rineau 686aff651d Triangulation_3.h: Factorize the two versions of make_hole_3D 2023-02-06 10:02:20 +01:00
Laurent Rineau d940c3ae3f Triangulation_3.h: make_vertex_triple can be static 2023-02-06 10:02:15 +01:00
Laurent Rineau 9e277981ed Circulator_from_container<const Cont> now works 2023-02-06 10:01:02 +01:00
Laurent Rineau e8d1095526 Use Output_rep to display debug info 2023-02-06 10:00:58 +01:00
Laurent Rineau bf6d67951c Introduce Base_with_time_stamp 2023-02-06 10:00:55 +01:00
Shruti Gupta 1a841862c9 #7242 issue: interior spelling correction 2023-02-04 18:42:36 +05:30
Sebastien Loriot d979e070be
Spelling corrections (#7244)
Some spelling corrections.
2023-02-03 14:57:07 +01:00
albert-github 2329cb714d Making description of author(s) of a package consistent
After review
Removing `,` in case of 2 authors so it is also consistent with the bibliography.
2023-02-03 12:21:50 +01:00
albert-github 0ea013ea12 Spelling corrections
Some spelling corrections.
2023-02-03 12:07:03 +01:00
albert-github 57e900b47c Making description of author(s) of a package consistent
- use `\cgalPckAuthor` in case of one author
- use of `\cgalPckAuthors` in case of multiple authors
- using in case of multiple authors always `, and `
- in the 1.9.6 `BaseDoxyfile.in` let the `\cgalPckAuthors` point to `\cgalPckAuthor` to get consistent output (not done for other versions as in the past the `ALIASES` could not call one another).
2023-02-02 18:40:44 +01:00
Andreas Fabri b2798bc81e polish the example 2023-02-02 14:33:28 +00:00