Sébastien Loriot
bb6233c3b6
remove trash
2015-02-18 15:43:02 +01:00
Sébastien Loriot
5f23fad1a9
add missing documentation
2015-02-18 15:42:16 +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
9ea03ca315
prevent internal namespaces to be documented
...
trivial bugfix for master
2015-02-13 16:03:23 +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
84663476e5
iterating around a face works also for the border == null_face()
...
Approved by the release manager (SL, interim)
2015-02-04 10:08:59 +01:00
Sébastien Loriot
4d0b730f62
add missing typename
2015-01-19 10:35:08 +01:00
Andreas Fabri
657e6326d7
Add make_tetrahedron
2015-01-19 10:23:52 +01:00
Andreas Fabri
2e77240b3c
the index type is boost::uint32_t
2015-01-15 15:10:02 +01:00
Andreas Fabri
6e36a853a9
Merge branch 'Surface_mesh-new_package-GF'
...
Approved by the release manager
Conflicts:
Documentation/doc/Documentation/dependencies
Documentation/resources/how_to_cite_cgal.bib.in
Installation/changes.html
2015-01-12 11:27:35 +01:00
Andreas Fabri
81a6431baa
fix license header
2015-01-07 18:28:19 +01:00
Andreas Fabri
ecd2404cee
Remove a const as ICC warns about it
2015-01-01 19:39:47 +01:00
Andreas Fabri
471396d821
change Surface_mesh::size_type to unsigned int
2014-12-31 12:38:10 +01:00
Andreas Fabri
be632d39f5
use the size type of the graph
2014-12-29 14:47:14 +01:00
Andreas Fabri
8fac52527d
use size_type of the graph in the edge property map class instead of std::size_t
2014-12-29 12:55:43 +01:00
Sébastien Loriot
4b3f88bab6
add assertion
2014-12-23 13:51:09 +01:00
Laurent Rineau
350a95b7e6
Fix the license header of a file
2014-12-18 11:31:23 +01:00
Andreas Fabri
e0007b0564
remove free functions for proprty handling s this is not mature yet
2014-12-18 08:26:03 +01:00
Laurent Rineau
057924e1d4
Merge remote-tracking branch 'origin/releases/CGAL-4.5-branch'
...
That merges the following:
| commit 5dbfeec3ae
| Merge: fc407cf 5b9be0f
| Author: Sébastien Loriot <sebastien.loriot@cgal.org>
| Date: Fri Dec 12 15:29:51 2014 +0100
|
| Merge branch 'BSO_2-fix_kernel_conflict-local' into releases/CGAL-4.5-branch
|
| Tested in CGAL-4.5.1-Ic-171
|
| commit fc407cfebf
| Merge: bd2c6f8 0c6153c
| Author: Laurent Rineau <laurent.rineau@cgal.org>
| Date: Mon Dec 1 17:38:48 2014 +0100
|
| Merge branch 'Mesh_3-fix_with_time_stamps-GF' into releases/CGAL-4.5-branch
|
| Bug-fix in Mesh_3 with time stamps.
|
| Tested in CGAL-4.5.1-Ic-168.
| Approved by the Release Manager.
|
| commit bd2c6f890f
| Merge: ad53e42 c904f77
| Author: Laurent Rineau <laurent.rineau@cgal.org>
| Date: Fri Nov 28 12:04:55 2014 +0100
|
| Merge branch BGL-make_property_map_lightweight-For_4.5_bugfix-GF' into releases/CGAL-4.5-branch
|
| Bug fix: a property map was not lightweight.
|
| Tested in CGAL-4.5.1-Ic-167.
| Approved by the Release Manager.
|
| commit ad53e42fb3
| Merge: 044660e b281d86
| Author: Laurent Rineau <laurent.rineau@cgal.org>
| Date: Fri Nov 28 12:03:30 2014 +0100
|
| Merge remote-tracking branch 'remotes/origin/BGL-fix_example-GF' into releases/CGAL-4.5-branch
|
| Fix the example examples/BGL_triangulation_2/emst.cpp:
| the filtered (finite) triangulation was not used.
|
| Tested in CGAL-4.5.1-Ic-167.
| Approved by the Release Manager.
|
| commit 044660eb48
| Merge: a096cdf 4464116
| Author: Laurent Rineau <laurent.rineau@cgal.org>
| Date: Fri Nov 28 12:01:50 2014 +0100
|
| Merge branch 'CGAL-fix_sse2_mingw-lrineau' into releases/CGAL-4.5-branch
|
| Fix the SSE macros when MinGW is used.
|
| Tested in CGAL-4.5.1-Ic-167.
| Approved by the Release Manager.
Tested in CGAL-4.6-Ic-79.
2014-12-17 17:05:01 +01:00
Sébastien Loriot
12a9027ed9
Merge remote-tracking branch 'origin/BG-split_graph_into_polylines-GF'
...
The extract polyhedron boundary now extract maximal polylines from
the set of boundary edges. End point are vertices of degree != 2
For convenience the function used to build these maximal polylines
is put into include/CGAL/boost/graph/split_graph_into_polylines.h
Tested in 4.6-Ic-76
Approved by the release manager
2014-12-16 11:40:11 +01:00
Andreas Fabri
705cb65c1c
Fix sm_bgl.cpp I am not yet lucky with the API, as member functions return a pair
2014-12-11 09:12:34 +01:00
Sébastien Loriot
ad1954afc4
fix warnings and compilation issues
2014-12-10 17:34:51 +01:00
Andreas Fabri
036c0c0231
iterator_range.h -> Iterator_range.h
2014-12-10 15:23:13 +01:00
Andreas Fabri
1606841d22
wording in a comment
2014-12-03 17:04:30 +01:00
Andreas Fabri
6e8a9a6432
remove trailing whitespace
2014-12-03 11:48:44 +01:00
Andreas Fabri
4a20dded24
Only copy vertices which are not isolated
2014-12-03 09:30:52 +01:00
Andreas Fabri
11a5ffd5ed
isolated vertices may have degree==0 in the assertion
2014-12-03 09:30:52 +01:00
Sébastien Loriot
bba0e8ce05
remove warning
2014-12-02 19:52:38 +01:00
Andreas Fabri
10a5d629aa
fix type
2014-12-02 17:50:13 +01:00
Andreas Fabri
3df4841b83
fix type
2014-12-02 17:07:02 +01:00
Andreas Fabri
eaf7214844
The split function takes care of parallel edges and self loops
2014-12-02 16:11:11 +01:00
Andreas Fabri
4933d8d52c
Swith to Iterator_range
2014-11-27 08:39:32 +01:00
Andreas Fabri
637734f9de
Swith to Iterator_range
2014-11-26 17:53:13 +01:00
Andreas Fabri
7fa28d6d2a
Swith to Iterator_range
2014-11-26 17:47:46 +01:00
Andreas Fabri
4ad6156645
uncomment in/out_edge_iterator. No idea why it was commented
2014-11-25 12:32:54 +01:00
Andreas Fabri
419d332bfe
Add more BGL functions for Triangulation_2; errouneously try to do simplification
2014-11-21 18:45:24 +01:00
Andreas Fabri
c904f77e13
Use a shared_ptr in order to make the property map lightweight
2014-11-21 12:50:35 +01:00
Andreas Fabri
6899d73e71
Use vertex_around_target (and add halfedge(vertex_descriptor)
2014-11-20 21:10:38 +01:00
Andreas Fabri
3e6a99b327
Add property map for vertex_point_t
2014-11-20 17:30:44 +01:00
Andreas Fabri
42a1c49066
The class Triangulation_2 (but neither TDS2 nor DT_2) should now be a model of FaceListGraph (but not Mutable)
2014-11-20 15:39:56 +01:00
Andreas Fabri
8ab546b25f
move the functions from namespace boost to CGAL as they should be found with Koenig lookup
2014-11-20 11:56:51 +01:00
Andreas Fabri
2005988c4c
Add halfedge_descriptor, halfedge(FD), face(HD)
2014-11-19 15:35:17 +01:00
Andreas Fabri
0eccab2cce
Add face_descriptor/iterator and faces()
2014-11-19 15:13:07 +01:00
Andreas Fabri
4355794781
iterator_range moved the package
2014-11-12 14:40:51 +01:00
Andreas Fabri
c943497763
Add split_graph_into_polylines and example
2014-11-03 13:07:50 +01:00
Andreas Fabri
d91f2deaff
safisfies_link_condition() -> satisfies_link_condition() in code/doc/test
...
Add doxygen for collapse_edge() with an EdgeIsConstrainedMap
2014-10-21 10:17:34 +02:00
Andreas Fabri
293c5c51ba
code follows manual and compiles again
2014-10-06 16:42:08 +02:00
Andreas Fabri
b70d6d60fc
iterator_range -> Iterator_range
2014-10-03 17:13:26 +02:00
Andreas Fabri
1979820571
cleanup
2014-10-01 12:27:20 +02:00