Sébastien Loriot
|
b8711b4bf5
|
number of regions changed since we fit triangles and no longer points
|
2022-08-04 09:55:56 +02:00 |
Sébastien Loriot
|
66b14125e8
|
fix classification example using region growing
|
2022-08-04 09:07:36 +02:00 |
Sébastien Loriot
|
ce0ae181c4
|
fix warning
|
2022-08-04 08:46:18 +02:00 |
Sébastien Loriot
|
cbabc5f0d3
|
mesh has been renamed
|
2022-08-04 08:36:12 +02:00 |
Sébastien Loriot
|
888c64fd74
|
add PMP region growing function (plane/face)
|
2022-08-03 20:08:05 +02:00 |
Sébastien Loriot
|
af974c8f98
|
add data member storing the number of regions detected
|
2022-08-03 13:19:44 +02:00 |
Sébastien Loriot
|
f38a481873
|
add missing include statement
|
2022-08-03 11:37:20 +02:00 |
Sébastien Loriot
|
0177465086
|
add missing include directives
|
2022-08-03 09:18:27 +02:00 |
Sébastien Loriot
|
52ff783f21
|
add missing include
|
2022-08-02 14:59:00 +02:00 |
Sébastien Loriot
|
53cd79fa1a
|
remove trailing whitespaces
|
2022-08-02 13:30:16 +02:00 |
Sébastien Loriot
|
801d77ec9b
|
fix warning
|
2022-08-02 13:29:05 +02:00 |
Sébastien Loriot
|
36161bac4b
|
fix demo plugin after update
|
2022-08-02 12:54:23 +02:00 |
Sébastien Loriot
|
e564f4eaa5
|
Merge remote-tracking branch 'cgal/master'
|
2022-08-02 12:05:51 +02:00 |
Sébastien Loriot
|
588bbb5a23
|
use 2D dimension tag and centroid triangulation for non triangle faces
|
2022-08-02 11:56:20 +02:00 |
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 |
Sébastien Loriot
|
b45c44dddc
|
add missing parameter
|
2022-08-02 10:38:46 +02:00 |
Sébastien Loriot
|
e344d43259
|
remove free_functions.h and update tests
|
2022-08-02 10:27:55 +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 |
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 |
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 |
Sébastien Loriot
|
f693471647
|
finally get rid of conditional_deref
|
2022-07-22 16:07:06 +02:00 |
Sébastien Loriot
|
2541f7c22c
|
pass the maps
|
2022-07-22 13:57:59 +02:00 |
Sébastien Loriot
|
5b77ac4149
|
remove some conditional_deref
|
2022-07-22 12:10:43 +02:00 |
Sébastien Loriot
|
ffe2bd232a
|
fix include
|
2022-07-22 11:52:52 +02:00 |
Sébastien Loriot
|
d33b46724e
|
ADL can be used with hash_value()
|
2022-07-22 11:52:24 +02:00 |