Commit Graph

696 Commits

Author SHA1 Message Date
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
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
Jane Tournois 8c7e6d2640 fix documentation
typos, and "traits" should be "traits class"
2014-10-21 14:07:42 +02:00
Andreas Fabri a20f48b861 remove debug output 2014-09-02 14:34:31 +02:00
Andreas Fabri e2d8610f87 Mark the polyline simplification function advanced 2014-09-02 14:33:47 +02:00
Andreas Fabri 17ca29713a Add a forwarding function as we had to remove a using statement 2014-08-22 15:14:19 +02:00
Andreas Fabri ab7f0189bd remove debug output 2014-08-22 15:13:32 +02:00
Andreas Fabri 425b900c5a fix typos 2014-08-22 12:48:19 +02:00
Andreas Fabri ff81c1acf9 fix dependencies 2014-08-22 12:47:34 +02:00
Andreas Fabri 43b8390a70 Merge branch 'Triangulation_2-NewPolylineConstraint-GF-old' into Triangulation_2-NewPolylineConstraint-GF 2014-08-08 12:47:15 +02:00
Andreas Fabri 9243e1eb69 Unify APIs: Add insertion of a polyline 2014-07-16 15:30:14 +02:00
Sébastien Loriot 0230e979e2 Merge branch 'CGAL-use_leda-GF-OLD' into CGAL-use_leda-GF
Conflicts:
	Arrangement_on_surface_2/test/Arrangement_on_surface_2/construction_test_suite_generator.cpp
	Arrangement_on_surface_2/test/Arrangement_on_surface_2/test_construction.cpp
	Documentation/doc/Installation.txt
	Kernel_23/include/CGAL/Exact_predicates_exact_constructions_kernel.h
2014-06-18 22:50:06 +02:00
Sébastien Loriot 089503ad4c add missing parameter in doc 2014-06-17 16:22:54 +02:00
Andreas Fabri 2c08831b35 add missing typename 2014-05-23 08:47:56 +02:00
Andreas Fabri 78efaeced6 remove the example that deals with polyline simplification 2014-05-22 14:57:20 +02:00
Andreas Fabri c6bf236909 include header files where they are used 2014-05-22 14:49:38 +02:00
Andreas Fabri ff3ad888c3 Polyline_simplification uses Constrained_triangulation_plus_2 2014-05-21 20:27:17 +02:00
Andreas Fabri 8423854c95 Add Constrained_Delaunay_triangulation_2::insert_constraint(PointIterator,PointIterator) 2014-05-21 18:25:27 +02:00
Andreas Fabri 44f3d9e9a9 polish the demo and document Constrained_triangulation_plus_2::insert_constraints 2014-05-21 17:20:50 +02:00
Andreas Fabri 80798869fc Add Constrained_triangulation_plus_2::insert_constraints(..)
Before it inherited from the base class and did not update
the constraint hierarchy.
2014-05-21 17:17:40 +02:00
Andreas Fabri 6b129f3ad0 unify API 2014-05-20 17:39:56 +02:00
Andreas Fabri 999b9a861a introduce polylines as constraints in the user manual 2014-05-20 15:18:53 +02:00
Andreas Fabri 2ce37a3391 The Polyline_constraint_triangulation_2 is now a Constrained_triangulation_plus_2 2014-05-20 14:15:11 +02:00
Andreas Fabri f238bf3651 add new doc of CT_plus_2 2014-05-20 14:07:04 +02:00
Andreas Fabri 121c2615f9 remove old doc of CT_plus_2 2014-05-20 14:06:33 +02:00
Andreas Fabri 2f967ba6e4 the testsuite for the new version of the Constrained_triangulation_plus_2 passes 2014-05-19 15:57:24 +02:00
Andreas Fabri 575b9081a7 make Constaint_id a struct so that we can write operator pair<Vertex_handle,Vertex_handle>() 2014-05-19 11:49:08 +02:00
Andreas Fabri de59c8487a improve links 2014-05-19 10:42:20 +02:00
Andreas Fabri 57e84a5f1e cleanup 2014-05-16 16:25:19 +02:00
Andreas Fabri a0d8e81a6f Fix the Polyline_constrained_triangulation for the Exact_constructions_tag
To avoid cascading the intersection is done with endpoints of segment constraints
For polyline constraints we cannot take the endpoints of the polyline
but must find input points of the polyline.
2014-05-16 14:48:20 +02:00
Andreas Fabri 85b29aed5f treat merge conflicts 2014-05-15 16:09:24 +02:00
Sébastien Loriot 9114db9085 restore figure source files removed in 0fa2cacb
| commit 0fa2cacb60
  | Author: Sébastien Loriot <sebastien.loriot@cgal.org>
  | Date:   Tue Dec 3 17:27:02 2013 +0100
  |
  |     remove doc_tex documentation (including developer manual) and old manual tools
2014-02-10 14:54:23 +01:00
Laurent Rineau 41d2286b75 Doc bug-fix about the section 'Non const access'
The section 'Non const access' of the documentation of Triangulation_2
was including const methods. I move the const method in the section
'Access Functions'.
2014-01-14 14:12:03 +01:00