Commit Graph

7347 Commits

Author SHA1 Message Date
Laurent Rineau 52bb68c012 Merge pull request #5356 from sloriot/CGAL-boost_function_output-5.2
Include non-deprecated header (5.2)
2021-01-21 16:18:55 +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
Sébastien Loriot bdd4efe3b3 Merge commit 'efc0c525e8b' into HEAD 2021-01-15 10:06:56 +01:00
Sébastien Loriot efc0c525e8 include non-deprecated header 2021-01-15 10:02:00 +01:00
Simon Giraudot 57f7466efe Fix RANSAC plugin 2020-12-01 14:28:00 +01:00
Laurent Rineau e7b5eddfe6
Merge pull request #5093 from maxGimeno/Demo-Enhancements-maxGimeno 2020-11-13 16:08:58 +01:00
Laurent Rineau 49e7ddccc9 Merge pull request #4243 from maxGimeno/Cmake_improvements-maxGimeno
General CMake improvements
2020-11-13 15:43:54 +01:00
Laurent Rineau 2f73dab22f Merge pull request #5071 from sgiraudot/PSP-Scanline_orient_normals-GF
[Small Feature] Scanline Orient Normals
2020-11-13 15:31:56 +01:00
Maxime Gimeno 8e23d5c482 Merge remote-tracking branch 'cgal/master' into Cmake_improvements-maxGimeno 2020-11-10 09:00:41 +01:00
Laurent Rineau b248867e91
Merge pull request #5141 from maxGimeno/Demo-Fix-clipping_plugin-maxGimeno 2020-11-09 17:10:24 +01:00
Laurent Rineau 20619a586b Finish with the last one 2020-11-06 12:54:19 +01:00
Maxime Gimeno cc3cb3c18d Finish adding missing `.cpp` in cmakelists of polyhedron_demo 2020-11-06 11:54:26 +01:00
Laurent Rineau 25e65bceda partial fix of CMP0115 2020-11-06 10:48:19 +01:00
Maxime Gimeno cc00d293df Merge remote-tracking branch 'cgal/master' into Cmake_improvements-maxGimeno 2020-11-06 09:37:18 +01:00
Maxime Gimeno 933522afdc Silter CMP0115 warning 2020-11-06 09:29:11 +01:00
Laurent Rineau 4acca1e770 Merge pull request #4978 from janetournois/PMP-remesh_non_triangle_faces-jtournois
Polyhedron demo - remesh a non-triangle mesh
2020-11-04 20:46:15 +01:00
Laurent Rineau dbac5c10df Merge pull request #5065 from maxGimeno/Demo-Fix_ssh-maxGimeno
Polyhedron_Demo: Fix ssh usage
2020-11-04 20:46:12 +01:00
Laurent Rineau ed5a9c0f49 Merge pull request #5089 from sloriot/Demos-fix_warnings
fix warnings
2020-11-04 20:46:10 +01:00
Laurent Rineau daee7209b5 Merge pull request #5108 from janetournois/PMP-remesh_after_detect_sharp_features-jtournois
Demo isotropic_remeshing_plugin - keep selection valid
2020-11-04 20:46:02 +01:00
Laurent Rineau 3f5e9bad29 Merge pull request #5124 from sloriot/PMP-simplify_polyline
Add experimental non-documented function to simplify a 3D polyline
2020-11-04 20:45:59 +01:00
Laurent Rineau 251bfa2c36 Merge pull request #5065 from maxGimeno/Demo-Fix_ssh-maxGimeno
Polyhedron_Demo: Fix ssh usage
2020-11-04 20:44:27 +01:00
Maxime Gimeno 8bafe10cfa Fix the plugin 2020-11-04 15:26:06 +01:00
Maxime Gimeno 557b4e5bbc Fix enabling in plugin 2020-11-04 14:25:38 +01:00
Maxime Gimeno bb9e72afc9 Add tests 2020-11-04 14:14:09 +01:00
Maxime Gimeno 8b0ba4c786 Add a named_parameter to allow self-intersections for clip and split for planes and iso_cuboids 2020-11-04 10:21:55 +01:00
Maxime Gimeno c61b519058 Close widget on clipper destruction 2020-11-04 08:48:17 +01:00
Maxime Gimeno e36c147f0a Fixes 2020-11-03 16:56:55 +01:00
Maxime Gimeno 35aa168395 Use string litteral for healp text 2020-11-03 14:16:23 +01:00
Maxime Gimeno 8802d2f577 Fix Clipping plugin, add an option to allow self-intersections for the clipper and fix descriptions. Add a help button. 2020-11-03 12:40:58 +01:00
Maxime Gimeno e1fd6e9f44 Fix typo 2020-10-30 14:58:24 +01:00
Maxime Gimeno 07efe75a70 Add a plugin for polylines simplification 2020-10-30 14:30:18 +01:00
Maxime Gimeno 1c00bf6847 Merge remote-tracking branch 'cgal/master' into Cmake_improvements-maxGimeno 2020-10-29 15:09:16 +01:00
Laurent Rineau a6c5402dc6
Merge pull request #4885 from MaelRL/Iterative_authalic_parameterization 2020-10-29 14:21:42 +01:00
Laurent Rineau 12cf69b59c Merge pull request #5109 from lrineau/Mesh_3-fix_add_features-GF
Mesh 3: fix add_features
2020-10-29 10:52:57 +01:00
Laurent Rineau 5b2f55c96c Merge remote-tracking branch 'cgal/master' into PSP-Scanline_orient_normals-GF 2020-10-29 09:35:39 +01:00
Maxime Gimeno b48966fe64 Fix warning 2020-10-29 08:46:43 +01:00
Mael 38c3dc7924 Merge branch 'master' into Iterative_authalic_parameterization 2020-10-28 17:34:01 +01:00
Maxime Gimeno 6b4734feff trailing whitespaces 2020-10-27 10:39:40 +01:00
Maxime Gimeno 2ad4c16b6e Merge remote-tracking branch 'cgal/master' into Cmake_improvements-maxGimeno 2020-10-26 15:00:53 +01:00
Maxime Gimeno 07f955f286 Finish selection update system. 2020-10-26 14:14:43 +01:00
Laurent Rineau 705c22414c Merge pull request #4626 from sgiraudot/Classification-Simpler_IO_for_ETHZ_Random_forest-GF
[Small Feature] Modernize Classification Package
2020-10-23 15:57:20 +02:00
Laurent Rineau cb390e23ee Merge pull request #5082 from maxGimeno/Doc-fix_three_warning-maxGimeno
Three_documentation: Fix warning
2020-10-23 15:57:14 +02:00
Maxime Gimeno 9160932f72 WIP integrate visitor based garbage collection 2020-10-23 15:51:43 +02:00
Jane Tournois caf1d4e24e fix compilation after update of branch 2020-10-23 15:41:35 +02:00
Jane Tournois 6668f61924 reset num_vertices (resp. facets, vertices) to trick itemChanged()
the following connection :
connect(poly_item, &Scene_surface_mesh_item::itemChanged, this, [this](){
clears selection if number of simplices has changed since last update

resetting numbers of simplices tricks it and prevents the selection to be emptied
2020-10-23 15:20:14 +02:00
Laurent Rineau def457e261 Use systematically the non-linear growth of balls in the 3D demo 2020-10-23 13:53:03 +02:00
Jane Tournois 1e45dda169 use the visitor in Surface_mesh->collect_garbage(visitor) to keep selection valid 2020-10-23 12:43:29 +02:00
Maxime Gimeno 1efe80f8a5 Fixes some mouse bindings description 2020-10-22 13:53:40 +02:00
Sebastien Loriot 371888b96a
Update Polyhedron/demo/Polyhedron/Plugins/Display/Display_property_plugin.cpp
Co-authored-by: Maxime GIMENO <maxime.gimeno@gmail.com>
2020-10-20 15:24:11 +02:00