Commit Graph

7551 Commits

Author SHA1 Message Date
Laurent Rineau c6ae44a0fc Merge pull request #5062 from sloriot/Demo-fix_move_border_vertex
Fix move vertex on the boundary
2020-10-16 13:43:03 +02:00
Laurent Rineau 0f92273687 Merge pull request #5064 from maxGimeno/Demo-Fixes-maxGimeno
Polyhedron_demo : Fix Edit_box->export_to_facegraph()
2020-10-16 13:43:00 +02:00
Laurent Rineau fe24278512 Merge pull request #5069 from maxGimeno/Demo-Merge_hole_filling_plugins-maxgimeno
Polyhedron_demo: Merge hole_filling and hole_filling_polylines plugins
2020-10-16 13:42:58 +02:00
Laurent Rineau 1cf1a8435c Merge pull request #5064 from maxGimeno/Demo-Fixes-maxGimeno
Polyhedron_demo : Fix Edit_box->export_to_facegraph()
2020-10-16 13:41:16 +02:00
Mael Rouxel-Labbé 4b28101397 Misc IO fixes 2020-10-14 21:46:18 +02:00
Mael Rouxel-Labbé 444531b80e Fix broken `Kernel` links 2020-10-14 19:22:46 +02:00
Maxime Gimeno 121a23d964 WIP look at on optical zoom 2020-10-14 16:13:14 +02:00
Mael Rouxel-Labbé f963191842 Fix some writers not meeting the generic API requirements 2020-10-14 15:32:59 +02:00
Mael Rouxel-Labbé bfe4bcff3b Fix assuming orient_PS returns `false` on failure (and not duplication) 2020-10-13 18:09:56 +02:00
Maxime Gimeno 32d137fda7 Add missing include 2020-10-13 15:45:33 +02:00
Maxime Gimeno 152ec0f8e0 Fix memory leeks 2020-10-13 12:26:36 +02:00
Vishal Pratap Singh 0c1c37bf3a
changed [=,this] to [this] 2020-10-12 23:36:23 +05:30
Laurent Rineau 90a9e97379 Use SYSTEM for target_include_directories
That way, the include dirs for libssh will be among those with
`SYSTEM`: at the end. As `CGAL::CGAL` is an imported target, its
include dirs were already `SYSTEM`.
2020-10-12 16:37:37 +02:00
Simon Giraudot c453422a53 Update from review 2020-10-12 14:27:44 +02:00
Mael Rouxel-Labbé 10bd0729a9 Add missing 'bhd' in IAP (polyhedron param plugin) 2020-10-12 11:33:48 +02:00
Maxime Gimeno d6641f8b9c Privatize ssh and websocket 2020-10-12 09:49:04 +02:00
Vishal Pratap Singh f889663188 removed trailing whitespaces 2020-10-10 11:32:24 +05:30
Mael Rouxel-Labbé f55ef7dd50 Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno 2020-10-09 18:36:17 +02:00
Vishal Pratap Singh f6b81e8c2d replaced [=] with [=,this] for C++ 20 2020-10-09 20:22:57 +05:30
Laurent Rineau 615d84d0db Merge pull request #5056 from maxGimeno/Demo-Fix_compatibility_shaders-maxGImeno
Polyhedron_demo : Fix for compatibility shader
2020-10-09 16:50:09 +02:00
Maxime Gimeno d44c38644e Merge hole_filling and hole_filling_polylines plugins 2020-10-09 14:04:27 +02:00
Maxime Gimeno 28e3ceb749 Clean-up 2020-10-09 10:14:46 +02:00
Maxime Gimeno 14c8887307 Move the macro to the demo config.h and add misisng include 2020-10-09 09:49:52 +02:00
Maxime Gimeno 8d73e78abc use target_compile_definition for websockets too 2020-10-08 15:47:46 +02:00
Maxime Gimeno d9f5f7e226 Fix libssh usage for windows 2020-10-08 15:30:17 +02:00
Simon Giraudot 79abde22e8 Scanline orientation in demo 2020-10-08 15:08:51 +02:00
Maxime Gimeno 031b9e0ad0 Fix ssh usage 2020-10-08 13:19:11 +02:00
Maxime Gimeno 3ca8f13d1c Fix Export_to_facegraph. Wrong item was modified. 2020-10-08 12:48:48 +02:00
Sébastien Loriot 9d920ba66c fix move vertex on the boundary 2020-10-08 11:55:15 +02:00
Maxime Gimeno 5ab054b84d Fix the scene scaling 2020-10-06 12:52:12 +02:00
Maxime Gimeno e4362c88a7 more possible errors 2020-10-06 10:20:05 +02:00
Maxime Gimeno 10739ba980 Fix the compatibility shader for shader_with_light 2020-10-06 10:11:41 +02:00
Maxime Gimeno 39f97ca56b remove NOT CGAL_HEADER_ONLY 2020-10-05 15:44:05 +02:00
Maxime Gimeno 43a49605e0 Fix conflicts 2020-10-05 13:20:40 +02:00
Sebastien Loriot 10ba34719e
Merge pull request #4728 from sloriot/PMP-cc_cleanup
Clean in connected components
2020-10-02 15:20:53 +02:00
Sebastien Loriot 20ac7ff2da
Merge pull request #4792 from lrineau/Mesh_3-reduce_size_of_debuginfo-GF
Reduce size of symbols (and debug infos)
2020-10-02 15:17:44 +02:00
Sebastien Loriot aff306bb55
Merge pull request #4811 from maxGimeno/Demo-Fixes_and_features-maxGimeno
Polyhedron demo: fixes and features
2020-10-02 15:17:25 +02:00
Sebastien Loriot 931d707e4d
Merge pull request #4845 from danston/Polyhedron-cpp11_ranges-danston
Polyhedron cpp11 range-based loops
2020-10-02 15:17:05 +02:00
Sebastien Loriot 9ea4a875ef
Merge pull request #4862 from maxGimeno/Demo-Display_properties_plugin-maxGimeno
3D Demo: Display Surface_mesh properties
2020-10-02 15:16:37 +02:00
Laurent Rineau c27dfb97e5 Merge pull request #4973 from maxGimeno/Demo-Fix_remve_isolated_vertices-maxGimeno
Polyhedron Demo: Fix Remove_isolated_vertices
2020-09-25 15:34:28 +02:00
Laurent Rineau 0615f32441 Merge pull request #5014 from maxGimeno/Demo-Fix_fit_text-maxGimeno
Polyhedron Demo: Robustify the engrave_text_plugin
2020-09-25 15:34:25 +02:00
Laurent Rineau ad93ce0175 Merge pull request #5018 from maxGimeno/Demo-Add_simply_connected_polygon_generator-maxGimeno
Polyhedron Demo: Add an option to the polyline generator
2020-09-25 15:34:23 +02:00
Laurent Rineau 47b6db41d3 Merge pull request #5019 from maxGimeno/Demo-offset_mesher_wire-maxGimeno
Polyhedron Demo: Offset mesher detail
2020-09-25 15:34:21 +02:00
Laurent Rineau ad83011d27 Merge branch '5.1.x-branch' 2020-09-24 16:45:08 +02:00
Laurent Rineau 4b65694724 Merge pull request #4944 from maxGimeno/Demo-AABB_plugins-new_stuff-maxGimeno
Polyhedron demo: filter the AABB_tree representation
2020-09-24 16:43:18 +02:00
Laurent Rineau 692fc7d167 Merge pull request #4959 from maxGimeno/Demo-Grid_plugin_changes-maxGimeno
Polyhedron demo: change for grid plugin
2020-09-24 16:43:11 +02:00
Laurent Rineau 62e8fcb4ce Merge pull request #4975 from maxGimeno/Demo-Fix_mesh_plane_detection-maxGimeno
Polyhedron Demo: Fix Mesh_plane_detection_plugin
2020-09-24 16:43:07 +02:00
Laurent Rineau cee9751f6a Merge pull request #4980 from maxGimeno/Demo-Animation_mesh_deform-maxGimeno
Polyhedron Demo: Animation of surface_meshes
2020-09-24 16:43:04 +02:00
Laurent Rineau 0b2528c8b0 Merge branch 'releases/CGAL-5.0-branch' into 5.1.x-branch 2020-09-24 16:41:45 +02:00
Laurent Rineau a246b3d776 Merge pull request #4979 from janetournois/PMP-remesh_after_detect_sharp_features-jtournois
Polyhedron demo - get the sharp edges back after remeshing
2020-09-24 16:34:48 +02:00
Maxime Gimeno eccde8231b Merge remote-tracking branch 'cgal/master' into Demo-Fixes_and_features-maxGimeno 2020-09-24 16:27:54 +02:00
Maxime Gimeno 2c7f4f0824 Factorized 2020-09-24 16:24:56 +02:00
Maxime Gimeno 702655aac5 Works with point set. Need factorization 2020-09-24 16:24:56 +02:00
Maxime Gimeno ebc7ba62db WIP point_set 2020-09-24 16:24:56 +02:00
Maxime Gimeno f4e2edd5a6 WIP Point_set 2020-09-24 16:24:56 +02:00
Maxime Gimeno 086ed69d27 fix warning 2020-09-24 16:24:56 +02:00
Maxime Gimeno 6183da0408 Replace the IO keyword by "Viewer" and add it to the Display_property_plugin 2020-09-24 16:24:54 +02:00
Maxime Gimeno 59d5d2efad Replace the IO keyword by "Viewer" and add it to the Display_property_plugin 2020-09-24 16:24:48 +02:00
Maxime Gimeno a1ade09966 Ajust pixmap width 2020-09-24 16:24:16 +02:00
Maxime Gimeno adc7da1be7 fix typo 2020-09-24 16:24:16 +02:00
Maxime Gimeno fd1160b057 Fixes for heat_method and finalize the properties diplay 2020-09-24 16:24:16 +02:00
Maxime Gimeno 4db9a82fc3 WIP display property 2020-09-24 16:24:16 +02:00
Maxime Gimeno 9c194a7143 Switch offset item to wireframe 2020-09-24 13:01:04 +02:00
Maxime Gimeno 52c5245eb1 Add an option to triangulate a polyline/polygon in basic generator 2020-09-24 12:33:35 +02:00
Maxime Gimeno 7c42055ad0 Robustify the engrave text plugin 2020-09-23 12:32:51 +02:00
Maxime Gimeno 79db1b0cb9 Fix warnings and missing includes 2020-09-23 09:54:34 +02:00
Maxime Gimeno 0a2a0070fd More conversion warnings 2020-09-23 09:43:03 +02:00
Mael Rouxel-Labbé 5d414461b0 Merge remote-tracking branch 'cgal/master' into Iterative_authalic_parameterization 2020-09-22 11:53:27 +02:00
Mael Rouxel-Labbé 4694a48913 Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno 2020-09-22 11:35:25 +02:00
Maxime Gimeno 095b801c92 Fix is_border test in id_printing 2020-09-22 08:26:11 +02:00
Maxime Gimeno 07322242a6 Fix warning 2020-09-21 11:39:23 +02:00
Maxime Gimeno 687c86af2b fix warning 2020-09-21 10:16:42 +02:00
Maxime Gimeno a6199184be Add parenthesis around b.min 2020-09-21 09:55:13 +02:00
Laurent Rineau fac1f85985 Merge pull request #4938 from sloriot/BGL-simpler_inheritance
Add a convenience header file to inherit from face graphs
2020-09-11 15:16:34 +02:00
Laurent Rineau 113048faef Merge pull request #4960 from maxGimeno/Demo-C3t3_can_read_mesh_with_domain_0-maxGimeno
Polyhedron Demo: .mesh reading enhancement
2020-09-11 15:07:47 +02:00
Jane Tournois fd88ec4925 update num_faces in selection item
to avoid selected_facets.clear() in the slot() associated to
Scene_surface_mesh_item::itemChanged()
2020-09-11 11:41:19 +02:00
Maxime Gimeno 301f0be305 Fix warnings 2020-09-11 09:14:46 +02:00
Jane Tournois 1dba2d1d82 add visitor in Triangulate_facets_plugin 2020-09-11 08:34:37 +02:00
Jane Tournois 17d7fb8e68 use triangulate_visitor to keep the set of selected facets valid 2020-09-10 16:07:23 +02:00
Maxime Gimeno 721a6aafd1 Fix comparison warning 2020-09-10 09:45:40 +02:00
Maxime Gimeno e1ff1efaab Update_vertex works for flat data 2020-09-08 09:28:16 +02:00
Maxime Gimeno aeda2ef58c Replace boolean name and prevent maxx_domain=0 2020-09-07 12:35:54 +02:00
Jane Tournois 7cdc3775fd get the sharp edges back after remeshing
they were saved in ecm and edges_to_protect but not back-ported
to eif
2020-09-04 15:10:06 +01:00
Jane Tournois 32f6a1ab3d make triangulate_faces usable on a selection of faces 2020-09-04 15:42:15 +02:00
Maxime Gimeno 7449fc4730 add a help box 2020-09-04 15:35:57 +02:00
Maxime Gimeno 8f4055ce9c Nice icons 2020-09-04 14:55:03 +02:00
Maxime Gimeno 3d664482a5 connect slider 2020-09-04 14:33:37 +02:00
Maxime Gimeno fc8d134d56 better reset and init state 2020-09-04 14:29:06 +02:00
Maxime Gimeno 004e76d764 update of the UI 2020-09-04 13:48:18 +02:00
Jane Tournois 8400d05d8a check that surfaces to remesh are triangle meshes 2020-09-04 13:43:59 +02:00
Jane Tournois 6e3ca144aa in the demo, remesh a non-triangle mesh
when a user wants to remesh a non-triangle mesh, give the user
the option to first triangulate before starting to remesh
2020-09-04 11:36:07 +02:00
Maxime Gimeno 023e72482d secure stuff 2020-09-04 11:24:12 +02:00
Maxime Gimeno 085997cb06 Add 3 buttons and associated functions: start, singlestep and reset. 2020-09-04 10:46:02 +02:00
Maxime Gimeno 0f0c69d4bf Fix warning 2020-09-04 08:37:24 +02:00
Maxime Gimeno 1bfaf052e6 Add the plugin, and the basic functions. 2020-09-03 15:40:35 +02:00
Maxime Gimeno be26e0308e Updtae CMakeLists.txt 2020-09-03 12:28:18 +02:00
Maxime Gimeno 0a44140fe1 Fix Shape_detection plugin for Surface_meshes and remove Mesh_plane_detection_plugin, which was an alpha version of Shape_detection. 2020-09-03 12:03:38 +02:00
Maxime Gimeno f64eb35b3e Change subdirectory name to Shape Detection 2020-09-03 11:00:44 +02:00
Maxime Gimeno 284b018c44 Update Mehs_plane_detection_plugin with CGAL Region growing 2020-09-03 10:59:06 +02:00
Maxime Gimeno a9abe34772 Update displayed number of isolated vertices after removal 2020-09-02 16:19:27 +02:00
Laurent Rineau 6aefea87b9 Merge pull request #4949 from maxGimeno/Demo-Fixes-maxGimeno
Polyhedron demo: Fixes
2020-08-27 14:44:14 +02:00
Maxime Gimeno 7fd1d41c33 Fix spacing method 2020-08-27 13:51:58 +02:00
Maxime Gimeno 39c0f96492 Fix domain 0 behaviour 2020-08-27 13:18:46 +02:00
Maxime Gimeno 9d1e849517 Allow the .mesh to be read even with null domains 2020-08-27 10:26:58 +02:00
Maxime Gimeno 458296ced5 add a factor 1.001 to the default values of the spacing 2020-08-27 09:31:51 +02:00
Mael Rouxel-Labbé 8682f9bafb Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno 2020-08-24 11:45:17 +02:00
Maxime Gimeno ecdce77f17 Fixes Post cherry-pick 2020-08-24 11:11:23 +02:00
Maxime Gimeno 9c2889e41b Get rid of the VAO destroy warning 2020-08-24 09:16:10 +02:00
Maxime Gimeno 46a31fc97a Fix alpha in soups and c3t3 2020-08-24 09:15:05 +02:00
Maxime Gimeno ccda9638a4 Update displayed ids when moving a point 2020-08-24 09:12:24 +02:00
Maxime Gimeno 755c044829 Fixes 2020-08-24 09:12:11 +02:00
Maxime Gimeno 7ebca1cc83 Fix precision problems in strings 2020-08-24 09:11:56 +02:00
Maxime Gimeno 261e68727c Use the sceneView->selectAll() instead of doing the selection by hand. 2020-08-24 09:09:14 +02:00
Maxime Gimeno d1054d56c0 Add `,` in grid items name 2020-08-24 09:08:38 +02:00
Maxime Gimeno 189bea6570 Fix CreateSelection(List) 2020-08-24 09:08:18 +02:00
Maxime Gimeno fb7af2dcfa fix cut for multi items 2020-08-21 10:44:47 +02:00
Maxime Gimeno c1c8fa8da5 Fix multiviewer bugs 2020-08-21 10:40:32 +02:00
Maxime Gimeno cd4227444c Add instructions to the AABB_item 2020-08-21 09:52:14 +02:00
Maxime Gimeno 1d2894e5c6 Add filter on the plane, the tree level, and corresponding actions in the menu. 2020-08-20 15:44:11 +02:00
Maxime Gimeno 5f8e49a963 WIP 2020-08-19 15:50:22 +02:00
Sébastien Loriot b03fa54299 add a convenience header file to inherit from face graphs 2020-08-19 14:29:09 +02:00
Maxime Gimeno 83e0d459f2 Store domain options in c3t3 and retrieve them in optimizers to preserve features as much as possible. 2020-08-19 12:52:08 +02:00
Maxime Gimeno c948b779f9 Get rid of the VAO destroy warning 2020-08-18 14:36:50 +02:00
Sébastien Loriot 40f297e3e3 more conversion warnings
unsigned is hardcoded in boost
2020-08-17 17:10:12 +02:00
Maxime Gimeno 1c2e2ba4b8 Fix alpha in soups and c3t3 2020-08-07 11:39:41 +02:00
Mael Rouxel-Labbé 00ca0211e1 IO documentation fixes 2020-08-04 15:47:56 +02:00
Simon Giraudot 19004a7432 Merge remote-tracking branch 'mine/Classification-Simpler_IO_for_ETHZ_Random_forest-GF' into Classification-Simpler_IO_for_ETHZ_Random_forest-GF 2020-08-04 13:41:48 +02:00
Maxime Gimeno 9c15f2c9dc Use FeatureSummary in the demo, and remove CGAL_FOUND 2020-08-04 12:46:17 +02:00
Maxime Gimeno 6891cf82f8 Add an action to the Repair_plugin that extracts NM vertices into a point_set_item. 2020-08-03 10:25:53 +02:00
Laurent Rineau 962b681abd Merge pull request #4871 from janetournois/Tet_remeshing-add_smoothing_of_features-jtournois
Tetrahedral remeshing - smoothing along 1D features
2020-07-31 15:52:56 +02:00
Laurent Rineau 1b2f4398be Fix C3t3 RIB exporter
@maxGimeno Should not we remove that plugin, by the way? Why do we
have an exporter of c3t3 for RenderMan?
2020-07-30 10:37:39 +02:00
Maxime Gimeno 3083341e48 rename min and max to avoid trigger maccro in windows. 2020-07-30 10:15:13 +02:00
Mael Rouxel-Labbé 0d66e19361 IO documentation fixes
See @sloriot's review:

https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Polgyon_soup_mesh_IO/2nd_round/Answer_to_review

(+ some commits before and after this one)
2020-07-24 17:06:00 +02:00
Maxime Gimeno 261eb678b0 Update displayed ids when moving a point 2020-07-24 16:13:58 +02:00
Laurent Rineau 6ebe6d6845 <CGAL/draw_face_graph.h>
That factorizes the code for the `draw()` function for `Polyhedron_3`
and `Surface_mesh`.
2020-07-24 13:09:53 +02:00
Maxime Gimeno 825399a515 Fixes 2020-07-24 12:02:11 +02:00
Jane Tournois 38add289a1 remove commented macro which does not exist anymore 2020-07-24 11:58:03 +02:00
Maxime Gimeno 424560573a Merge remote-tracking branch 'cgal/master' into Demo-Fixes_and_features-maxGimeno 2020-07-24 11:47:40 +02:00
Laurent Rineau 1ab4eea551 Merge pull request #4854 from lrineau/Polyhedron-demo_fix_Mesh_3_cmakelist-GF
Polyhedron demo: fix Mesh_3 CMakeLists.txt
2020-07-23 17:15:17 +02:00
Jane Tournois 966af02610 add option for smoothing along polyline features in the plugin 2020-07-23 12:21:11 +02:00
Mael Rouxel-Labbé dd2604a30d Add Iterative authalic to the Polyhedron demo 2020-07-21 17:47:41 +02:00
Laurent Rineau 49e3dc41a6 Reimplement addActionToMenu with standard algorithms 2020-07-20 17:40:24 +02:00
Laurent Rineau c98fb0cf5e mesh_3_optimization_plugin should not have the IO keyword 2020-07-20 17:09:02 +02:00
Laurent Rineau 343dad840a -DCGAL_USE_VTK should be only for io_image_plugin
Otherwise, I had a ld.so error with a few Mesh_3 plugins that do not
use VTK.
2020-07-20 17:09:02 +02:00
Mael Rouxel-Labbé 91faa22b4a Fix some I/O doc in Polyhedron 2020-07-17 12:22:11 +02:00
Mael Rouxel-Labbé a53d72b986 Standardize "I/O" vs "IO" 2020-07-17 10:51:09 +02:00
Mael Rouxel-Labbé 2d51d86787 Make verbose a NP instead of a parameter + various fixes in CGAL 2020-07-16 20:22:26 +02:00
Dmitry Anisimov 1c66843564
fixed typo 2020-07-15 16:38:35 +02:00
Dmitry Anisimov a432605da9 renamed test to better fit the naming convention 2020-07-15 16:27:41 +02:00
Dmitry Anisimov b89bbbf756 fixes PR #4823, clean version of range based loops in Polyhedron 2020-07-14 18:01:35 +02:00
Dmitry Anisimov 9e98b71467 added range based types and methods to polyhedron 3 + a test (not finished) 2020-07-13 16:39:11 +02:00
Laurent Rineau f1fb1106f4 Merge pull request #4822 from sloriot/Demo-needles_caps_ui
Improve ui of needles/caps removal
2020-07-03 16:21:24 +02:00
Maxime Gimeno 0401e8df71 Fix precision problems in strings 2020-07-03 12:24:09 +02:00
Maxime Gimeno 9f056030f9 Finish the Scene Scaler 2020-07-03 11:56:45 +02:00
Maxime Gimeno b2047dcab8 Add an option to rescale the scene in a 1-radius sphere. 2020-07-02 15:56:55 +02:00
Sébastien Loriot 2ce4d6f1af try to please old QT versions 2020-07-01 16:16:26 +02:00
Sebastien Loriot 16e38e4dec
Apply suggestions from code review
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2020-07-01 14:48:09 +02:00
Maxime Gimeno d0913ea1b0 Add "Add to group" to the context menu and make the action move the selected items to the new group. 2020-07-01 12:50:52 +02:00
Maxime Gimeno d21b90c27f don't allow a dock_widget to be moved if it is not floating 2020-07-01 10:27:52 +02:00
Laurent Rineau 4537d217c7 Merge pull request #4812 from janetournois/Tet_remeshing-fix4808-jtournois
Tetrahedral remeshing : fix a bug in collapse
2020-06-30 16:38:03 +02:00
Laurent Rineau 10834e4ef4 Merge pull request #4813 from MaelRL/Polyhedron-fix_const-GF
Remove 'const' markers in Polyhedron-modifying functions
2020-06-30 16:37:59 +02:00
Laurent Rineau 414bb92246 Merge pull request #4813 from MaelRL/Polyhedron-fix_const-GF
Remove 'const' markers in Polyhedron-modifying functions
2020-06-30 16:36:55 +02:00
Sébastien Loriot 41d8a2bc3e improve ui of needles/caps removal 2020-06-30 14:02:32 +02:00
Mael Rouxel-Labbé ae4c2aaa9e IO doc fixes 2020-06-26 16:08:02 +02:00
Mael Rouxel-Labbé 594eb97a22 Doc improvements 2020-06-25 21:01:04 +02:00
Mael Rouxel-Labbé e5655f7d29 Remove extra const in Polyhedron-modifying functions 2020-06-25 16:50:59 +02:00
Mael dafb52f0fd Remove wrong 'const' marker in Polyhedron-modifying functions 2020-06-25 16:45:43 +02:00
Mael Rouxel-Labbé 26355e2e32 Uniformize capital / third person usage of \brief 2020-06-25 15:13:47 +02:00
Jane Tournois f304886fee c3t3.rescan_after_load_of_triangulation() to count facets and cells
and make counters valid
2020-06-25 14:08:29 +02:00
Maxime Gimeno 645db67cea Use the sceneView->selectAll() instead of doing the selection by hand. 2020-06-24 15:09:36 +02:00
Mael Rouxel-Labbé 9cca59ba36 Actually use the new IO functions + some example improvements 2020-06-23 18:24:39 +02:00
Maxime Gimeno 9aca6296d4 Save camera_positions list if available when saving a scene. 2020-06-23 15:50:06 +02:00
Maxime Gimeno 775a3fdb07 add a list of ids for groups in the scene to allow selecting all items quicker 2020-06-23 12:52:52 +02:00
Mael Rouxel-Labbé 944697baa8 Misc fixes 2020-06-23 12:51:05 +02:00
Maxime Gimeno 639a8b8e8e Add `,` in grid items name 2020-06-23 12:18:27 +02:00
Maxime Gimeno 688aaad4ac Fix CreateSelection(List) 2020-06-23 12:09:09 +02:00
Mael Rouxel-Labbé 33e1329101 Fix a bunch of issues in Polyhedron's IO + doc 2020-06-22 19:21:12 +02:00
Mael Rouxel-Labbé 619e27e50f Remove Polyhedron_IO
Completely undocumented package.

All functions/examples have been moved and documented (Stream_support/IO, mostly=
2020-06-22 18:52:24 +02:00
Maxime Gimeno 3003fb308f More flags warnings 2020-06-18 13:35:40 +02:00
Maxime Gimeno e636a9e3e4 Fix locale problem and read_WKT() 2020-06-18 13:20:11 +02:00
Maxime Gimeno ea53a8d70d Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno 2020-06-17 14:25:21 +02:00
Maxime Gimeno 25c8313859 Replace IO functions in examples and fix Surface_mesh read_OFF() 2020-06-16 14:36:24 +02:00
Maxime Gimeno 39d41664e6 Fix addActionToMenu 2020-06-15 11:56:00 +02:00
Maxime Gimeno 08ce5f17a8 Fix more warnings 2020-06-15 10:37:58 +02:00
Maxime Gimeno b4bba7f034 rename maccro 2020-06-15 08:58:13 +02:00
Maxime Gimeno 77af45afc1 Fix remainings warnings, use #define for split and fix error in filterOperations 2020-06-12 16:13:16 +02:00
Maxime Gimeno a9795c3562 Fix deprecation warnings 2020-06-11 13:11:36 +02:00
Maxime Gimeno 8e21da2b91 Fix typo. 2020-06-08 16:31:46 +02:00
Laurent Rineau 9b8ecd720b Merge pull request #4636 from sgiraudot/CMake-Third_party_imported_targets-GF
CMake: Use Imported Targets for 3rd Party Libs
2020-06-05 17:54:14 +02:00
Maxime Gimeno 6a466dd6b5 fix OFF I/O 2020-06-05 15:40:13 +02:00
Maxime Gimeno 3a74c5bd11 Update to master 2020-06-03 17:12:43 +02:00
Laurent Rineau a828cb0d06 Merge pull request #4620 from janetournois/Tetrahedral_remeshing-new-jtournois
Tetrahedral remeshing - new package
2020-06-03 16:23:17 +02:00
Maxime Gimeno 7d5c8e2558 Restore missing dependency for register_point_set_plugin 2020-06-03 15:56:13 +02:00
Maxime Gimeno ee4f996043 Add a clone to the c3t3 and fix an error in the cutting plane orientation 2020-06-03 11:24:18 +02:00
Maxime Gimeno 8adf6511ff Fix Polygon soup description 2020-06-03 09:31:46 +02:00
Maxime Gimeno dac2ad159e Fix path in partition 2020-06-02 16:08:30 +02:00
Maxime Gimeno 83ed34b6f2 reduce limit for triggering offset 2020-06-02 16:04:53 +02:00
Maxime Gimeno 520fbf7c4b Add missing include 2020-06-02 10:38:56 +02:00
Mael Rouxel-Labbé cab7f23310 Fix construction of the point when a VPM is used in OFF Polyhedron IO 2020-05-28 10:58:58 +02:00
Simon Giraudot 89285f1feb Merge remote-tracking branch 'mine/CMake-Third_party_imported_targets-GF' into CMake-Third_party_imported_targets-GF 2020-05-28 08:53:17 +02:00
Laurent Rineau a8691e96ad Merge pull request #4734 from maxGimeno/Demo-WS_Enhancement_and_fixes-maxGimeno
CGAL 3D Demo: Enhancements and fixes
2020-05-27 16:33:25 +02:00
Maxime Gimeno d0bfde7966 Fix some OBJ reading 2020-05-25 17:03:05 +02:00
Mael Rouxel-Labbé 580a1efd5c Remove trailing whitespace / tabs 2020-05-22 15:31:50 +02:00
Mael Rouxel-Labbé fb8463f470 Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno 2020-05-22 15:17:56 +02:00
Maxime Gimeno f8c1bc5aa7 Display the scene files available when loading a scene from ssh. 2020-05-22 13:41:38 +02:00
Maxime Gimeno ed6c1cb95e give urls to explain why ignore warnings 2020-05-19 16:35:24 +02:00
Maxime Gimeno 6f946f2110 Check string list size 2020-05-19 16:27:36 +02:00
Maxime Gimeno 8be919e7b6 Smooth the ws cam 2020-05-19 15:41:36 +02:00
Maxime Gimeno bad269b3ec SSH actions use agent if possible 2020-05-19 14:44:28 +02:00
Maxime Gimeno 685c3aa859 Fix typo 2020-05-19 13:22:40 +02:00
Maxime Gimeno cd4586b4db Fix Generate ObjeCt 2020-05-19 13:21:59 +02:00
Maxime Gimeno 2fcf16c859 Silence gl spamm 2020-05-19 13:21:06 +02:00
Maxime Gimeno 2622ffd209 Externalize WS server 2020-05-19 13:06:54 +02:00
Simon Giraudot 1772709b94 Update remove_outliers with new API 2020-05-18 13:53:11 +02:00
Laurent Rineau bb012da683 Merge pull request #4568 from sgiraudot/PSP-Cluster_points-GF
[Small Feature] Point Set Clustering
2020-05-18 12:24:56 +02:00
Laurent Rineau 1b947a6c04 Merge pull request #4678 from maxGimeno/CGAL-Fixes_for_bundle-maxGimeno
Script: Update the script for the demo bundle
2020-05-18 12:24:39 +02:00
Sébastien Loriot fbd9628307 add a static bool map and use it when possible
also remove Static_property_map that is a duplicate of Constant_property_map
2020-05-15 18:27:33 +02:00
Sébastien Loriot 9f0ebc705b set the initial size of the internal vector when using vector_property_map 2020-05-15 18:03:40 +02:00
Maxime Gimeno f144de393a Add binary support for surf reading. 2020-05-15 15:53:33 +02:00
Maxime Gimeno 4e4465508c Fix doc 2020-05-14 15:05:48 +02:00
Maxime Gimeno 20898e4b31 fix functions calls 2020-05-14 13:46:57 +02:00
Simon Giraudot cab06077f1 Fix warnings 2020-05-13 16:12:43 +02:00
Maxime Gimeno 640f34c975 secure all >> in readers 2020-05-13 11:46:18 +02:00
Maxime Gimeno d6812d9561 Fixes for 3MF and OFF 2020-05-13 10:49:25 +02:00
Sébastien Loriot 7c4586be1b Merge remote-tracking branch 'cgal/releases/CGAL-5.0-branch' 2020-05-12 16:59:02 +02:00
Sébastien Loriot fb83386f44 Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch' 2020-05-12 16:58:32 +02:00
Maxime Gimeno e6b1e5531c Fix affine_transformation_plugin 2020-05-07 09:49:53 +02:00
Jane Tournois a9b461c156 fix warnings 2020-05-07 06:31:14 +02:00
Jane Tournois 28a9cb150a replace std::set<Vertex_handle> with std::array<Vertex_handle>
for facets vertices
this should be a lot more efficient
2020-05-06 15:11:06 +02:00
Maxime Gimeno 7c8dcbfd47 verbose in readers. 2020-05-06 12:57:08 +02:00
Maxime Gimeno e3f2660b04 Fix an item in the demo 2020-05-06 11:33:27 +02:00
Simon Giraudot fefdd13f45 Merge remote-tracking branch 'mine/PSP-Cluster_points-GF' into PSP-Cluster_points-GF 2020-05-06 08:59:40 +02:00
Maxime Gimeno 9d237393da Add a function read_polygon_mesh() and fix the readers. 2020-05-05 14:53:52 +02:00
Maxime Gimeno 5988befc68 Fix remaining std::max 2020-05-05 10:02:32 +02:00
Maxime Gimeno 3a9b501612 WIP fixing doc 2020-05-04 16:56:03 +02:00
Maxime Gimeno 049439fa6b Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno 2020-04-30 16:47:58 +02:00
Sebastien Loriot fea3a179bf
Merge pull request #4505 from sgiraudot/Tutorials-GIS-GF
[Small Feature] GIS Tutorial
2020-04-29 15:15:55 +02:00
Simon Giraudot 0df35c7836 Fix unused parameter warning 2020-04-29 13:34:26 +02:00
Maxime Gimeno 841f7a2016 WIP tests NP 2020-04-29 11:23:07 +02:00
Sebastien Loriot ffd682c0ef
Merge pull request #4674 from maxGimeno/Surf_reader_enhancement-maxGimeno
Surf_reader : Enhancement
2020-04-27 10:20:13 +02:00
Sebastien Loriot 0325219ce6
Merge pull request #4671 from maxGimeno/DGAL-Fix_MIN_MAX_issues-maxGimeno
CGAL: Min-max errors on windows
2020-04-27 09:46:04 +02:00
Sebastien Loriot e5c8db5745
Merge pull request #4631 from lrineau/Polyhedron-demo_fix_mesh_3_plugin_MSVC_2015-GF
Demo mesh_3_plugin: fix a compilation error with MSVC 2015
2020-04-27 09:04:28 +02:00
Maxime Gimeno bc822934a8 fix whitespaces 2020-04-24 16:03:21 +02:00
Mael 78acfda766 Fix whitespace 2020-04-24 14:02:19 +02:00
Maxime Gimeno d7a18b913d More errors and warnigns 2020-04-23 09:30:28 +02:00
Maxime Gimeno 8da84d4748 More errors and warnigns 2020-04-23 09:27:54 +02:00
Maxime Gimeno c74bca8d65 More errors and warnigns 2020-04-23 09:27:26 +02:00
Sebastien Loriot e38f9c2195
Merge pull request #4633 from maxGimeno/Three-move_examples-maxGimeno
Three: Move examples to the Polyhedron_Demo
2020-04-22 13:20:32 +02:00
Maxime Gimeno 97d2eaebd9 more fixes 2020-04-22 11:03:38 +02:00
Maxime Gimeno 6a51a30828 more fixes 2020-04-22 11:02:47 +02:00