Commit Graph

108180 Commits

Author SHA1 Message Date
Sébastien Loriot ffea30946f fix the second demo plugin 2023-10-09 18:55:33 -07:00
Sébastien Loriot 5b67e30e86 fix demo 2023-10-09 17:08:49 -07:00
Sébastien Loriot 7d2de68d1c add missing include directive 2023-10-09 16:55:57 -07:00
albert-github ad9c803ceb Link to the 3mf specification
Correcting the link to the 3mf specification
2023-10-09 18:49:37 +02:00
albert-github 5de032c88a issue #7764 Reference to moka modeller
After review
2023-10-09 17:24:27 +02:00
albert-github 758f0d773a issue #7764 Reference to moka modeller
Setting correct path to documentation and source repository.
2023-10-09 16:39:59 +02:00
albert-github 6f560fcdce issue #7767 Problem with the documenation of Mesh_3
removing files that were removed by #7445 but reintroduced by #7395
2023-10-09 16:03:49 +02:00
Mael Rouxel-Labbé 2f1992f131 Add LIFO queue
But keep the old one, because we might need something sorted in the future.

Also it is needed to do interrupting, because the intermediate is really
ugly for a LIFO queue.
2023-10-09 15:16:10 +02:00
albert-github d982ccbe02 Correcting stylesheet name
The name `stylesheet.css` is replaced by a better name `cgal_stylesheet.css` a while ago, but apparently these 2 files were not updated.
2023-10-09 13:09:46 +02:00
Mael Rouxel-Labbé 7de4f442e8 Remove obsolete sort at every iteration
There was a need for sorting at every iteration when the sorting
used criteria which were changing with every iteration. This
is no longer the case after c7b9317.

Also make it deterministic.
2023-10-09 12:12:31 +02:00
albert-github e69b1f8917 Correcting permanent redirect
Correcting permanent redirect
2023-10-09 11:06:22 +02:00
Sébastien Loriot dbd706a3f4 remove remaining see also 2023-10-09 09:14:05 +02:00
Sébastien Loriot a193a1d8fb implement comments from review 2023-10-09 09:08:31 +02:00
Sébastien Loriot df0e0ee9bb implement comments from review 2023-10-09 08:50:17 +02:00
Sébastien Loriot 584771e6a7 rename 2023-10-09 05:34:55 +02:00
Sébastien Loriot 1c91f49cbd update changes 2023-10-09 05:14:38 +02:00
Sebastien Loriot fb3623cfa9
Apply suggestions from code review
Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
2023-10-09 05:10:30 +02:00
JacksonCampolattaro 1b5ebd3a07 Merge remote-tracking branch 'origin/orthtree-generalization' into orthtree-generalization 2023-10-08 15:05:55 +02:00
JacksonCampolattaro 047a223db0 Revert Surface_mesh to the old memory management scheme
The new property container system is still used. Beneficial changes to surface mesh and additions to unit tests are preserved.
2023-10-08 15:05:24 +02:00
ange-clement abedd731a7 Fix warning (i, j and k can be negative) 2023-10-06 16:31:54 +02:00
Laurent Rineau a5d44aa808 fix the random appearance of clip plane
For the `Scene_c3t3_item` (and probably `Scene_triangulation_item` as
well) most of the time the clip plane was not shown. This is because of
Boolean data member `cut_plane_enabled` that was not initialized.
2023-10-06 16:04:21 +02:00
Andreas Fabri 2f9535d769 no concepts, export->insert in a stream, capitalize 2023-10-06 14:40:32 +01:00
Jane Tournois f148d95cce fix default cell_selector for when input is a C3t3
only cells with a subdomain != 0 should be remeshed
2023-10-06 15:17:15 +02:00
Andreas Fabri 55c564558f Move code to internal folder/namespace 2023-10-06 14:15:02 +01:00
Jane Tournois 177b77da63 rename debug output file 2023-10-06 15:14:42 +02:00
Andreas Fabri 4f9dd85aaa PolygonContainer -> Container 2023-10-06 14:04:02 +01:00
Andreas Fabri 455c6324b6 labelled -> labeled 2023-10-06 13:46:59 +01:00
Andreas Fabri 1416ddfd2d No <b> 2023-10-06 13:40:32 +01:00
Andreas Fabri be2ccc2ee2 typo 2023-10-06 10:59:46 +01:00
Sébastien Loriot 52e91967d8 use new macros 2023-10-06 11:11:40 +02:00
Sébastien Loriot 467dcf9a80 Merge remote-tracking branch 'cgal/master' into HEAD 2023-10-06 11:10:08 +02:00
Jane Tournois 2c0e04c4fd replace min_facet_size by squared version to avoid multiple redundant computations 2023-10-06 09:44:53 +02:00
Jane Tournois 7dc1f889e0 wip adding a test 2023-10-06 09:44:04 +02:00
Guillaume Damiand 93183fc2b7 document draw and add_in_graphics_scene for lcc (for validation) 2023-10-06 07:52:15 +02:00
Guillaume Damiand ac1c4896ee Update names following Andreas remarks 2023-10-06 07:46:16 +02:00
ange-clement 40f5ac0023 Fixed warnings +
deleted unsused variables
2023-10-05 15:56:59 +02:00
ange-clement 41617958c6 Fixed wrong initialization 2023-10-05 15:00:04 +02:00
Mael 3d71790cbc
Protect min/max with parentheses
Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
2023-10-05 14:56:25 +02:00
ange-clement f088028fea Renamed visible_biteset to visible_bitset +
Fixed warnings
2023-10-05 14:43:45 +02:00
Mael Rouxel-Labbé 76add8023e Add debug code 2023-10-05 14:35:42 +02:00
Mael Rouxel-Labbé 3ff06d5099 Fix return type of function returning smallest circumradius 2023-10-05 14:34:29 +02:00
Mael Rouxel-Labbé 85c53f203d Add a new function to the AW3 visitor: go_further() 2023-10-05 14:33:47 +02:00
Sven Oesau f797ae714f fix compilation on MSVC 2023-10-05 13:57:18 +02:00
Sven Oesau 6963e7f973 fix emplace_group on MSVC 2023-10-05 13:57:01 +02:00
Jane Tournois 7727bb8364 facet_min_size and cell_min_size disabled by default in the dialog 2023-10-05 13:36:52 +02:00
albert-github d53d30a69b Defining a new resource directory to be used with doxygen master 1.10.0
Doxygen master 1.10.0 has support for the c++ concept of modules but as in the past doxygen used the term "modules" for the grouping of information (`commands like `\defgroup`, `\ingroup` etc.) an new term for the later has been introduced: Topics.
The introduction of the new term also has some influence on the generated files and file names.
The consequence of this is that part of CGAL documentation (i.e. the "Reference Manual") item didn't appear anymore in a.o. the treeview.
- creating a new setup
- adding the "topics" to the layout files as in the past the "modules" were.
- adjusting the "hack.js" where some manipulation of the TreeView is done and this had "modules" coded into it.
- adjusting the "header_packages.html" as this used the name "modules.js"
2023-10-05 13:27:54 +02:00
JacksonCampolattaro feb87c737a Eliminate most whitespace changes 2023-10-05 10:24:38 +02:00
Sébastien Loriot 8e36b7b37e the map is either const or take by copy 2023-10-05 09:32:22 +02:00
Mael Rouxel-Labbé 8846876476 Check for degenerate segments + add warnings 2023-10-04 22:54:06 +02:00
Mael Rouxel-Labbé 660d620330 Accelerate trees manually to avoid skewing timers in flood_fill()
If one day this becomes annoying because one wishes to call
oracle.add_XXX() multiple times AND it's a significant
runtime burden, we can just add a function add_XXXs()
with a single call of accelerate_distance_queries()
2023-10-04 22:52:53 +02:00