Sébastien Loriot
3dbc4880c6
move test files from gsoc2014-VCM_3-jmeyron@276e4bb8
2014-11-13 11:52:28 +01:00
Jane Tournois
9c4038d267
add consistency in the use of size_t everywhere
2014-11-13 11:13:35 +01:00
Andreas Fabri
f23b61af60
no need for assert is_valid in the example
2014-11-13 10:37:55 +01:00
Andreas Fabri
d99996db31
unify the examples of Surface_mesh and Polyhedron
2014-11-13 10:32:10 +01:00
Andreas Fabri
e02f9d4a8a
the placement needs the bordermap; remove the default constructor of the bordermap
2014-11-13 10:03:00 +01:00
Andreas Fabri
14390b4172
Add mesh simplification example for Surface_mesh (one of them crashes)
2014-11-12 18:00:28 +01:00
Andreas Fabri
9ecdad5a76
Add a segmentation example for the Surface_mesh
2014-11-12 17:58:44 +01:00
Andreas Fabri
896add20d3
fix implementation of number_of..
2014-11-12 17:03:54 +01:00
Sébastien Loriot
f822c6516c
rename a variable to avoid confusion
...
trivial bugfix for master
2014-11-12 15:58:28 +01:00
Andreas Fabri
cc20bf42a8
bug fixes
2014-11-12 15:42:21 +01:00
Andreas Fabri
4355794781
iterator_range moved the package
2014-11-12 14:40:51 +01:00
Jane Tournois
f9e7e834a8
fix the use of istringstream
2014-11-12 10:46:43 +01:00
Sébastien Loriot
87d32b2829
doc bug-fix
...
missing a function
2014-11-12 10:31:02 +01:00
Sébastien Loriot
e8f43d0a76
add comment into an example
2014-11-12 09:34:37 +01:00
Sébastien Loriot
0f3f672225
polish doc
2014-11-12 09:32:01 +01:00
Sébastien Loriot
befbcdf56a
lower case doxygen command
2014-11-12 09:19:44 +01:00
Sébastien Loriot
ad03c97cbe
remove warning
2014-11-12 09:18:03 +01:00
Andreas Fabri
67076a47e8
blue clownfish (thank you Mael)
2014-11-11 17:37:03 +01:00
Jocelyn MEYRON
b452d5a7e1
use boost::optional for the computation (or not) of an interior point
2014-11-11 15:51:20 +01:00
Guillaume Damiand
32306a04a6
Merge branch 'CMap-remove_warnings-gdamiand'
...
Tested in CGAL-4.6-I-51. Approved by the Release Manager.
2014-11-10 15:45:53 +01:00
Laurent Rineau
9796930299
Fix the font weight for links long descriptions prototypes
2014-11-10 14:52:18 +01:00
Guillaume Damiand
aee0038113
Merge branch 'CMap-remove_warnings-lrineau' into CMap-remove_warnings-gdamiand
2014-11-07 19:10:18 +01:00
Laurent Rineau
d63a998759
Attempt to remove more warnings
2014-11-07 18:54:59 +01:00
Andreas Fabri
089c477604
fixed typos
2014-11-07 18:23:28 +01:00
Andreas Fabri
136006894d
add to how_to_cite
2014-11-07 17:43:17 +01:00
Andreas Fabri
c7f439d1a5
some more BGL/Surface_mesh equivalences; change chapter title
2014-11-07 17:39:24 +01:00
Laurent Rineau
29904d2f56
Other example with the Polygon demo
2014-11-07 17:06:41 +01:00
Laurent Rineau
9889f95768
Example of using of exportSVG
2014-11-07 16:57:28 +01:00
Laurent Rineau
a35858a293
Move exportSVG to the DemosMainWindow base class
2014-11-07 16:57:04 +01:00
Guillaume Damiand
8eddea1e5b
Add some CGAL_assume functions in functions manipulating marks in combinatorial map class.
2014-11-07 16:42:32 +01:00
Laurent Rineau
94803a6a96
Implement export to SVG for the CDT_2 demo
2014-11-07 16:09:09 +01:00
Jane Tournois
f59acabc9b
avoid using info when casting
2014-11-07 11:19:20 +01:00
Andreas Fabri
95aa725b00
cleanup
2014-11-06 15:53:57 +01:00
Andreas Fabri
9cb623630b
include Michael's remarks. The complete table of equivalences is missing yet
2014-11-06 15:40:41 +01:00
Jane Tournois
1957fe9d92
%zu in printf/scanf is not supported by most windows compilers
...
%zu does not match the ANSI norm either
We should use %Iu on Windows, %zu on other platforms.
So let's remove %zu and %Iu, and use C++ stringstream(s) instead
2014-11-06 14:22:59 +01:00
Laurent Rineau
2d72cd7f7e
Merge branch 'Mesh_3-fix_includes-lrineau'
...
Fix missing/surperflous #include
Tested in CGAL-4.6-Ic-50.
Approved by the Release Manager.
2014-11-06 11:59:26 +01:00
Laurent Rineau
768ec1d687
Merge branch 'Polyhedron_demo-fix_warning-lrineau'
...
Fix warnings in the Polyhedron demo. The fixes are in Mesh_3,
Min_sphere_or_spheres_d, and in the Polyhedron demo itself.
Tested in CGAL-4.6-Ic-50.
Approved by the Release Manager.
2014-11-06 11:58:09 +01:00
Laurent Rineau
7d63f9d072
Merge branch 'releases/CGAL-4.5-branch'
...
Conflicts:
Installation/changes.html
Maintenance/release_building/public_release_name
2014-11-06 10:47:45 +01:00
Andreas Fabri
8927faef43
Do not insert zero length or duplicate edges
2014-11-06 09:08:53 +01:00
Sébastien Loriot
1bb886e9dc
remove warnings
2014-11-06 08:25:19 +01:00
Sébastien Loriot
765684b613
test availability of BGL primitive constructors from a simplex
2014-11-05 17:19:38 +01:00
Laurent Rineau
e50820d3fd
Fix #include in Mesh_3
...
There was missing #include, and surperfuous #include (hard to detect).
2014-11-05 17:01:28 +01:00
Sébastien Loriot
8f9a9e1a38
import files for intersection of halfspaces from gsoc2014-VCM_3-jmeyron@4a7fd6c
2014-11-05 16:54:33 +01:00
Laurent Rineau
1a6859e18d
New scripts, to collect data for the demos installer
2014-11-05 16:09:42 +01:00
Laurent Rineau
e9f9b4d300
Minor improvements
2014-11-05 15:16:09 +01:00
Andreas Fabri
06d4111ed7
num_removed_xx -> number_of_removed_xx
2014-11-05 14:10:44 +01:00
Andreas Fabri
e0c182f592
typo
2014-11-05 12:51:55 +01:00
Andreas Fabri
37257b38ec
Document add_edge and add_face
2014-11-05 12:29:12 +01:00
Andreas Fabri
9f34625a53
conceptually hafedges and edges are different, so we have to list both in clear and collect_garbage
2014-11-05 12:02:25 +01:00
Andreas Fabri
475b8c3783
remove get_or_add_property_map()
2014-11-05 11:54:07 +01:00