Commit Graph

71801 Commits

Author SHA1 Message Date
Laurent Rineau aea8a6e110 Great speedup of the code 2017-01-19 12:10:32 +01:00
Maxime Gimeno bd0abd6655 Add material's metadata parsing 2017-01-19 12:10:32 +01:00
Maxime Gimeno 2f5a8bcf81 Add an IO_plugin and fix some bugs 2017-01-19 12:10:31 +01:00
Maxime Gimeno f29a94966c Add a reader for the type ".surf" 2017-01-19 12:10:31 +01:00
Laurent Rineau d9c743682d Merge pull request #1813 from maxGimeno/Polyhedron_demo-Update_ids_when_geometry_changed-GF
Polyhedron_demo : Update the ids when the item's geometry is changed
2017-01-18 19:34:33 +01:00
Laurent Rineau 1395bb0437 Merge pull request #1825 from maxGimeno/Polyhedron_demo-Make_polylines_width_editable-GF
Polyhedron demo : make polylines width editable
2017-01-18 19:32:30 +01:00
Laurent Rineau 154151f3b2 Merge pull request #1826 from maxGimeno/Polyhedron_demo-Extend_selection-GF
Polyhedron demo : extend selection
2017-01-18 19:31:49 +01:00
Laurent Rineau a5d7bdeab6 Merge pull request #1832 from sloriot/PMP-handle_boost_prior_to_1_51
Handle boost prior to 1 51
2017-01-18 19:30:02 +01:00
Laurent Rineau 5204288c02 Merge branch 'master' into PMP-handle_boost_prior_to_1_51 2017-01-18 19:29:24 +01:00
Laurent Rineau 648d9cd431 Merge pull request #1834 from afabri/Stream_support_VC2017_NO_IFORMAT_DOUBLE-GF
Stream_support: No need for replacement of istream >> double for VC++
2017-01-18 19:23:28 +01:00
Laurent Rineau 634089cd02 Remove spurious typename keywords 2017-01-18 18:59:30 +01:00
Laurent Rineau 657aa71e02 Fix the CTest script of Arr_2 2017-01-16 19:17:39 +01:00
Sébastien Loriot 516b732adf using tbb::atomic instead of cpp11::atomic 2017-01-16 15:18:46 +01:00
Laurent Rineau 292ffe0909 Merge pull request #1835 from cjamin/patch-1
Update dependencies
2017-01-16 12:27:23 +01:00
Laurent Rineau f8a3092bf4 Merge pull request #1836 from cjamin/patch-2
Update dependencies
2017-01-16 11:07:01 +01:00
Clément Jamin 4f90b26395 Update dependencies 2017-01-16 10:55:17 +01:00
Clément Jamin 9fdc2c84e7 Update dependencies 2017-01-16 10:54:19 +01:00
Maxime Gimeno ff22306906 Declare updatePrimitiveIds as override 2017-01-16 09:40:03 +01:00
Sébastien Loriot b79cc00461 add missing public 2017-01-16 09:27:24 +01:00
Sébastien Loriot 060a1478ab add an empty new-line 2017-01-16 09:25:46 +01:00
Andreas Fabri e2fbd2d46d Stream_support: No longer a need for replacement of istream >> double for VC++ 2017-01-13 18:39:40 +01:00
Laurent Rineau 7ff554a926 Merge pull request #1829 from afabri/patch-2
Update Arr_counting_traits_2.h
2017-01-13 14:09:51 +01:00
Sébastien Loriot 0446958c5a parallel version of mesh distance function requires cpp11::atomic 2017-01-13 13:19:29 +01:00
Sébastien Loriot 449205c486 avoid pmp_bgl_named_params to inherit from named_params_base
this fix a warning with old version of boost < 1.51
Use another workaround to avoid the compilation error
of the area(face_range,tm) overload
2017-01-13 13:18:55 +01:00
Sébastien Loriot e3f9ffa6f8 workaround for named parameters with old boost version (<1.51)
handle the renaming of a struct and move get_param overloads
in the boost namespace (to match qualified call boost::get_param)
2017-01-13 12:05:51 +01:00
Andreas Fabri 4342ac3821 Update Arr_counting_traits_2.h 2017-01-13 09:52:36 +01:00
Sébastien Loriot ac18291803 fix typo and reduce the number of points per face by default 2017-01-12 16:11:16 +01:00
Laurent Rineau 6f4ec93b11 Merge pull request #1827 from janetournois/Polyhedron_demo-Fix_compilation_distance_plugin-jtournois
Demo Distance_plugin : fix compilation error
2017-01-12 15:47:37 +01:00
Jane Tournois 900a4903ac test distance_plugin 2017-01-12 15:40:40 +01:00
Jane Tournois d08e530380 remove typename that causes a compilation error on msvc
"C2899: typename cannot be used outside a template declaration"
2017-01-12 15:24:03 +01:00
Maxime Gimeno cf53fda4e5 Fix synthax error. 2017-01-12 12:50:17 +01:00
Maxime Gimeno e40c48878c Lasso enhancement
Use connected components.
2017-01-12 12:22:26 +01:00
Maxime Gimeno ffcd3627df WIP lasso selection :
Add a lasso selection that doesn't work very well when the zoom level is too low.
2017-01-12 12:22:26 +01:00
Maxime Gimeno 16dd470c34 Add a checkbox for the lasso selection. 2017-01-12 12:22:26 +01:00
Maxime Gimeno 5d2d53de38 Add selection conversion 2017-01-12 12:22:26 +01:00
Maxime Gimeno f13f6b7636 Add a slider for polylines size. 2017-01-12 12:17:47 +01:00
Sébastien Loriot 3c9425c2da merge entries 2017-01-12 12:16:26 +01:00
Maxime Gimeno 5ee9fef038 Indentation fix and addition of a comment 2017-01-12 12:05:39 +01:00
Maxime Gimeno ec4deace20 Update ids when invalidateOpenGLBuffers() is called 2017-01-12 12:05:39 +01:00
Sébastien Loriot 9ae7b37845 Merge pull request #1745 from sloriot/Polyhedra_corefinement-enhancements-sloriot
Add corefinement operations in PMP
2017-01-12 12:05:18 +01:00
Laurent Rineau e09f5b722d Merge pull request #1820 from afabri/Point_set_processing_3-Point_set_structuring-GF
Advancing_front_reconstruction: Robustify a call to squared_radius
2017-01-12 11:13:16 +01:00
Laurent Rineau 4301f4d07b Merge pull request #1819 from sgiraudot/Point_set_shape_detection-Fix_segfault_in_shape_base-GF
Shape detection: fix segfault
2017-01-12 11:13:03 +01:00
Laurent Rineau d4195c9946 Merge pull request #1748 from maxGimeno/Polyhedron_demo-Handles_for_volume_planes-GF
Polyhedron_demo: Enhancements for Io_image_plugin
2017-01-12 11:12:49 +01:00
Laurent Rineau b37986e05b Merge pull request #1812 from maxGimeno/Polyhedron_demo-Fix_c3t3_colors-GF
Polyhedron_demo : Fix the c3t3 intersection's display
2017-01-12 11:12:36 +01:00
Laurent Rineau 5334088336 Merge pull request #1811 from sloriot/Property_map-std_tuple_support
make Nth_of_tuple_property_map compatible with std::tuple
2017-01-12 11:12:24 +01:00
Laurent Rineau e92b880309 Merge pull request #1810 from afabri/PSP-VC32bit_suppress_warning-GF
Point Set Structuring: Suppress warnings for VC 32bit
2017-01-12 11:12:11 +01:00
Laurent Rineau ee21a5a077 Merge pull request #1744 from afabri/CORE-static-GF
CGAL_CORE:  Make it thread safe
2017-01-12 11:10:38 +01:00
Laurent Rineau 27cb95f022 Merge pull request #1578 from maxGimeno/PMP-add_distance-GF
Add approximated Hausdorff distance
2017-01-12 11:10:25 +01:00
Laurent Rineau a5e254f0d8 Merge pull request #1737 from maxGimeno/Polyhedron_demo-Fix_large_coordinates_bug-GF
Polyhedron_demo: Fix display bugs when the scene is greatly offsetted
2017-01-12 11:10:11 +01:00
Laurent Rineau 038f24925e Merge pull request #1211 from lrineau/Mesh_3-hybrid_mesh_domain-GF
Create an example with hybrid mesh domain
2017-01-12 11:09:58 +01:00