Sébastien Loriot
5c1512d63f
handle when boundary of the selection is on the border
2015-03-17 16:53:50 +01:00
Laurent Rineau
2a58fbda4a
Merge remote-tracking branch 'origin/Surface_mesh-isolated_vertex-GF'
...
Bug-fix for the BGL API:
- Remove assertion in halfedge(Polyehdron_3, vertex_descriptor) as it
is wrong for an isolated vertex.
- fix a warning.
Fix the documentation:
- Document that add_vertex/edge/face(G&) do not initialize the
connectivity
Approved by the Release Manager.
Tested in CGAL-4.6-Ic-132.
2015-02-19 17:42:23 +01:00
Laurent Rineau
518368e470
Merge remote-tracking branch 'origin/BGL-use_iterator_adaptor-GF'
...
Bug-fix branch for the BGL API.
Approved by the Release Manager.
Tested in CGAL-4.6-Ic-132.
2015-02-19 17:40:32 +01:00
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
Andreas Fabri
af0800bb45
CGAL_USE a variable
2015-02-18 11:11:11 +01:00
Andreas Fabri
fb5280b2aa
Remove assertion in halfedge(Polyehdron_3, vertex_descriptor)
...
as it is wrong for an isolated vertex.
Document that add_vertex/edge/face(G&) do not initialize the connectivity
2015-02-17 11:43:23 +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
cc953a0ac7
remove warning in example, and improve output
2015-02-12 15:40:44 +01:00
Andreas Fabri
dc0687dc26
Use iterator_adaptor instead derivation from transform_iterator
...
With transform iterator we would have to rewrite operator++
as it does not return the derived class.
This led to a compilation bug when using connected_components.
2015-02-11 17:24:08 +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
Andreas Fabri
567a557930
fix links
2015-01-29 10:04:03 +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
e5d759f508
Add Surface_mesh as model of the new BGL graph concepts
2015-01-14 15:41:09 +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
dc797a7036
use numeric_cast, as abs does not change the return type
2015-01-08 09:38:41 +01:00
Andreas Fabri
6ce17b3460
chmod -x
2015-01-07 18:44:05 +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
4865943ea0
add missing example
2014-12-23 17:30:53 +01:00
Andreas Fabri
49d6495d62
Merge branch 'Surface_mesh-new_package-GF' of ssh://scm.cgal.org/var/git/cgal into Surface_mesh-new_package-GF
2014-12-23 15:00:56 +01:00
Andreas Fabri
3a75fb45a0
iterator_range -> Iterator_range
2014-12-23 14:25:29 +01:00
Andreas Fabri
28dc50fdfc
point property map must be passed as argument
2014-12-23 14:24:51 +01:00
Sébastien Loriot
4b3f88bab6
add assertion
2014-12-23 13:51:09 +01:00
Andreas Fabri
18b5b312f9
do not use the boost testing framework
2014-12-18 20:32:50 +01:00
Laurent Rineau
350a95b7e6
Fix the license header of a file
2014-12-18 11:31:23 +01:00
Sébastien Loriot
7e0b5a3fe6
skip comments while reading off files
2014-12-18 08:42:49 +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
Andreas Fabri
2ccc5e5b59
clean up example of face_graph.cpp
2014-12-18 08:26:00 +01:00
Andreas Fabri
9f6807b005
Add Tds_2::collapse_edge()
2014-12-18 08:25:57 +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
Sébastien Loriot
eaedcd3724
move file to test
2014-12-11 18:56:59 +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
Andreas Fabri
46fe0501b8
add .sm_do_intersect.cmd file and data
2014-12-10 20:32:47 +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
43e967a72e
remove property map after use
2014-12-10 15:18:25 +01:00
Andreas Fabri
3ba095eb97
Add data and .cmd files
2014-12-09 15:18:25 +01:00
Andreas Fabri
f597b12c37
simplify the example
2014-12-08 22:04:56 +01:00
Andreas Fabri
facbc98636
Add documentation about the BGL API of Surface_mesh
2014-12-08 21:35:42 +01:00
Andreas Fabri
dac3ce14e0
int -> size_t to remove a warning
2014-12-04 14:29:41 +01:00