Laurent Rineau
9818e2bdbe
Add the src files of figures of TDS_2
2015-01-28 13:19:12 +01:00
Andreas Fabri
8929fd43c1
Merge branch 'Triangulation_2-NewPolylineConstraint-GF'
...
Approved by the release manager
Conflicts:
Documentation/resources/how_to_cite_cgal.bib.in
2015-01-12 11:44:32 +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
9453a6710e
rename file
2015-01-07 14:23:40 +01:00
Andreas Fabri
913539c006
mv new code of Constrained_triangulation_plus_2
2015-01-07 14:15:19 +01:00
Andreas Fabri
bbdc196034
remove old code of Constrained_triangulation_plus_2
2015-01-07 14:14:48 +01:00
Andreas Fabri
87db2e1163
add license header, description.txt
2014-12-22 15:00:38 +01:00
Andreas Fabri
b85f97593a
Add entry in changes.html
2014-12-19 14:43:08 +01:00
Andreas Fabri
9f6807b005
Add Tds_2::collapse_edge()
2014-12-18 08:25:57 +01:00
Sébastien Loriot
bec6d95bd0
fix warning
2014-12-17 22:33:37 +01:00
Andreas Fabri
8f23d8d07d
remove doc_tex; chmod -x fig
2014-12-17 22:29:22 +01:00
Andreas Fabri
be5cf9eb5a
put a unused variable in assertion code
2014-12-16 16:16:50 +01:00
Andreas Fabri
ca9e8d4948
achieve backwardcompatibility to the code not to the documentation
2014-12-12 17:28:44 +01:00
Andreas Fabri
7d8f9ebe95
get rid of warnings
2014-12-11 12:55:57 +01:00
Andreas Fabri
af996380a0
make Constraint_id backward compatible with the documentation
2014-12-08 12:00:57 +01:00
Laurent Rineau
0991efefee
Make the new CDT deterministic again
...
That is a followup of the following two commits. The "polyline CDT" has
been branched from CDT before those patches were in CGAL:
| commit 49404f75f5
| Author: Laurent Rineau <Laurent.Rineau__CGAL@normalesup.org>
| Date: Thu Jun 28 09:16:23 2012 +0000
|
| Improved patch
|
| The Constraint_hierarchy is now templated by T, an anonymous type (that is
| a Vertex_handle when the constraint hierarchy is used in Ct_plus_2), and a
| Compare operator, that have a comparison member function:
| bool operator()(T, T);
|
| In Ct_plus_2, the Compare operator passed to the Constraint_hierarchy
| compares the vertices with a Less_xy_2, implemented by Less_x_2, and
| Less_y_2.
|
| The test test/Triangulation_2/include/CGAL/_test_cls_hierarchy_2.h has been
| tweaked, to check that the type T passed in the hierarchy no longer needs
| to have a point() member function, as it was before May 2010 (when GF has
| determinized the Cdt_plus_2 using too simple patch).
|
| Notes:
| r70132 branches/features/Triangulation_2_UseTraitsInHierarchy-GF
| commit 7cb640d05d
| Author: Andreas Fabri <Andreas.Fabri@geometryfactory.com>
| Date: Mon Jun 25 10:11:56 2012 +0000
|
| The Constraint_hierarchy_2 gets an additional LessXY_2 functor as template argument so that it no longer applies operator<(Point,Point)
|
| Notes:
| r70018 branches/features/Triangulation_2_UseTraitsInHierarchy-GF
2014-12-04 15:19:22 +01:00
Laurent Rineau
ab1afd9d8d
Rename an example, to have a unique name
2014-12-01 18:07:28 +01:00
Andreas Fabri
b1532991e5
int -> size_t
2014-11-30 18:43:38 +01:00
Clement Jamin
c6de2a50b2
Merge branch 'Triangulation-higher_dimensions-odevil_shornus-old' into Triangulation-higher_dimensions-odevil_shornus
2014-11-20 19:19:23 +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
Sébastien Loriot
70502effac
change Subconstraint_iterator to ensure backward compatibility
2014-11-14 12:21:24 +01:00
Sébastien Loriot
d4af8c8d48
change Constraint_id to ensure backward compatibility
2014-11-14 11:58:43 +01:00
Andreas Fabri
24d2d5f15f
no hierarchy, less allow
2014-11-12 10:27:30 +01:00
Andreas Fabri
c5eea175f7
change figure
2014-11-10 21:16:54 +01:00
Andreas Fabri
3867be9f8e
Add svg illustrations
2014-11-10 20:14:29 +01:00
Andreas Fabri
0f92048c4d
changes after Efi's review (and color changes in the demo)
2014-11-10 18:00:02 +01:00
Andreas Fabri
4671f27480
Merge branch 'Triangulation_2-NewPolylineConstraint-GF' of ssh://scm.cgal.org/var/git/cgal into Triangulation_2-NewPolylineConstraint-GF
2014-11-10 09:02:05 +01:00
Andreas Fabri
9eac8d713e
typo
2014-11-10 09:01:23 +01:00
Laurent Rineau
de6c026d8f
Merge branch 'GraphicsView-try_export_to_SVG-lrineau' into Triangulation_2-NewPolylineConstraint-GF
2014-11-07 17:40:01 +01:00
Andreas Fabri
d83f194466
fixed typos
2014-11-07 14:27:24 +01:00
Andreas Fabri
0e535324f0
cleanup
2014-11-06 15:50:05 +01:00
Andreas Fabri
c773eb29b2
Improve the explanation of simplify()
2014-11-06 14:44:17 +01:00
Andreas Fabri
7074432e56
draw vertices smaller and in black
2014-11-06 14:41:00 +01:00
Laurent Rineau
170641dbde
Sort the preconditions in a natural order
...
... from the most general to the most specific precondition.
2014-11-06 12:33:05 +01:00
Laurent Rineau
328ee31db0
Rephrase the explanations about stored/kept point
2014-11-06 12:32:25 +01:00
Andreas Fabri
1201fc2c6c
document points_in_constraint_begin()/end()
2014-11-05 21:54:30 +01:00
Andreas Fabri
08d9acc439
try to improve explanation of Polyline Simplification
2014-11-05 17:44:03 +01:00
Andreas Fabri
c593ee59ba
Be more precise in case of degenerate polyline constraints (length 0,1; identical points)
2014-11-05 17:13:19 +01:00
Andreas Fabri
d1e66808d9
first pass after Laurent's review
2014-11-05 16:30:04 +01:00
Andreas Fabri
d1b38fd05f
polish doc after Jane's review
2014-11-05 10:24:05 +01:00
Jane Tournois
df51b04e69
minor fixes
2014-11-04 18:56:28 +01:00
Andreas Fabri
9b85ad7d97
typos
2014-11-04 12:34:24 +01:00
Andreas Fabri
42d04ea13f
take into account Jane's review
2014-11-04 12:24:12 +01:00
Andreas Fabri
5ed541457a
fix typo
2014-10-30 10:33:14 +01:00
Andreas Fabri
be2f2d58fd
improve the explanation of constraint, subconstraint, constrained edge
2014-10-29 10:26:32 +01:00
Andreas Fabri
28781b2c81
Add a section on edges, constrained edges, constraints, sub-constraints
2014-10-23 15:13:40 +02:00
Andreas Fabri
e716f5fdff
Remove the word
2014-10-23 11:34:28 +02:00
Andreas Fabri
9388e7edaf
fix a typo
2014-10-22 11:51:32 +02:00
Jane Tournois
5af3dcecff
fix more typos
2014-10-21 15:18:20 +02:00
Jane Tournois
ec2cf099cf
fix more typos
2014-10-21 14:36:40 +02:00