Commit Graph

102102 Commits

Author SHA1 Message Date
Laurent Rineau c0b1e09d92 Merge pull request #6879 from albert-github/feature/bug_quotes_typos_2
Some obvious missing quotes
2022-10-04 13:52:30 +02:00
Laurent Rineau 032eeb063f Merge pull request #6884 from albert-github/feature/issue_6882
Arrangement_on_surface_2: strange documentation
2022-10-04 13:52:28 +02:00
Laurent Rineau 821d1286df Merge pull request #6888 from afabri/Generator-doc_fixes-GF
Generator: Fix links
2022-10-04 13:52:26 +02:00
Laurent Rineau 23267449aa Merge pull request #6890 from albert-github/feature/issue_6881
Arrangement_on_surface_2 missing link
2022-10-04 13:52:23 +02:00
Laurent Rineau ba3b16ed99 Merge pull request #6897 from albert-github/feature/issue_6896
Periodic_2_triangulation_2: Strange documentation
2022-10-04 13:52:21 +02:00
Laurent Rineau 7741c2993d Merge pull request #6898 from albert-github/feature/issue_6892
Kernel_d: Incorrect documentation
2022-10-04 13:52:19 +02:00
Laurent Rineau 287d86aa4c Merge pull request #6900 from albert-github/feature/bug_Point_set_processing_3_backtick
Point_set_processing_3: Missing backtick
2022-10-04 13:52:15 +02:00
Laurent Rineau a33d59e0c5 Merge pull request #6902 from albert-github/feature/bug_polynomial_backslash
Polynomial: Spurious backslashes
2022-10-04 13:52:12 +02:00
Laurent Rineau 9c06b5656e Merge pull request #6906 from albert-github/feature/bug_qp_solver_links
QP_solver: Missing links to include file
2022-10-04 13:52:10 +02:00
Laurent Rineau afa91ad5a8 Merge pull request #6909 from albert-github/feature/bug_Segment_Delaunay_graph_2_backticks
Segment_Delaunay_graph_2: Incorrect backticks
2022-10-04 13:52:08 +02:00
Laurent Rineau dbf3c0ec71 Merge branch '5.4.x-branch' into 5.5.x-branch 2022-10-04 13:50:48 +02:00
Laurent Rineau d345d93bbb Merge pull request #6796 from janetournois/Mesh_3-compare_distance_performance_issue-jtournois
Mesh_3 speedup (filter failures in `Compare_distance_3(Point_3, Segment_3, Point_3)` )
2022-10-04 13:50:27 +02:00
Laurent Rineau a4f6f58e25 Merge pull request #6845 from sloriot/PMP-coref_open_mesh_case
PMP corefinement: Handle inconsistency with open mesh as input
2022-10-04 13:50:24 +02:00
Laurent Rineau 9742b3ec70 Merge pull request #6850 from janetournois/CGAL-boost_min_version-GF
Installation - update minimal valid Boost version
2022-10-04 13:50:22 +02:00
Laurent Rineau 3a0a7fe34e Merge pull request #6863 from lrineau/Polyhedron-demo_fix_display_of_protecting_spheres-GF
Polyhedron demo - Fix the display of protecting balls (second version)
2022-10-04 13:50:20 +02:00
Laurent Rineau 23678d0f7d Merge pull request #6867 from sloriot/PMP-collision_detection_copy
Add default copy constructor and operator=
2022-10-04 13:50:18 +02:00
Laurent Rineau 87f16af6e2 Merge pull request #6872 from MaelRL/PMP-Fix_keep_LCC-GF
Fix dry-run of keep_largest_CCs dumping the wrong faces
2022-10-04 13:50:15 +02:00
Laurent Rineau 207a1e896b Merge pull request #6796 from janetournois/Mesh_3-compare_distance_performance_issue-jtournois
Mesh_3 speedup (filter failures in `Compare_distance_3(Point_3, Segment_3, Point_3)` )
2022-10-04 13:48:18 +02:00
Laurent Rineau de80833223 Merge pull request #6845 from sloriot/PMP-coref_open_mesh_case
PMP corefinement: Handle inconsistency with open mesh as input
2022-10-04 13:48:16 +02:00
Laurent Rineau fef4d1b43b Merge pull request #6863 from lrineau/Polyhedron-demo_fix_display_of_protecting_spheres-GF
Polyhedron demo - Fix the display of protecting balls (second version)
2022-10-04 13:48:13 +02:00
Laurent Rineau ff2bab36b0 Merge pull request #6867 from sloriot/PMP-collision_detection_copy
Add default copy constructor and operator=
2022-10-04 13:48:11 +02:00
Laurent Rineau b8b8d98281 Merge pull request #6872 from MaelRL/PMP-Fix_keep_LCC-GF
Fix dry-run of keep_largest_CCs dumping the wrong faces
2022-10-04 13:48:08 +02:00
Mostafa-ashraf19 7a7f39f2e8 Modified 2022-10-04 11:19:31 +02:00
Jane Tournois 1f005793b0 add missing license header 2022-10-04 09:33:20 +02:00
Sébastien Loriot 29d543c9f4 remove tabs 2022-10-04 09:16:32 +02:00
Sébastien Loriot 96b205d9b0 add test from issue #5275 2022-10-03 18:55:44 +02:00
Laurent Caraffa 18ed302d84 set full_cell of a vertex in I/O 2022-10-03 18:48:43 +02:00
Laurent Caraffa 31714289b5 testing validity shows that td i/o is not valid 2022-10-03 18:48:43 +02:00
Laurent Rineau 8fddaa6baa Mesh_3: Fix a memory leak in the parallel code 2022-10-03 17:15:27 +02:00
Jane Tournois 8a05e4df23 move header outside demo 2022-10-03 16:00:41 +02:00
Jane Tournois 53d8734ad2 add tetrahedral mesh .tetra.am reader in C3t3_io_plugin 2022-10-03 15:31:14 +02:00
Mael Rouxel-Labbé 71e51b5678 Do not use `void` as default for the geom_traits
This change is caused by the improvement of Lookup_named_param_def which added
support for reference named parameters:
aaa3947e40
Despite not being required, compilers will try to compile the `::reference`
branch if Eigen is not present, and complain about the type `Default& == void&`

Changing it to `CGAL::Default` will solve that, and align it with what
is done in other packages such as Surface_mesh_parameterization
2022-10-03 15:08:12 +02:00
Mostafa-ashraf19 c052c1f204 Added custom functor for color volume. 2022-10-03 14:50:54 +02:00
Mostafa-ashraf19 00d0a9da49 Migrated to original file 2022-10-03 14:29:11 +02:00
Mostafa-ashraf19 6895b91795 Migrated to original file 2022-10-03 14:28:42 +02:00
Mostafa-ashraf19 7886775996 Changed Guard Name 2022-10-03 14:27:40 +02:00
Mostafa-ashraf19 2b0969d10e Removed redundant 2022-10-03 14:26:26 +02:00
Mostafa-ashraf19 588b021d51 Migrated to original file. 2022-10-03 14:24:58 +02:00
Mostafa-ashraf19 796ec13391 Modified GraphicBuffer class name to snake case. 2022-10-03 13:27:22 +02:00
Jane Tournois 33816fa798 add verbosity 2022-10-03 12:33:32 +02:00
albert-github ad343087fd STL_Extension: example not shown properly
On the page `STL_Extension/classCGAL_1_1Dispatch__or__drop__output__iterator.html` it is obvious that the `\` is missing.
To get the reference right (due to the `\ref` in the `cgalExample`) the file must also be added to the list of examples
2022-10-02 11:48:06 +02:00
Mostafa-ashraf19 913f676b22 Added two versions of add in LCC 2022-10-01 19:28:47 +02:00
Mostafa-ashraf19 273ead7ab4 Added two versions of add in SS2 2022-10-01 19:07:09 +02:00
Mostafa-ashraf19 88193459ba Added two versions of add in T2 2022-10-01 18:48:41 +02:00
Mostafa-ashraf19 1108403caf Modified T3 2022-10-01 18:26:09 +02:00
albert-github 3d4f748eb0
Update Polynomial/doc/Polynomial/Concepts/PolynomialTraits_d--SturmHabichtSequence.h
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2022-10-01 09:54:59 +02:00
albert-github 7fac58c6b3
Update Polynomial/doc/Polynomial/Concepts/PolynomialTraits_d--PolynomialSubresultants.h
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2022-10-01 09:54:51 +02:00
albert-github 7c69e8c1e6 Polynomial: replace images with formulas
Replace images that represent a formula with a proper formula.

See:
- Polynomial/classPolynomialTraits__d_1_1PolynomialSubresultants.html
- Polynomial/classPolynomialTraits__d_1_1SturmHabichtSequence.html
- Polynomial/classPolynomialTraits__d_1_1Resultant.html
2022-09-30 18:01:40 +02:00
albert-github 26f6eb5b07 Polynomial: background of formula in advanced section
In the file `Polynomial/group__PkgPolynomialFunctions.html#ga0148f1612807b08b433f96c3ce07f2be` we see for the function `number_of_real_roots` in the advanced section that all formulas except 1 are nicely shown as (MathJax) formulas and that one is an image of which the background color is incorrect.
Replacing the image with a proper formula makes all consistent and proper.
2022-09-30 14:51:31 +02:00
Laurent Rineau 959d2edd5e Remove a comment (was a debug work-in-progress) 2022-09-29 14:13:04 +02:00