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
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
5988befc68
Fix remaining std::max
2020-05-05 10:02:32 +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
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
Maxime Gimeno
9bf61b7977
more fixes
2020-04-22 11:02:16 +02:00
Jane Tournois
c2722e5f3f
Merge remote-tracking branch 'maxGimeno/Surf_reader_enhancement-maxGimeno' into Tetrahedral_remeshing-new-jtournois
2020-04-22 07:15:15 +01:00
Maxime Gimeno
ee0204d7da
Proper fix.
2020-04-21 16:57:37 +02:00
Maxime Gimeno
fa5147c756
Simple minimalist patch for surf_reader
2020-04-21 15:51:15 +02:00
Maxime Gimeno
5b2d46cfa0
Fixes for min/max
2020-04-21 12:04:45 +02:00
Maxime Gimeno
50766d9d03
Fixes for min/max
2020-04-21 11:52:56 +02:00
Maxime Gimeno
e9d41d7b7d
Fixes for min/max
2020-04-21 11:38:37 +02:00
Laurent Rineau
6f2c1fa6b2
Really fix the compilation with MSVC 2015
2020-04-20 21:54:44 +02:00
Maxime Gimeno
93b9f643bc
Fix link problem in Io_image_plugin
2020-04-20 13:23:37 +02:00
Simon Giraudot
fb8573e139
Merge remote-tracking branch 'mine/Tutorials-GIS-GF' into Tutorials-GIS-GF
2020-04-20 09:25:52 +02:00
Simon Giraudot
1dd6a665a1
Merge remote-tracking branch 'mine/CMake-Third_party_imported_targets-GF' into CMake-Third_party_imported_targets-GF
2020-04-20 09:09:32 +02:00
Simon Giraudot
90ad2cb613
Fix warnings and trailing whitespaces
2020-04-20 08:50:44 +02:00
Jane Tournois
cf58a08a55
Merge branch 'master' into Tetrahedral_remeshing-new-jtournois
2020-04-20 06:24:36 +02:00
Jane Tournois
9a886d8f27
rename tetrahedral_adaptive_remeshing() to tetrahedral_isotropic_remeshing()
...
because it is not adaptive yet
the adaptive version will come later, with a named parameter
2020-04-17 09:32:36 +02:00
Mael Rouxel-Labbé
d6cf97278f
Fix trailing whitespace
2020-04-17 09:22:57 +02:00
Sebastien Loriot
98fafe4ef1
Merge pull request #4514 from MaelRL/CGAL-Fix_warnings-GF
...
Fix (some) testuite warnings
2020-04-16 18:15:11 +02:00
Sebastien Loriot
a860a7ea5a
Merge pull request #4404 from MaelRL/CGAL-Optimal_bounding_box-GF
...
New Package: Optimal Bounding Box
2020-04-16 18:10:58 +02:00
Simon Giraudot
60cb33fa31
Merge remote-tracking branch 'mine/PSP-Cluster_points-GF' into PSP-Cluster_points-GF
2020-04-16 17:02:19 +02:00
Simon Giraudot
a08a1e950d
Merge remote-tracking branch 'mine/Tutorials-GIS-GF' into Tutorials-GIS-GF
2020-04-16 16:56:13 +02:00
Sebastien Loriot
a9da0c4178
Merge pull request #4646 from lrineau/Polyhedron-demo_fix_sphere_item-GF
...
Fix cutting plane of spheres items
2020-04-16 16:43:17 +02:00
Sebastien Loriot
1ea45a7009
Merge pull request #4629 from maxGimeno/Demo-Fix_point_set_registration_plugin-maxGimeno
...
Polyhedron Demo: Fix Register_point_sets_plugin
2020-04-16 16:40:14 +02:00
Sebastien Loriot
5594c95eb9
Merge pull request #4597 from sgiraudot/PMP-Regularize_selection_borders-GF
...
[Small Feature] BGL: Regularize Face Selection Borders
2020-04-16 16:33:35 +02:00
Sébastien Loriot
a8f9858099
Merge remote-tracking branch 'cgal/releases/CGAL-5.0-branch'
2020-04-16 16:29:55 +02:00
Maxime Gimeno
674f29c2d9
Remove the search for the polyhedorn demo directory.
2020-04-16 09:05:38 +02:00
Simon Giraudot
421096fd7f
Use imported targets everywhere
2020-04-15 14:06:13 +02:00
Sébastien Loriot
e545270544
else -> endif
2020-04-14 16:56:28 +02:00
Maxime Gimeno
59b3a7af9e
Make all the example plugin fully internal. Don't treat them if we are not in the testsuite.
2020-04-14 16:37:47 +02:00
Maxime Gimeno
931310b785
Fix error and warning in Example_plugin
2020-04-14 16:05:55 +02:00
Jane Tournois
29350cb260
fix the update of c3t3 facets in the flip step
2020-04-14 15:09:59 +02:00
Maxime Gimeno
64230e1351
Fix line width in menus.
2020-04-14 11:29:52 +02:00
Laurent Rineau
090565f1a4
Fix cutting plane of spheres items
...
Fix the code of the cutting plane of sphere items, so that it is the
same orientation of the cutting plane of the c3t3 item.
2020-04-13 22:34:25 +02:00
Mael Rouxel-Labbé
c16c1a7ea3
Merge remote-tracking branch 'cgal/master' into CGAL-Optimal_bounding_box-GF
2020-04-10 16:10:11 +02:00
Sébastien Loriot
acd6d9d8de
removing tabs and trailing whitespaces
2020-04-10 11:26:31 +02:00
Maxime Gimeno
e44921bf72
Remove NOTICE message.
2020-04-10 10:22:25 +02:00
Maxime Gimeno
a06aae45aa
Use another macro
2020-04-10 09:37:11 +02:00
Maxime Gimeno
7e399437aa
rename Example_plugin into Three_examples
2020-04-09 11:31:44 +02:00
Maxime Gimeno
d74ab884cf
Update the doc about creating a scene_item
2020-04-09 11:11:59 +02:00
Maxime Gimeno
d4bf0548df
Move Example_plugings inside the demo and add a cmake swith to get it tested in the testsuites
2020-04-09 10:45:06 +02:00
Maxime Gimeno
3e316555eb
WIP
2020-04-08 16:30:06 +02:00
Sebastien Loriot
2167d4ffef
Merge pull request #4454 from maxGimeno/TDS-file_input-maxGimeno
...
Triangulation_3: Add a function to file_input() with a similar API to the advanced copy_tds()
2020-04-08 16:09:36 +02:00
Laurent Rineau
b1f9951ed3
Fix a compilation error with MSVC 2015
2020-04-08 16:00:32 +02:00
Sébastien Loriot
50c62be925
Merge remote-tracking branch 'cgal/releases/CGAL-5.0-branch'
2020-04-08 15:56:23 +02:00
Maxime Gimeno
fe2b9e7236
Fix Register_point_sets_plugin
2020-04-08 11:54:54 +02:00
Maxime Gimeno
a60b15c90e
Fix picking with wireframe and points
2020-04-08 11:53:49 +02:00
Maxime Gimeno
04fc3550d2
Fix warnings in polyhedron examples
2020-04-08 11:30:17 +02:00
Simon Giraudot
9e2ce819f0
Merge remote-tracking branch 'mine/Tutorials-GIS-GF' into Tutorials-GIS-GF
2020-04-07 10:15:50 +02:00
Maxime Gimeno
952d5721fd
fix c3t3_io plugin
2020-04-03 12:31:59 +02:00
Mael
84bcb8ac05
Merge branch 'master' into PMP-Regularize_selection_borders-GF
2020-04-03 09:11:52 +02:00
Sébastien Loriot
7f0a32da44
remove unused variable
2020-04-02 17:28:20 +02:00
Maxime Gimeno
b6a5f23e4e
remove trailing whitespaces
2020-04-02 15:02:27 +02:00
Maxime Gimeno
e02a3fc37e
Merge remote-tracking branch 'cgal/master' into TDS-file_input-maxGimeno
2020-04-02 15:00:23 +02:00
Maxime Gimeno
383eb3d147
Merge tag 'master_before_no_tws_nor_tabs' into TDS-file_input-maxGimeno
2020-04-02 14:56:03 +02:00
Sébastien Loriot
dba7c3eb73
extra run of the script to remove tabs and trailing whitespaces
2020-04-02 13:45:03 +02:00
Simon Giraudot
9725bdcaa6
Update plugin
2020-04-02 13:45:01 +02:00
Simon Giraudot
c2a7dd51f3
Use named parameters
2020-04-02 13:45:01 +02:00
Simon Giraudot
80a4b95f01
Use identity face map
2020-04-02 13:45:01 +02:00
Simon Giraudot
dc54b326f4
Separate regularization functions
2020-04-02 13:45:01 +02:00
Simon Giraudot
461bb19e2d
Use BGL API in regularize_selection
2020-04-02 13:45:00 +02:00
Simon Giraudot
6b79764dbb
Add alternative algorithm for regularization using local minimization
2020-04-02 13:45:00 +02:00
Simon Giraudot
f64702e640
Make API weight between 0 and 1
2020-04-02 13:45:00 +02:00
Simon Giraudot
8bcbc8ea5e
Remove useless parameter
2020-04-02 13:45:00 +02:00
Simon Giraudot
f93f79248a
Compute evolution of border length in plugin
2020-04-02 13:45:00 +02:00
Simon Giraudot
d505837264
First version of selection regularization via graphcut
2020-04-02 13:45:00 +02:00
Jane Tournois
dca97faad6
Merge remote-tracking branch 'cgal/master' into Tetrahedral_remeshing-new-jtournois
2020-04-01 12:25:59 +01:00
Jane Tournois
e0171c2f24
Merge branch 'master' into Tetrahedral_remeshing-new-jtournois
2020-04-01 07:07:46 +01:00
Jane Tournois
53843de366
protect smoothing of sharp edges with a macro
2020-04-01 07:59:27 +02:00
Jane Tournois
6d71f78b60
comment debug macros
2020-04-01 07:39:04 +02:00
Mael Rouxel-Labbé
489869c543
Uniformize file names (repair_*)
2020-03-31 17:49:29 +02:00
Mael
c766178456
Merge branch 'master' into PMP-Make_remove_self_intersections_local-GF
2020-03-30 09:44:36 +02:00
Sébastien Loriot
26962ace1c
Merge remote-tracking branch 'cgal/releases/CGAL-5.0-branch'
2020-03-27 16:06:59 +01:00
Sébastien Loriot
a14e247bdf
extra run of the script to remove tabs and trailing whitespaces
2020-03-27 08:23:32 +01:00
Sébastien Loriot
d1c1ca2399
Update branch from master after trailing whitespaces and tabs removal
2020-03-27 08:19:39 +01:00
Sébastien Loriot
35b83deffd
Update branch from master after trailing whitespaces and tabs removal
2020-03-26 19:16:25 +01:00
Sébastien Loriot
754699b33d
extra run of the script to remove tabs and trailing whitespaces
2020-03-26 18:59:49 +01:00
Sébastien Loriot
4c094fd3c2
Update branch from master after trailing whitespaces and tabs removal
2020-03-26 18:59:19 +01:00
Sébastien Loriot
58b10a3605
extra run of the script to remove tabs and trailing whitespaces
2020-03-26 18:58:50 +01:00
Sébastien Loriot
c1a42c7d37
Update branch from master after trailing whitespaces and tabs removal
2020-03-26 18:58:21 +01:00
Sébastien Loriot
8bb22d5b2c
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of the 5.0 release branch
+ manual fix of the files (indentation was changed in the meantime):
* Spatial_sorting/include/CGAL/Multiscale_sort.h
* Spatial_sorting/test/Spatial_sorting/test_multiscale.cpp
2020-03-26 14:26:59 +01:00
Sébastien Loriot
8b153fb495
Merge branch 'cgal/releases/CGAL-5.0-branch'
...
whitespace+tab removal, merged with option -Xignore-space-change
2020-03-26 14:22:32 +01:00
Sébastien Loriot
0779373835
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of 4.14 release branch
+ manual fix on one line in:
* Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
* .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00
Sébastien Loriot
0a46621dc6
Merge branch 'cgal/releases/CGAL-4.14-branch'
...
whitespace+tab removal, merged with option -Xignore-all-space
2020-03-26 13:28:46 +01:00
Sébastien Loriot
590612a563
run the script to remove tabs and trailing whitespaces
2020-03-26 13:25:16 +01:00