Sebastien Loriot
f4a505ca2a
Merge pull request #6688 from gdamiand/CMap_index-gdamiand
...
CMap/GMap/LCC with index
2022-08-02 10:55:37 +02:00
Andreas Fabri
b52d211824
Parameterization: Scope name of a #define
2022-08-02 09:27:01 +01:00
Sébastien Loriot
bf6e2a2929
remove unused typedefs
2022-08-02 07:34:55 +02:00
Sébastien Loriot
77a50cfd7c
compute it once
2022-08-02 07:34:55 +02:00
Sébastien Loriot
5d32639dc0
fix comment
2022-08-02 07:34:55 +02:00
Sébastien Loriot
2193551f42
precompute plane vertex indices
2022-08-02 07:34:54 +02:00
Sébastien Loriot
eaffbfb886
add new test from issue
2022-08-02 07:34:54 +02:00
Sébastien Loriot
5c10048d3e
add a bitset to track planes containing polygon points
...
used to avoid computing points and use input tetrahedron vertex
+workaound for kernels with inexact constructions
2022-08-02 07:34:54 +02:00
Sébastien Loriot
445be90c04
update triangle (permutation)
2022-08-02 07:34:54 +02:00
Sébastien Loriot
bf89c548fd
simplify Tetra/triangle intersection computation
...
Testsuite fails for Kernel with non-exact contructions
2022-08-02 07:34:54 +02:00
Sébastien Loriot
decab153bb
Merge pull request #6716 from afabri/Parameterization-iterative_authalic_performance-GF
...
Parameterization: Make Iterative_authalic_parameterization faster (WIP)
2022-08-01 15:54:38 +02:00
Sébastien Loriot
d04f42c3b1
Merge remote-tracking branch 'cgal/5.5.x-branch'
2022-08-01 15:53:56 +02:00
Sébastien Loriot
3c24a79336
Merge pull request #6773 from janetournois/PMP-relaxation_avoid_global_function-jtournois
...
PMP::tangential_relaxation() - avoid using global function barycenter()
2022-08-01 15:52:31 +02:00
Sébastien Loriot
403c1ed975
Merge remote-tracking branch 'cgal/5.4.x-branch' into HEAD
2022-08-01 15:51:53 +02:00
Sebastien Loriot
9865aae71a
Merge pull request #6774 from janetournois/PMP-remeshing_avoid_global_function-jtournois
...
PMP::isotropic_remeshing() - avoid using global function midpoint()
2022-08-01 15:50:50 +02:00
albert-github
07fb04e860
Replacing OBSOLETE doxygen settings
...
Replacing the doxygen obsolete settings with the new settings
2022-08-01 12:31:46 +02:00
Sven Oesau
d98076bba6
removed protected copy_sparse_matrix as it is no longer required when the matrix type is assignable
2022-07-29 15:44:24 +02:00
Sven Oesau
6a7eadc059
added refines Assignable
...
removed assignment operator
2022-07-29 15:39:27 +02:00
Jane Tournois
c6bc71b254
use construct_midpoint_3_object() instead of CGAL::midpoint()
2022-07-28 15:51:56 +02:00
Jane Tournois
d7d439fc48
use construct_barycenter_3_object() instead of CGAL::barycenter()
2022-07-28 14:37:02 +01:00
Laurent Rineau
0af45fa11e
Merge branch '5.5.x-branch'
2022-07-28 14:41:38 +02:00
Laurent Rineau
e5ab367d6c
Merge pull request #6770 from sloriot/Basic_viewer-typo
...
Fix copy/paste error
2022-07-28 14:41:34 +02:00
Laurent Rineau
b5475a670e
Merge pull request #6770 from sloriot/Basic_viewer-typo
...
Fix copy/paste error
2022-07-28 14:41:09 +02:00
Sébastien Loriot
fbd8b8a75a
add out-of-class definition if c++17 is not used
2022-07-27 16:28:59 +02:00
Sébastien Loriot
f075a3ee1e
add missing Ref
2022-07-27 15:48:23 +02:00
Sven Oesau
6ed2accd55
added assignment operator to SparseLinearAlgebraTraits_d concept
2022-07-27 15:00:58 +02:00
Sébastien Loriot
70b7c627db
improve doc
2022-07-26 16:42:24 +02:00
Sébastien Loriot
e660b2dd1d
fix copy/paste error and use double for parameters to be compatible
...
with predicates
2022-07-26 15:55:52 +02:00
Sébastien Loriot
5f72bbd623
more doc fixes
2022-07-26 15:48:12 +02:00
Sébastien Loriot
f7358a0a0d
fix typos in doc
2022-07-26 15:34:21 +02:00
Sébastien Loriot
a1c03cdbb8
update CHANGES
2022-07-26 15:11:40 +02:00
Sébastien Loriot
b1ee7ba78e
move outside experimental namespace with a better API and doc
2022-07-26 15:06:49 +02:00
Guillaume Damiand
b4e3a2023a
Remove warnings
2022-07-26 08:22:19 +02:00
Sébastien Loriot
0b63b76008
fix copy/paste error
2022-07-25 16:51:38 +02:00
Laurent Rineau
a266c55383
Merge branch '5.5.x-branch'
2022-07-24 18:08:57 +02:00
Laurent Rineau
0f7749432c
Merge pull request #6412 from afabri/Triangulation_2-mark_domains-GF
...
Triangulation_2: Add CGAL::mark_domain_in_triangulation
2022-07-24 18:08:41 +02:00
Laurent Rineau
79e064c9cf
Merge pull request #6692 from lrineau/CGAL-fix_cmake-GF
...
Cleanup CMake scripts
2022-07-24 18:08:38 +02:00
Laurent Rineau
4004d44990
Merge pull request #6720 from soesau/surface_mesh-ply_color-soesau
...
Surface_mesh: fixed saving of face colors using property maps from named parameters
2022-07-24 18:08:36 +02:00
Laurent Rineau
536221c450
Merge pull request #6729 from gdamiand/Basic_viewer-set_camera-gdamiand
...
Update basic viewer to set camera mode earlier (following Efi issue)
2022-07-24 18:08:34 +02:00
Laurent Rineau
1537d0f348
Merge pull request #6746 from efifogel/Aos_2-compare_y_at_x-efif
...
Aos 2 compare y at x efif
2022-07-24 18:08:32 +02:00
Laurent Rineau
051889ad18
Merge pull request #6753 from sloriot/PMP-default_normal_map
...
Add an example for default vector normal map
2022-07-24 18:08:30 +02:00
Laurent Rineau
bee9343005
Merge pull request #6762 from sloriot/CGAL-licence
...
licence -> license
2022-07-24 18:08:28 +02:00
Laurent Rineau
deb0217299
Merge pull request #6766 from Simon-Lopez/6765_improve_PMP_split_documentation
...
Improve PMP::split documentation
2022-07-24 18:08:26 +02:00
Laurent Rineau
54af8c6d91
Update mailing.eml
2022-07-24 18:08:09 +02:00
Laurent Rineau
ae2c0ba8f7
Merge pull request #6729 from gdamiand/Basic_viewer-set_camera-gdamiand
...
Update basic viewer to set camera mode earlier (following Efi issue)
2022-07-24 18:07:42 +02:00
Guillaume Damiand
195b0c1f48
An index must be convertible to size_type and not size_t
2022-07-22 11:46:15 +02:00
Guillaume Damiand
149b73f1eb
use destroy from std::allocator_traits
2022-07-22 08:53:25 +02:00
albert-github
68a4fdcedc
Confusing line numbers in case of warnings
...
Based on the problems with the line numbers in some warnings, see review of https://github.com/CGAL/cgal/pull/6688 one of the problems was the `ALIASES` for figures, here we have the code `\latexonly ^^ \endlatexonly` though the code in the `\latexonly` part should be LaTeX commands. Here the "attempted" newline is not necessary at all so the `^^` can be removed leaving an empty `\latexonly` part that can be removed as well.
There are a number of other numbering problems found in https://github.com/CGAL/cgal/pull/6688 but they are on the doxygen side as a proposed pull request https://github.com/doxygen/doxygen/pull/9465 has been submitted.
2022-07-21 18:47:08 +02:00
Guillaume Damiand
38a14de2cb
Remove warning unused variable
2022-07-21 17:16:41 +02:00
Guillaume Damiand
233f757148
Remove macro used for the reviewing step.
2022-07-21 10:40:45 +02:00