Commit Graph

286 Commits

Author SHA1 Message Date
Laurent Rineau 2a8a1734f1 Merge pull request #6179 from sloriot/HM-link_error_with_IDT
Move function to avoid link error + add missing halfedge function
2021-12-20 18:06:19 +01:00
Sébastien Loriot f60d0c26e4 move function to avoid link error + add missing halfedge function 2021-12-14 18:07:55 +01:00
Laurent Rineau 4d38f2b7b3 Merge pull request #6114 from sloriot/CGAL-cmake_clean_up
Clean cmake scripts of examples and tests
2021-11-18 12:27:19 +01:00
Mael Rouxel-Labbé e64089d690 Fix Heat Method & Weights package labels 2021-11-10 21:02:32 +01:00
Sébastien Loriot ab48f63e30 update latest cmake version tested 2021-11-09 10:58:47 +01:00
Sébastien Loriot 58181afcdb remove useless include directives 2021-11-09 10:16:12 +01:00
Laurent Rineau f581ff74d3 Merge pull request #5427 from sloriot/CGAL_data-moving_files
Regroup data: moving files

# Conflicts:
#	Nef_3/archive/triangulation/include/CGAL/partition_is_valid_2.h
2021-10-07 14:44:01 +02:00
Laurent Rineau 94ee9b1613 Merge pull request #6030 from MaelRL/CGAL-Minor_fixes-GF
Fix uninitialized id maps in heat method
2021-10-07 14:27:16 +02:00
Laurent Rineau 0e3b73852f Merge branch '5.2.x-branch' into 5.3.x-branch 2021-10-07 14:26:14 +02:00
Sébastien Loriot 1857a25d28 Merge remote-tracking branch 'cgal/master' into CGAL_data-moving_files 2021-10-06 13:50:31 +02:00
Sébastien Loriot efbd86df7f extra manual fixes 2021-10-05 17:42:21 +02:00
Mael Rouxel-Labbé d5886187b4 Add a static assertion about the Heat Method mode 2021-10-05 12:14:03 +02:00
Mael Rouxel-Labbé 863ab7541c Various whitespace fixes 2021-10-05 12:14:03 +02:00
Mael Rouxel-Labbé 8d7071352f Fix uninitialized id maps in SM_distance_3 2021-10-05 12:14:02 +02:00
Sébastien Loriot 8350dea94a char* -> std::string 2021-10-04 09:49:24 +02:00
Sébastien Loriot 47028cd184 automatically move data files in data dir + update paths
Done for OFF/OBJ/STL/XYZ/PWN/PLY
2021-10-04 09:42:49 +02:00
Sébastien Loriot 250b8e9161 remove ./ prefix 2021-10-04 09:32:04 +02:00
Sébastien Loriot 71932f2f1e manual fixes 2021-09-23 18:56:29 +02:00
Dmitry Anisimov 33e5c930d9 removed polygon utils dependency 2021-08-13 10:12:55 +02:00
Dmitry Anisimov c975eddf13 Merge remote-tracking branch 'origin/master' into Weights-unification-danston 2021-08-12 13:29:26 +02:00
Sébastien Loriot 0da1e5690e copyright.txt -> copyright 2021-07-29 10:07:44 +02:00
Dmitry Anisimov cac04ed149 quick mael review 2021-06-08 13:36:09 +02:00
Dmitry Anisimov a4b645a6ad quick andreas review 2021-06-08 12:48:15 +02:00
Dmitry Anisimov 92e668ef63 missing dependencies 2021-06-05 09:44:59 +02:00
Dmitry Anisimov 26b0323aae fixed pmp header 2021-06-04 22:49:40 +02:00
Dmitry Anisimov 521793fbb2 removed unused pmp dependency 2021-06-04 20:46:12 +02:00
Dmitry Anisimov b001ab2bcd all, Weights dependency moved to the right place 2021-06-04 16:51:08 +02:00
Dmitry Anisimov 0719b730e1 all, missing Weights dependency 2021-06-04 16:10:53 +02:00
Dmitry Anisimov 2459b6f91e updated weights in the Heat_method_3 package 2021-06-03 17:39:51 +02:00
Sébastien Loriot fb6f703b55 IO namespace for files in IO directories 2021-05-04 14:36:06 +02:00
Maxime Gimeno c49152359c update max version of cmake and announce the new minimal in CHANGE.md 2021-04-15 15:08:54 +02:00
Jane Tournois 1448c6525a Merge remote-tracking branch 'cgal/master' into Heat_method_3-mollify-oboes
# Conflicts:
#	Heat_method_3/test/Heat_method_3/CMakeLists.txt
2021-03-22 13:17:55 +01:00
Sébastien Loriot bc161f2ae9 Merge 'CGAL-Eigen3_support-5.2' 2021-01-15 10:59:20 +01:00
Sébastien Loriot f4935dc199 Merge branch 'CGAL-Eigen3_support-5.1' 2021-01-15 10:54:02 +01:00
Sébastien Loriot eecb00534e fix macro name to be consistent with find_package 2021-01-15 10:43:34 +01:00
Jane Tournois 40197ade1a add missing forward declaration 2020-12-08 16:33:01 +01:00
Jane Tournois f2f10e7a22 add missing namespace 2020-11-20 16:18:11 +01:00
Jane Tournois bc18b7d331 add a test for Intrinsic_Delaunay Mode with an input with degenerate faces 2020-11-20 15:35:28 +01:00
Jane Tournois 14cc8714ba with mollification degenerate faces are allowed with Mode=Intrinsic_Delaunay 2020-11-20 15:33:25 +01:00
Maxime Gimeno 3b70343590 Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno 2020-11-16 16:19:43 +01:00
Jane Tournois a8a1b2de3e degenerate faces are allowed with Intrinsic_Delaunay Mode
thanks to mollification step
2020-11-13 16:33:46 +01:00
Jane Tournois 2df9424f29 Merge remote-tracking branch 'cgal/master' into Heat_method_3-mollify-oboes 2020-11-13 15:17:17 +00:00
Laurent Rineau 49e7ddccc9 Merge pull request #4243 from maxGimeno/Cmake_improvements-maxGimeno
General CMake improvements
2020-11-13 15:43:54 +01:00
Jane Tournois c040671a82 fix degenerate faces precondition 2020-11-12 15:22:49 +01:00
Jane Tournois 771da5d1dc forward-declare has_degenerate_faces before it is used 2020-10-27 10:25:11 +01:00
Jane Tournois 88121fa3ef fix namespace not precise enough for some compilers 2020-10-27 09:42:55 +01:00
Jane Tournois 77efae5be9 use internal vertex point map 2020-10-20 11:07:49 +02:00
Mael Rouxel-Labbé cb5d6444f5 Fix missing input filename 2020-10-14 15:32:44 +02:00
Olivier Boes 6aa3d6d583
Update Heat_method_3/include/CGAL/Heat_method_3/internal/Intrinsic_Delaunay_triangulation_3.h
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
2020-10-05 16:54:11 +02:00
oboes 005f237f55 Add mollification step to avoid degenerate faces
Degenerate faces (which can cause an infinite loop in `loop_over_edges`)
are handled by using the mollification step described in section 4.5 of
N. Sharp & K. Crane "A Laplacian for Nonmanifold Triangle Meshes" (2020).
The tolerance value is set to 1/1000 of the minimum non-zero edge length.
2020-09-29 16:31:56 +02:00