Commit Graph

68929 Commits

Author SHA1 Message Date
Sébastien Loriot 3b8d38eb2f fix conversion warning 2016-07-05 09:15:20 +02:00
Sébastien Loriot ec592cfa6d default value for relevance is 1 2016-07-04 10:51:12 +02:00
Sébastien Loriot faf7e42cc3 add a test checking algo compiles and run with epeck 2016-07-01 10:54:38 +02:00
Sébastien Loriot 3009712a64 round relocation to double when using a non floating point number type
due to iterative relocation, multiprecision number types increase
very quickly (even if we use only one relocation step)
2016-07-01 09:09:42 +02:00
Sébastien Loriot e912899d51 change bounds in the assertion as less isolated vertices seems to be generated 2016-06-30 14:07:11 +02:00
Sébastien Loriot 29aacb5dc7 remove use of numeric_limits 2016-06-30 12:24:49 +02:00
Sébastien Loriot 54948a4b25 only display info in the console if verbose > 0 2016-06-30 12:09:23 +02:00
Sébastien Loriot a51683e497 remove test that was using non-documented API 2016-06-30 12:09:17 +02:00
Sébastien Loriot 3658aa045a remove bbox data member and initialize it when reading input points
This is a bug fix as the bbox data members were arbitrarily initialized
and the bbox used was not correct and could lead to use the infinite
vertex during the reconstruction.
I also removed the default constructor to avoid having a non initialized
bbox
2016-06-30 12:09:04 +02:00
Sébastien Loriot c1bdf2d713 add missing example input file 2016-06-30 12:08:42 +02:00
Sébastien Loriot 5e148a5f53 add a struct turning a pmap to a unary functor 2016-06-30 12:08:28 +02:00
Sébastien Loriot 1cb48d9db0 fix the return types of property maps provided by CGAL to match the concepts 2016-06-30 12:08:13 +02:00
Sébastien Loriot d00bc1c7a9 double -> FT 2016-06-30 12:08:03 +02:00
Sébastien Loriot 174b1c3c7d rename and undef macro 2016-06-30 12:06:55 +02:00
Sébastien Loriot b6505b6e91 sqrt -> approximate_sqrt 2016-06-30 12:06:14 +02:00
Sébastien Loriot cc5b25b4fb fix author name 2016-06-30 12:06:09 +02:00
Andreas Fabri ba9f4435c2 Avoid the usage of EPS and use a predicate instead of a construction 2016-06-30 11:52:06 +02:00
Andreas Fabri 62e2396e03 use boost::container::deque; reserve() for a vector 2016-06-30 11:52:06 +02:00
Andreas Fabri 026ff882d3 No need to project for computing a line point distance; replace vector with deque 2016-06-30 11:52:05 +02:00
Andreas Fabri 845d9f0ad8 use faster intersection API 2016-06-30 11:52:05 +02:00
Sebastien Loriot f3e5e81d79 Merge pull request #1219 from maxGimeno/Add_a_spacer-GF
Polyhedron_demo : Trivial UI change in Point_inside_polyhedron_plugin
2016-06-29 14:06:29 +02:00
Sebastien Loriot b3dc4a8595 Merge pull request #1221 from maxGimeno/Fix_Point_set_smoothing-GF
Polyhedron_demo: Fix Point_set_smoothing_plugin
2016-06-29 14:06:07 +02:00
Sebastien Loriot a414c0be61 Merge pull request #1212 from maxGimeno/Restore_snapshots-GF
Polyhedron_demo : Restore the Snapshot feature.
2016-06-29 14:00:48 +02:00
Sebastien Loriot 46980d547f Merge pull request #1207 from maxGimeno/Fix_implicit_function-GF
Polyhedron-demo : Fix display issue with Scene_implicit_function_item
2016-06-29 13:56:47 +02:00
Sebastien Loriot 997f5550db Merge pull request #1215 from maxGimeno/On_the_fly_selection_item-GF
Polyhedron_demo: On the fly selection_item
2016-06-29 13:52:58 +02:00
Sebastien Loriot 7148b3abcf Merge pull request #1213 from maxGimeno/Fix_bilateral_smoothing-GF
Polyhedron_demo: Fix bilateral_smoothing
2016-06-29 13:50:50 +02:00
Sebastien Loriot 9f0c23c4c9 Merge pull request #1209 from maxGimeno/keep_patch_ids_after_deformation-GF
Polyhedron_demo : Keeping colors after deformation
2016-06-29 13:49:25 +02:00
Sebastien Loriot 5f33306831 Merge pull request #1205 from maxGimeno/Add_mesh_info_in_c3t3_item-GF
Polyhedron_demo : Add the meshing parameters to the item's tooltip
2016-06-29 13:48:04 +02:00
Sebastien Loriot 198c1f71bf Merge pull request #1201 from maxGimeno/Fix_deformation-GF
Polyhedron_demo : Fix deformation
2016-06-29 13:46:51 +02:00
Maxime Gimeno 9c610f9cf9 Add a spacer. 2016-06-29 10:58:44 +02:00
Sebastien Loriot 5e08127cf8 Merge pull request #1223 from maxGimeno/Fix_selection_after_erase_item-GF
Polyhedron_demo: Fixes the selection after erasing items
2016-06-29 10:57:12 +02:00
Maxime Gimeno 5ea36f942e Fixes the selection after erasing items. 2016-06-29 10:48:49 +02:00
Maxime Gimeno 247ec7fd82 Fix the SEGFAULT 2016-06-29 10:13:39 +02:00
Laurent Rineau 1394b6e5fa Restore the richtext formatting 2016-06-28 19:00:38 +02:00
Sebastien Loriot 9c88b6daa9 Merge pull request #1218 from afabri/patch-2
Update Point_set_processing_3.txt
2016-06-28 18:54:19 +02:00
Andreas Fabri 96ccee0c75 Update Point_set_processing_3.txt
fix typo
2016-06-28 18:49:43 +02:00
Sebastien Loriot e034f327e3 Merge pull request #1217 from afabri/patch-2
Update Point_set_processing_3.txt
2016-06-28 18:45:14 +02:00
Andreas Fabri de647b55ed Update Point_set_processing_3.txt
fix typo
2016-06-28 18:43:46 +02:00
Maxime Gimeno af8bf047bb Factorize item creation. 2016-06-28 15:37:15 +02:00
Maxime Gimeno d76091195a Enhancement
- Creates a scene_polyhedron_selection_item for the currently selected scene_polyhedron_item if none exists and a button is clicked in the widget.
2016-06-28 15:26:22 +02:00
Sebastien Loriot 72f5ba72b9 Merge pull request #1214 from maxGimeno/Fix_items_selection_color-GF
Polyhedron_demo: Fix the unjustified color changes
2016-06-28 14:35:18 +02:00
Maxime Gimeno ce55073dfb Initialize is_selected in Scene_item to avoid unjustified color changes. 2016-06-28 14:29:38 +02:00
Maxime Gimeno 5b72963f95 Triggers a warning if the selected point set has no normals. 2016-06-28 14:08:41 +02:00
Maxime Gimeno 615332b8ae Keep read-only property for the color_vector of the item. 2016-06-28 12:54:14 +02:00
Maxime Gimeno 5cb2823b3f Restore the Snapshot feature. 2016-06-28 10:13:14 +02:00
Sébastien Loriot 5404431ebd remove debug info 2016-06-27 19:36:50 +02:00
Maxime Gimeno b265d26a53 Save Colors_ vector when converting to edit_item and restore it when converting to poly_item. 2016-06-27 15:17:06 +02:00
Maxime Gimeno f2cea4d7a0 Fix the display
- The translation was done twice : once in the position and once in the frame matrix. The fix computes the position of the plane and the grid centered on O(0,0,0), so only the frame's transformation is kept.
2016-06-27 14:16:01 +02:00
Laurent Rineau 2a1aa028ae Merge pull request #1206 from janetournois/Polyhedron_demo-fix_typo_in_selection_widget-jtournois
Polyhedron demo : fix a typo in selection widget
2016-06-27 13:14:05 +02:00
Jane Tournois 46799a29fa selection type is "connected component", not "selected" 2016-06-27 13:08:37 +02:00