Commit Graph

59586 Commits

Author SHA1 Message Date
Andreas Fabri dcf7e049c1 Merge branch 'Surface_mesh-join-GF' into Polygon_mesh_processing-GF
as having += is quite useful to generate a mesh with conntected components
2015-02-16 13:03:06 +01:00
Andreas Fabri e155ff9a75 first version of keep_largest_connected_component 2015-02-16 12:49:40 +01:00
Sébastien Loriot c581f94224 fix typo 2015-02-16 12:10:45 +01:00
Sébastien Loriot 0c3421c7bf add todos 2015-02-16 12:03:45 +01:00
Sébastien Loriot ad744ee6bb fix typename position 2015-02-16 11:57:49 +01:00
Sébastien Loriot 837be0b84f fix of 10c08719 2015-02-16 11:54:32 +01:00
Sébastien Loriot 13296e6887 Merge branch 'old/Polygon_mesh_processing-GF' into Polygon_mesh_processing-GF 2015-02-16 11:48:29 +01:00
Sébastien Loriot 607929b069 Merge remote-tracking branch 'origin/releases/CGAL-4.5-branch'
Conflicts:
	Installation/changes.html
	Maintenance/release_building/public_release_name
	Mesh_3/include/CGAL/Mesh_3/C3T3_helpers.h
2015-02-16 11:45:08 +01:00
Sébastien Loriot e2d0d44f3c add missing typename's 2015-02-16 11:26:28 +01:00
Sébastien Loriot dc50ba9ce3 Merge remote-tracking branch 'origin/Mesh_3-parallel_warning-GF'
Tested in CGAL-4.6-Ic-126
  Approved by the release manager
2015-02-16 10:44:35 +01:00
Sébastien Loriot c3c749ef0b Merge branch 'Point_set_processing-IO-GF'
improve doc and IO in examples

  Tested in CGAL-4.6-Ic-126
  Approved by the release manager

Conflicts:
	Point_set_processing_3/examples/Point_set_processing_3/wlop_simplify_and_regularize_point_set_example.cpp
2015-02-16 10:42:27 +01:00
Sébastien Loriot 68d15e165a Merge branch 'local/Polyhedron_demo-better_selection_offset'
Improve the facet selection process in the demo plugin
  by using the vertex incidence instead of the edge incidence.
  First step toward simpler the code

  Tested in CGAL-4.6-Ic-126
  Approved by the release manager
2015-02-16 10:23:31 +01:00
Sébastien Loriot da7e2e0f1e missing backtick 2015-02-16 08:38:21 +01:00
Andreas Fabri 733336e5ce harmonize indendation 2015-02-13 20:36:14 +01:00
Laurent Rineau ab5318bcdb The web site is now hosted at ftp.cgal.org
... using the OVH infrastructure.
2015-02-13 18:21:39 +01:00
Andreas Fabri 72159550da I had to rename FaceIndexMap to FaceComponentIndexMap 2015-02-13 18:14:10 +01:00
Andreas Fabri 8277f73a2c Add connected_components without EdgeConstraintMap 2015-02-13 18:08:52 +01:00
Laurent Rineau 52265b793c Last internal release was not CGAL-4.5.2! :-( 2015-02-13 17:33:40 +01:00
Andreas Fabri 444793142b Add documentation 2015-02-13 17:07:34 +01:00
Andreas Fabri 92e3482da4 Add high level function connected_component which uses boost::connected_component 2015-02-13 16:58:02 +01:00
Sébastien Loriot 9ea03ca315 prevent internal namespaces to be documented
trivial bugfix for master
2015-02-13 16:03:23 +01:00
Sébastien Loriot faa598a9ab prevent the creation of an empty internal namespace in the doc
trivial bugfix for master
2015-02-13 15:13:23 +01:00
Jane Tournois ff1ce272a6 fix a warning 2015-02-13 14:19:07 +01:00
Laurent Rineau 27e016fafc Announcement for CGAL-4.5.2 2015-02-13 13:09:34 +01:00
Andreas Fabri f798355ce8 Add an example for the connected_component fct 2015-02-13 12:50:20 +01:00
Sébastien Loriot f4944b0edd remove warning
trivial bugfix for master
2015-02-13 11:39:30 +01:00
Sébastien Loriot ba72c8b635 vertex_index_map is only used for debug 2015-02-13 11:16:00 +01:00
Laurent Rineau 354fb90398 updated crontab (automated commit) 2015-02-12 18:18:03 +01:00
Laurent Rineau e3de928e26 Fix the release date
+ reindent
+ update CHANGES
2015-02-12 17:32:28 +01:00
Sébastien Loriot 98a4fce6ee update changes 2015-02-12 17:19:29 +01:00
Jane Tournois 0d1087857a int -> size_t + cherrypick 2015-02-12 17:17:28 +01:00
Jane Tournois a4d0ae7b8d Merge branch 'Mesh_3-debug_hole_perturber_4.5-jtournoi' into releases/CGAL-4.5-branch
this branch fixes a bug in sliver perturbation
revert_move uses a backup system that needs to backup also infinite cells.
It was not the case until now and could produce holes on the surface,
though cells of the C3t3 were correctly tagged.

note this branch also fixes a warning in Implicit_to_labeling_function_wrapper,
which has nothing to do with the previous bug

Approved by the release manager
2015-02-12 17:14:29 +01:00
Jane Tournois 0b9169fd65 update changes.html 2015-02-12 17:09:14 +01:00
Andreas Fabri 0d67ba64df improve example for connected_components of a graph and its dual 2015-02-12 15:34:05 +01:00
Jane Tournois 13c5f49e67 fix compilation 2015-02-12 15:27:22 +01:00
Jane Tournois 0f469859ff triangulate_faces now has 3 versions, for different parameters
- PolygonMesh, VertexPointMap, and Kernel
- PolygonMesh and VertexPointMap (Kernel deduced automatically)
- PolygonMesh only (VertexPointMap and Kernel deduced automatically)

only the first one is documented, and appears as if the 2 last
parameters had default values
2015-02-12 14:59:40 +01:00
Sébastien Loriot 373b93d4a2 fix warnings on windows 2015-02-12 14:18:51 +01:00
Jane Tournois 4316ea250b fix compilation 2015-02-12 13:01:54 +01:00
Andreas Fabri a41f54cc54 Add property map for Dual<> 2015-02-12 11:14:57 +01:00
Andreas Fabri b538707892 Add a Dual<Graph> class 2015-02-11 18:33:23 +01:00
Sébastien Loriot 1983ed15c5 use listing 2015-02-11 17:15:39 +01:00
Sébastien Loriot 60a96c87b5 add missing template parameter 2015-02-11 16:34:21 +01:00
Andreas Fabri c040d8453a rename property maps 2015-02-11 11:29:17 +01:00
Andreas Fabri f25d87ed9c Add compute_normals; facet -> face 2015-02-11 10:18:00 +01:00
Sébastien Loriot 743821f76a use the new erode and dilate section functions 2015-02-11 10:05:05 +01:00
Andreas Fabri 1c51cc7832 Improve doc of Face_around_face_circulator
Approved by the release manager (SL, interim)
2015-02-11 10:03:53 +01:00
Sébastien Loriot c4e57be3d9 add function to dilate and erode selection on a HalfedgeGraph or FaceGraph 2015-02-11 09:53:42 +01:00
Andreas Fabri b8ebddf6b7 document compute_vertex/facet_normals 2015-02-11 09:42:56 +01:00
Sébastien Loriot 66c8fe04de revert part of ef6488a7 that was supposed to be only a typo fix
|---------------------------------------------------
  |commit ef6488a7c6
  |Author: Andreas Fabri <andreas.fabri@geometryfactory.com>
  |Date:   Thu Feb 5 09:40:06 2015 +0100
  |
  |  fix typo
  |
  |  Approved by the release manager (SL interim)
  |--------------------------------------------------
2015-02-11 09:29:14 +01:00
Andreas Fabri 1d33cb9735 add compute_vertex_normals() 2015-02-10 21:05:08 +01:00