Laurent Rineau
dc02598a5c
Merge pull request #4016 from gdamiand/CGAL-more_viewers-gdamiand
...
CGAL: more viewers
2019-07-10 14:22:50 +02:00
Sébastien Loriot
14a59deda6
lazy doc fix
2019-06-28 10:03:16 +02:00
Guillaume Damiand
11da3c11a1
Remove an unused parameter in draw functions for polygons.
2019-06-25 09:23:41 +02:00
Guillaume Damiand
012d44398f
Remove 2 warnings.
2019-06-24 09:24:37 +02:00
Guillaume Damiand
67307dcead
Merge master to remove conflicts; plus rephrase draw documentation following Sebastien comments.
2019-06-19 15:48:10 +02:00
Maxime Gimeno
b13bdadfa8
Fix conflicts
2019-06-17 15:33:33 +02:00
Andreas Fabri
5532b84b4f
nullptr_t -> std::nullptr_t
2019-06-05 07:28:56 +02:00
Andreas Fabri
e2d19b0c8d
Replace NULL and Nullptr_t with nullptr and nullptr_t
2019-06-04 23:45:44 +02:00
Laurent Rineau
90d6afdeb6
Merge pull request #3848 from afabri/Partition_2-Traits_with_state-GF
...
Partition_2: Make it work for a traits class with state
2019-05-06 15:45:56 +02:00
Andreas Fabri
88606e4110
Fix documentation
2019-04-26 11:18:26 +02:00
Michael Hemmer
f758ab354c
Fix in CGAL package Polygon
...
GitOrigin-RevId: a24f22bd01
2019-04-24 15:30:34 +02:00
Andreas Fabri
804184ba78
Do not copy the traits object
2019-04-18 11:33:10 +02:00
Maxime GIMENO
41033a80be
Merge branch 'master' into Graphics_view-Fix_demo_IO-GF
2019-04-12 16:10:36 +02:00
Sébastien Loriot
ce126b87c6
remove cpp11::copy_n, cpp11::prev, and cpp11::next and use std instead
2019-03-29 13:28:32 +01:00
Sébastien Loriot
ecd818a3a7
remove cpp11 condition
2019-03-29 10:41:50 +01:00
Mael Rouxel-Labbé
b4a0ee0144
Fixed read-write mix up in Polygon_2 doc
2019-03-15 20:57:03 +01:00
Mael Rouxel-Labbé
0143042577
Unlink some link that shouldn't have been a link
2019-03-15 20:53:41 +01:00
Maxime Gimeno
0b31e6e5d8
Merge remote-tracking branch 'cgal/master' into Graphics_view-Fix_demo_IO-GF
2019-03-07 14:01:02 +01:00
Laurent Rineau
2671d056cf
Merge pull request #3685 from afabri/CGAL-cleanup-GF
...
CGAL: Clean up examples and tests
2019-02-28 20:48:48 +01:00
Andreas Fabri
803066774d
Only push point into container if reading was successful
2019-02-19 14:20:39 +01:00
Sébastien Loriot
a5576cd3fb
replace markdown subsections by \cgalHeading
2019-02-14 10:53:48 +01:00
Maxime Gimeno
7884358134
Initialize 'point' to silenc ea warning.
2019-02-07 10:23:20 +01:00
Andreas Fabri
6596ba981c
Polygon, Surface_mesher, Nef,..
2019-01-17 19:35:02 +01:00
Andreas Fabri
27cfecca60
Use #ifndef DOXYGEN_RUNNING
2019-01-16 14:18:20 +01:00
Maxime Gimeno
350b51f5b9
fix typo
2019-01-11 11:49:54 +01:00
Maxime Gimeno
f38de3df4b
Fix doc
2019-01-11 11:06:43 +01:00
Andreas Fabri
cc9e304c60
Fix Polygon
2019-01-10 18:54:31 +01:00
Maxime Gimeno
3b1b6e2401
Merge remote-tracking branch 'cgal/master' into Graphics_view-Fix_demo_IO-GF
2019-01-09 12:35:04 +01:00
Maxime Gimeno
cbf3e04fa6
Doc fix.
2018-10-30 14:15:01 +01:00
Sébastien Loriot
a2e8a1c68f
add the suffix Ref to doxygen link to reference
2018-10-08 10:26:56 +02:00
Guillaume Damiand
57800610c6
Start viewer for arrangement
2018-09-12 18:22:34 +02:00
Guillaume Damiand
a36b79a778
Viewer for polygon with hole; plus doc.
2018-09-07 19:20:13 +02:00
Guillaume Damiand
eb6354425f
Add basic viewer for polygon.
2018-09-07 14:23:14 +02:00
Mael Rouxel-Labbé
47e97bb5ab
Added some stronger (yet natural) preconditions to filter_collinear_points()
...
The range of points must describe a Polygon that is not completely flat,
thus:
- at least three points
- points are not all collinear (up to the tolerance)
2018-07-13 11:36:48 +02:00
Mael Rouxel-Labbé
867ee52bc5
Fixed erroneous early return in filter_collinear_points
2018-07-13 11:36:23 +02:00
Maxime Gimeno
6f54e0fd11
Add a reader function for WKT in a new package.
2018-05-15 10:04:22 +02:00
Sébastien Loriot
742a615527
fix doc warnings triggered essentially by the improvement of doxygen
2018-04-25 23:36:21 +02:00
Andreas Fabri
df747793a6
Add a very short section on polygons with holes
2018-04-12 15:13:23 +01:00
Laurent Rineau
cd6fe20bd4
Merge branch 'releases/CGAL-4.11-branch'
2018-03-26 11:03:37 +02:00
Mael Rouxel-Labbé
fb1b8d6797
Fixed missing include
2018-03-16 10:49:11 +01:00
Mael Rouxel-Labbé
f9b68b670d
Replaced boost prior with CGAL::cpp11::prev
2018-03-13 10:10:11 +01:00
Mael Rouxel-Labbé
2c68965397
Return the output iterator
2018-03-13 10:10:02 +01:00
Mael Rouxel-Labbé
ea0b061b24
Fixed missing include
2018-03-13 10:00:48 +01:00
Mael Rouxel-Labbé
b26422705d
Cleaning
2018-03-12 15:06:52 +01:00
Mael Rouxel-Labbé
c05f9b056c
Added a function to filter almost collinear points in a Polygon_2
...
undocumented
2018-03-12 14:45:24 +01:00
Mael Rouxel-Labbé
4d67ff3d8b
Avoid a segfault when is_simple() is called with an empty polygon/range
2018-03-12 11:13:35 +01:00
Andreas Fabri
e5118d1401
Declare several operator() used for comparisons const
2018-02-23 15:34:15 +00:00
Sébastien Loriot
483f69728e
Refresh branch
2018-02-12 22:21:38 +01:00
Laurent Rineau
8531694fe5
Merge pull request #2762 from sloriot/Polygon-doc_missing_functions
...
Some functions did not appear in the doc
2018-01-29 18:08:41 +01:00
Andreas Fabri
dc2f37a4ae
disable/enable warnings
2018-01-24 08:59:20 +00:00