Commit Graph

68994 Commits

Author SHA1 Message Date
Laurent Rineau cfb6c060af Try to fix a warning with MSVC
> include\CGAL/Mesh_3/search_for_connected_components_in_labeled_image.h(111): warning C4267: 'argument': conversion from 'size_t' to 'const unsigned short', possible loss of data
2016-06-16 14:44:05 +02:00
Maxime Gimeno f5e18a9e19 Fix typos 2016-06-16 14:00:24 +02:00
Jane Tournois b322f53e85 fix a few typos 2016-06-16 12:17:13 +02:00
Maxime Gimeno 6b72d66ec1 If the image is gray, don't compute the image's data nor fill the buffers. 2016-06-16 11:34:08 +02:00
Maxime Gimeno f292e58579 Prints the right wordtype instead of "..." 2016-06-16 11:18:35 +02:00
Sébastien Loriot 0b8115daff Make CGAL installation relocable 2016-06-16 11:11:46 +02:00
Maxime Gimeno 549935e7b9 Adds a Bbox to the Volume_planes. 2016-06-16 10:31:48 +02:00
Maxime Gimeno e95f28a2f6 Add a waitcursor while the planes are being created. 2016-06-16 09:49:37 +02:00
Maxime Gimeno 62505b331e Fix the names in Io_image_plugin 2016-06-16 09:41:44 +02:00
Maxime Gimeno 0b655e6ca4 Fix after rebase. 2016-06-16 09:18:49 +02:00
Maxime Gimeno f549b62a6a Fix the are_buffers_filled
- Using d->are_buffers_filled made useless the initialization made in the Scene_item constructor.
 Instead of re-initializing it in the private structs, I decided to use the one from the item again, as the
 cleaning of the Scene_item seems to be put aside.
2016-06-16 09:18:33 +02:00
Laurent Rineau 94841297ee Adjust the titles in the dialog 2016-06-15 18:10:15 +02:00
Laurent Rineau cf66e53503 Remove the useless height==40 for the spacer 2016-06-15 18:10:15 +02:00
Laurent Rineau d38226804f Add buddies and shortcuts 2016-06-15 18:10:15 +02:00
Laurent Rineau cc49cd4561 Move the subsubsection to the right subsection 2016-06-15 18:10:15 +02:00
Laurent Rineau 087138274c Add the pictures 2016-06-15 18:10:15 +02:00
Laurent Rineau 07b2acdd3c Add the documentation 2016-06-15 18:10:15 +02:00
Laurent Rineau 8ce45aa47c Improve the documentation of `is_specialized` 2016-06-15 18:10:15 +02:00
Laurent Rineau f87c007402 Add pictures 2016-06-15 18:10:14 +02:00
Laurent Rineau 00d3b9924b Better random image: a big sphere plus small ones 2016-06-15 18:10:14 +02:00
Laurent Rineau 18e5092ce7 Document `is_specialized` 2016-06-15 18:10:14 +02:00
Laurent Rineau fa5cb831c9 Add Output_rep<T,F>::is_specialized...
.. that allows `Dump_c3t3` to detect if a type can be streamed, using
either `operator<<` or `Output_rep<T>`.
2016-06-15 18:10:14 +02:00
Laurent Rineau 16d18351ce Add example showing how to initialize components 2016-06-15 18:10:14 +02:00
Laurent Rineau 312aee625a New overloads of CGAL::IMAGEIO::static_evaluate() 2016-06-15 18:10:14 +02:00
Clement Jamin f354c0187e Minor improvement 2016-06-15 17:59:35 +02:00
Clement Jamin 3b61a9d611 Fix types 2016-06-15 17:51:23 +02:00
Sebastien Loriot b2fa6fe115 Merge pull request #957 from janetournois/PMP_Epec-GF
PMP : make it work with Epeck
2016-06-15 17:39:28 +02:00
Sebastien Loriot d6aa47c07c Merge pull request #1164 from afabri/Surface_mesh-explicit-GF
Make constructor SM_Edge_index(SM_Halfedge_index) explicit
2016-06-15 17:37:13 +02:00
Sébastien Loriot 94828c1eaa add missing const 2016-06-15 17:35:05 +02:00
Sebastien Loriot 9f011f577f Merge pull request #1176 from maxGimeno/Temporary_remove_Remove_degenerate_faces-GF
Polyhedron_demo : Remove an action
2016-06-15 17:06:13 +02:00
Sebastien Loriot 07e38af4ab Merge pull request #1175 from maxGimeno/Add_a_warning_to_parameterization-GF
Polyhedron_demo : Enhancement of Parameterization_plugin
2016-06-15 17:05:39 +02:00
Sebastien Loriot 2347150b77 Merge pull request #1174 from maxGimeno/Fix_multicolor_items-GF
Polyhedron_demo : Fix the multicolor_items
2016-06-15 17:05:09 +02:00
Sebastien Loriot 25240cb054 Merge pull request #1173 from maxGimeno/Fix_bbox_plugins-GF
Polyhedron_demo : Fix bbox plugins
2016-06-15 17:04:46 +02:00
Sebastien Loriot 39f1af3d87 Merge pull request #1172 from maxGimeno/Fix_create_point_set_from_selection_item-GF
Polyhedron_demo : Fix the Create_point_set_from_selection operation
2016-06-15 17:04:26 +02:00
Sebastien Loriot c43bdc8d0f Merge pull request #1171 from maxGimeno/Deformation_use_selection_item-GF
Polyhedron_demo : Deformation use selection item
2016-06-15 17:03:53 +02:00
Sebastien Loriot 8ddc4ff7b6 Merge pull request #1170 from maxGimeno/Fix_gray_images_UI-GF
Polyhedron_demo : Fix gray images UI
2016-06-15 17:03:23 +02:00
Sébastien Loriot 078e5c2858 Merge pull request #1168 from maxGimeno/Fix_for_1113-GF
Polyhedron_demo : Makes `edge_size` an editable parameter in `Mesh_3_plugin`
2016-06-15 17:02:14 +02:00
Sebastien Loriot b23064f3fd Merge pull request #1165 from maxGimeno/Polyhedron_demo-Fix_triangulate_primitive-GF
Polyhedron_demo: Fix triangulate primitive
2016-06-15 17:00:56 +02:00
Sebastien Loriot c45c3494ba Merge pull request #1154 from janetournois/Polyhedron_demo-remesh_a_polyhedron_with_mesh_3-jtournois
Polyhedron demo : add remeshing of a Polyhedron with Mesh_3
2016-06-15 17:00:28 +02:00
Sebastien Loriot 8302225f5d Merge pull request #1153 from maxGimeno/Polyhedron_demo-connect_loaded_selection_item-GF
Polyhedron_demo: Fix Selection_io_plugin
2016-06-15 16:59:32 +02:00
Sebastien Loriot e96dccb5b6 Merge pull request #1147 from afabri/Polyhedron_3-simplify_CMakeLists-GF
Do not cache CGAL_THREE_SCENE_ITEM_H_PATH ; Simplify CMakeLists.txt
2016-06-15 16:59:11 +02:00
Sébastien Loriot f7090e4b71 remove debug output 2016-06-15 14:32:44 +02:00
Sébastien Loriot d94ef9467f fix the hash for edges
it returns the hash value of the smallest edge
2016-06-15 14:29:59 +02:00
Clement Jamin dfc9a2f04b writeGisHeader now returns a boolean 2016-06-15 12:01:35 +02:00
Clement Jamin b175d15421 Simplify test 2016-06-15 11:49:58 +02:00
Clement Jamin 4e121c471e Fix `status` type and usage 2016-06-15 11:39:24 +02:00
Clement Jamin 05bbcd8d17 Add push/pop to pragmas 2016-06-15 11:26:11 +02:00
Maxime Gimeno de5ccc6552 Fix points color. 2016-06-15 10:56:34 +02:00
Maxime Gimeno a60000cecb Enhancement :
- Put the items in a group
- Change the GUI to be more explicit
2016-06-15 10:53:01 +02:00
Sebastien Loriot 145ec8003b Merge pull request #1155 from lrineau/Straight_skeleton_2-fix_warning-lrineau
Fix a warning in Straight_skeleton_2, with recent clang
2016-06-15 09:20:11 +02:00