Commit Graph

67567 Commits

Author SHA1 Message Date
Sébastien Loriot c3854cb656 fix warnings 2016-03-02 20:10:39 +01:00
Sébastien Loriot fbe36bc8c0 add missing typename 2016-03-02 20:05:05 +01:00
Sebastien Loriot 9fa7cc3d00 Merge pull request #763 from janetournois/Polyhedron_demo-improve_vtk_plugin-GF
Polyhedron demo : vtk_io_plugin can save
2016-03-02 17:20:29 +01:00
Sebastien Loriot c96e9fa6b0 Merge pull request #839 from afabri/SDG-const-GF
Declare 'SDG_hierarchy_2::nearest_neighbor()'  const
2016-03-02 17:19:48 +01:00
Sebastien Loriot d51b9cbb27 Merge pull request #840 from afabri/Polyhedon-isolated-vertices-GF
Deal with isolated vertices when turning a polygon soup in a polyedral surface
2016-03-02 17:19:22 +01:00
Sebastien Loriot fbbb6f32ba Merge pull request #847 from sloriot/PMP-compute_normal_isolated_vertices
PMP: handle isolated vertices when computing normal
2016-03-02 17:17:27 +01:00
Sebastien Loriot 3019854153 Merge pull request #850 from sgiraudot/Polyhedron_demo-Bugfix_polygon_soup_segfault-GF
Bugfix: check if polygon soup is not empty before attempting BBox computation
2016-03-02 17:16:31 +01:00
Sebastien Loriot 9eb014121b Merge pull request #854 from maxGimeno/Polyhedron_demo-Fix_for_c3t3-GF
Polyhedron_demo : Fix for the c3t3_items
2016-03-02 17:15:30 +01:00
Sebastien Loriot cf19e29f0b Merge pull request #856 from lrineau/Three-fix_override-GF
Fix this override of a virtual function
2016-03-02 17:14:53 +01:00
Sebastien Loriot 98e9039cf4 Merge pull request #857 from lrineau/Mesh_3-minor_fix-lrineau
Minor fix in Mesh_3
2016-03-02 17:14:33 +01:00
Jane Tournois bf63963830 add constrained vertices to isotropic remeshing
those vertices cannot be modified
2016-03-02 17:08:38 +01:00
Andreas Fabri dd8a68c4c5 The namespace forwarding goes in the user code, not in a CGAL header 2016-03-02 16:52:13 +01:00
Andreas Fabri 64644c8c49 Init the doubles to avoid a warning 2016-03-02 16:31:52 +01:00
Jane Tournois 586a92f736 update the type of edge_is_constrained_map
now the pmap of constraints gets updated by isotropic remeshing
2016-03-02 15:56:20 +01:00
Jane Tournois ab6956e188 fix corners in isotropic remeshing
they do not get truncated anymore
2016-03-02 15:52:31 +01:00
Sébastien Loriot 3eefc5008c Merge remote-tracking branch 'cgal/releases/CGAL-4.7-branch' into HEAD 2016-03-02 15:23:47 +01:00
Sebastien Loriot 73b2438a26 Merge pull request #853 from sloriot/Filtered_kernel-EPEC_has_static_filters
Filtered_kernel: EPECK uses static filters
2016-03-02 15:23:13 +01:00
Jane Tournois 906f6360ea restore ROI after deformation 2016-03-02 13:24:12 +01:00
Laurent Rineau 7814cb20c7 Fix the c3t3 item
- The `isEmpty()` function was wrong: if the domain contains 2D surfaces
  it cannot be considered as empty, even if the 3D volume is empty.

- The computation of the bbox was wrong too.
2016-03-02 12:35:09 +01:00
Laurent Rineau 65feefa4b2 Fix the I/O of C3t3 in <CGAL/Mesh_vertex_base_3.h> 2016-03-02 11:24:17 +01:00
Sébastien Loriot 5adf84cf8d fix typo 2016-03-01 21:59:05 +01:00
Laurent Rineau 99f004c15f Minor bug-fix in Mesh_3 2016-03-01 16:32:31 +01:00
Laurent Rineau e76a4727d4 Fix this override of a virtual function 2016-03-01 16:31:08 +01:00
Jane Tournois dc0090e9b8 remove duplicate function split_long_edges
by exploiting the edge_is_constrained_map as read-write pmap
this is not documented, and only for demo purposes (at least for now)
2016-03-01 16:28:06 +01:00
Jane Tournois 63884d0033 update the constraints property map after the end of remeshing 2016-03-01 15:30:52 +01:00
Jane Tournois 32bcdb4186 transform EdgeIsConstrainedMap into a member variable 2016-03-01 14:03:28 +01:00
Laurent Rineau 7ceca8cb46 updated crontab (automated commit) 2016-03-01 11:18:04 +01:00
Maxime Gimeno 5403ae1f37 Addition of a call to c3t3_changed() in the end of the loading function, so the c3t3 is updated before the computation of the colors. 2016-03-01 09:03:29 +01:00
Sébastien Loriot e4a8c3d35d set Has_static_filters to true for kernel using Static_filters
this set it on in particular for EPEC
2016-02-29 22:52:24 +01:00
Laurent Rineau 4b216a0e24 updated crontab (automated commit) 2016-02-29 21:18:04 +01:00
Sebastien Loriot 1327a0d8d6 Merge pull request #852 from sgiraudot/Polyhedron_demo-Increase_precision_IO_2-GF
Fix max precision for ofstream: digits10 + 2 instead of digits10 + 1
2016-02-29 17:50:08 +01:00
Simon Giraudot 181b9325b1 Fix max precision for ofstream: digits10 + 2 instead of digits10 + 1 2016-02-29 17:46:25 +01:00
Sebastien Loriot fc04a2f9dd Merge pull request #849 from gdamiand/LCC_incremental_builder-gdamiand
Incremental builder: end_XXX functions now return one dart.
2016-02-29 12:04:04 +01:00
Simon Giraudot cc9890a308 Check if polygon soup is not empty before attempting bbox computation 2016-02-29 11:13:35 +01:00
Maxime Gimeno ac862e37a9 Fix a bug when reloadking an item
the item was disappearing from the object list
2016-02-29 11:11:57 +01:00
Maxime Gimeno d1e8741675 fix functions signature 2016-02-29 11:11:13 +01:00
Andreas Fabri 8663b3ccbe deal with isolated vertices when turning a polygon soup in a polyedral surface 2016-02-29 11:04:33 +01:00
Andreas Fabri 83ffff09f9 remove debug output 2016-02-29 10:55:51 +01:00
Sebastien Loriot 7e48843690 Merge pull request #841 from afabri/patch-4
Capitalize words
2016-02-29 10:50:43 +01:00
Sebastien Loriot a75ccd0f42 Merge pull request #838 from afabri/patch-3
Update EdgeCollapsableSurfaceMeshWithConstraints.h
2016-02-29 10:49:38 +01:00
Sebastien Loriot 5c871239bd Merge pull request #837 from afabri/patch-2
Update PackageDescription.txt
2016-02-29 10:49:10 +01:00
Sebastien Loriot dc2b10446a Merge pull request #836 from afabri/patch-1
Update Polyhedron_3.h
2016-02-29 10:47:21 +01:00
Sebastien Loriot ccfe2f419e Merge pull request #822 from afabri/Number_types-read_float_or_quotient-GF
operator>>(Lazy_exac_nt) calls new function read_float_or_quotient()
2016-02-29 10:32:15 +01:00
Sebastien Loriot fdb824c2aa Merge pull request #804 from sgiraudot/2D_Reconstruction-Rename_package-GF
2D reconstruction: rename package
2016-02-29 10:24:36 +01:00
Maxime Gimeno 67fa51de62 Fix for the polyhedorn_item's colors
- The color calculation when the item is not monochrome was not done correctly.
2016-02-29 10:23:59 +01:00
Sebastien Loriot ba8c155125 Merge pull request #827 from afabri/Mesh_3-check_for_input-GF
Check that the input can be read in the Mesh_3 examples
2016-02-29 10:19:49 +01:00
Sebastien Loriot cf3c372b57 Merge pull request #823 from sgiraudot/Polyhedron_demo-Increase_precision_ofstream-GF
Polyhedron demo : Use maximum precision when writing files
2016-02-29 10:15:26 +01:00
Sebastien Loriot e4dd2dd002 Merge pull request #816 from maxGimeno/Polyhedorn_demo-Fix_applicable-GF
Polyhedron_demo : Fix applicable
2016-02-29 10:14:21 +01:00
Sebastien Loriot 42f7221e99 Merge pull request #811 from afabri/Surface_mesher-OpenGL-GF
Test for OPENGL_FOUND
2016-02-29 10:13:19 +01:00
Sébastien Loriot 392c292cc5 handle isolated vertices when computing normal 2016-02-29 10:07:44 +01:00