Laurent Rineau
46cffc0dd7
Merge pull request #2064 from MaelRL/Kernel-Fix_coplanar_orientation_doc-GF
...
Improve documentation of concept CoplanarOrientation_3
(Via a merge of 'cgal/releases/CGAL-4.10-branch')
2017-05-09 12:20:25 +02:00
Laurent Rineau
cbd73f4274
Merge pull request #2046 from MaelRL/Kernel-Fix_weighted_point-GF
...
Improve the implementation of weighted_point_23
2017-05-09 12:14:23 +02:00
Laurent Rineau
c754fc70d2
Merge pull request #2046 from MaelRL/Kernel-Fix_weighted_point-GF
...
Improve the implementation of weighted_point_23
2017-05-09 12:08:05 +02:00
Laurent Rineau
358aa5f321
Merge pull request #2064 from MaelRL/Kernel-Fix_coplanar_orientation_doc-GF
...
Improve documentation of concept CoplanarOrientation_3
2017-05-09 12:06:17 +02:00
Jane Tournois
70c9b5e0a5
constrain corners
...
vertices that are at the "corner" of the face range to be remeshed,
i.e. on the border of the face range, and also on the border of the mesh,
incident to both the selected and unselected faces, should be constrained,
to avoid making a "axe blow" in the border
2017-05-05 17:37:49 +02:00
Maxime Gimeno
730e315b57
Fix memory leak and compare vertex_handles to Vertex_handle() insteand of 0.
2017-05-05 10:47:30 +02:00
Maxime Gimeno
2d28573b8e
If the triangulation failed, do not display the face.
2017-05-05 09:34:07 +02:00
Jane Tournois
5776418172
adapt the number of decimals in the dialog to the size of the bbox
2017-05-04 18:11:44 +02:00
Jane Tournois
cc3b2fb425
add option to protect sharp edges and/or border edges when remeshing a surface
...
this works only for polyhedral surfaces
the behaviour is unchanged for other types of domains
2017-05-04 17:41:48 +02:00
Jane Tournois
d88dd96207
fix compilation of detect_borders()
2017-05-04 17:03:15 +02:00
Marc Glisse
211458372d
Add trivial assert in the test.
2017-05-04 16:25:34 +02:00
Sébastien Loriot
e0f470c8f6
remove extra space
2017-05-04 15:28:20 +02:00
Maxime Gimeno
8b96b7e0c9
Move itemAboutToBeDestroyed() to avoid segfault in replaceItem()
2017-05-04 14:40:39 +02:00
Andreas Fabri
c9412fe591
With the value of the variable random_seed == 105214 the testsuite
...
construced a line from two identical points which led to an assertion
in CGAL-4.11-Ic5
2017-05-03 15:06:11 +02:00
Andreas Fabri
0f0e88ab47
fix links
2017-05-03 08:34:03 +02:00
Marc Glisse
f0de24f91f
Update commented-out code to use functor equal_to_p.
2017-05-02 22:35:19 +02:00
Marc Glisse
49dc0855cd
Rename invalidate_built to invalidate_build.
2017-05-02 22:23:34 +02:00
Sébastien Loriot
ae457ecb83
restore cursor if operation is not possible
2017-05-02 12:01:18 +02:00
Andreas Fabri
a87707811a
Add doc of EdgeListGraph
2017-05-02 09:19:36 +02:00
Andreas Fabri
6f5df75fc1
typo
2017-05-02 08:50:52 +02:00
Efi Fogel
b2b676759c
Added test test_sgm
2017-05-01 02:50:43 +03:00
Efi Fogel
b50ccf6e1f
Pacify VS
2017-05-01 02:22:49 +03:00
Mael Rouxel-Labbé
9f366d6acf
Fixed missing _object(){ } for construct_wp/p functors of projection traits
2017-04-30 19:51:49 +02:00
Andreas Fabri
5fbb7720a0
typos
2017-04-29 11:29:28 +02:00
Andreas Fabri
89511dac57
Remove dynamic exception declarations
2017-04-29 11:18:11 +02:00
Marc Glisse
e5c8142bcf
Merge branch 'Spatial_searching-misc-glisse-old' into Spatial_searching-misc-glisse
2017-04-29 09:46:05 +02:00
Andreas Fabri
94eedd3d72
Add the Surface_mesh example at the end of the user manual - Somehow unlucky, but better than nothing
2017-04-28 18:03:26 +02:00
Andreas Fabri
6a8410f808
prefix with CGAL:: in order to create link
2017-04-28 12:03:37 +02:00
Andreas Fabri
5012397ed3
Complete documentation
2017-04-28 11:54:05 +02:00
Andreas Fabri
86bc36abe1
Complete documentation
2017-04-28 11:45:16 +02:00
Laurent Rineau
28020c89fb
Optimize the script (from 20 minutes to 0.3 seconds!)
...
- avoid opening and reading the file `processed_test_results` thousands
of time: its content is stored once in a hash, for fast lookup,
- do not call `fuser` for files that are already processed
2017-04-28 10:40:29 +02:00
Andreas Fabri
bfbde5b489
BGL WIP: Add doxygen documentation for the graph concepts
2017-04-27 18:59:20 +02:00
Sébastien Loriot
20e7f245c7
add implementation details
2017-04-27 17:24:47 +02:00
Laurent Rineau
48d0586e4b
Technical merge of branches 'releases/CGAL-4.9-branch' and 'releases/CGAL-4.10-branch'
...
This merge will not modify the files tree, but ensures that 'master' is
ahead of releases branches.
2017-04-27 17:16:06 +02:00
Sébastien Loriot
d0a2c817da
remove a todo that is now an issue
2017-04-27 16:28:00 +02:00
Sébastien Loriot
c735e9107e
add a precondition
2017-04-27 15:53:49 +02:00
Laurent Rineau
5999f356cf
Fix copy-paste errors
2017-04-27 12:55:22 +02:00
Laurent Rineau
9bd1fef90a
updated crontab (automated commit)
2017-04-27 11:18:04 +02:00
Simon Giraudot
c13f94e802
Add variants so that Default uses the optimized version if Eigen available
2017-04-27 11:10:30 +02:00
Simon Giraudot
f90c0ec43c
Revert "Explicitly call Eigen_diagonalize_traits or not"
...
This reverts commit df78392981 .
2017-04-27 11:05:36 +02:00
Simon Giraudot
ff99959414
Revert "Re-add missing header (used implicitly by other packages)"
...
This reverts commit ef687db677 .
2017-04-27 11:05:29 +02:00
Laurent Rineau
969134d243
Next release in this branch should be CGAL-4.10-beta2
...
... or CGAL-4.10. We'll see.
2017-04-27 10:31:13 +02:00
Simon Giraudot
ef687db677
Re-add missing header (used implicitly by other packages)
2017-04-27 10:31:11 +02:00
Laurent Rineau
b6dc43f239
Prepare `master` for CGAL-4.11
2017-04-27 10:25:06 +02:00
Jane Tournois
706b53b2c2
Revert "add missing reference"
...
This reverts commit 2cf7092715 .
see commit c55e391f97
pull request #1911 from lrineau/Mesh_3-manifold_TBB-lrineau
2017-04-27 10:19:02 +02:00
Laurent Rineau
569ffdbf9a
Fix a typo: two `http://`
2017-04-27 10:07:36 +02:00
Andreas Fabri
1dbedb7391
fix choices of std::cerr or std::cout
2017-04-27 09:04:12 +02:00
Andreas Fabri
5146949d35
Remove dynamic exception declarations
2017-04-27 08:27:43 +02:00
Andreas Fabri
6e922521bb
fix link to Geometry Center
2017-04-27 08:14:32 +02:00
Andreas Fabri
e7d703fcab
typo
2017-04-27 08:05:01 +02:00