Sébastien Loriot
b9f31b29a8
add missing typename
2014-08-08 19:07:53 +02:00
Andreas Fabri
f31854ab1d
Small changes plus a major bug fix (unless I misunderstood something)
...
The small changes make the models of distance function correspond to the concept
The bug:
The documentation of the distance functions states that one computes
a distance for the points on the original subcurve. Before the
fix we only looked at the points which are in the current subcurve.
2014-08-08 16:39:17 +02:00
Andreas Fabri
52e0f095dc
Wrap forward declaration with #ifndef DOXYGEN_RUNNING
2014-08-08 15:04:44 +02:00
Andreas Fabri
84cd43c9f6
todo: rewrite a testsuite
2014-05-22 14:48:50 +02:00
Andreas Fabri
ff3ad888c3
Polyline_simplification uses Constrained_triangulation_plus_2
2014-05-21 20:27:17 +02:00
Sébastien Loriot
c8d329f72f
add missing files to make Polyline_simplification_2 a package (doc+branch build)
2014-05-16 15:26:03 +02:00
Andreas Fabri
8275d99909
fixed typo
2014-05-16 11:07:05 +02:00
Andreas Fabri
9c2bea6308
fixes in polyline simplification
2014-05-15 17:52:44 +02:00
Andreas Fabri
f5018374ee
Add concept
2013-04-18 20:15:40 +02:00
Sébastien Loriot
9bf11ac100
remove documentation warnings
2013-04-18 14:58:04 +02:00
Andreas Fabri
1955a2384d
add teaser
2013-04-16 17:59:29 +02:00
Andreas Fabri
06bc7e7666
remove obsolete concepts
2013-04-16 17:52:40 +02:00
Andreas Fabri
38e0374fc4
use \link\endlink
2013-04-16 16:27:28 +02:00
Andreas Fabri
e4306a0d3d
fixed -> unremovable; fixed is no longer used in Polyline_constrained_trioangulation
2013-04-16 16:01:09 +02:00
Andreas Fabri
94567d8745
wip
2013-04-16 15:09:05 +02:00
Andreas Fabri
42e28dd13f
move file in the right package
2013-04-16 12:55:08 +02:00
Andreas Fabri
e3c468dd38
Write the entered polygon into a file
2013-04-09 12:07:08 +02:00
Andreas Fabri
f70e23ff75
improve doc
2013-04-04 09:46:16 +02:00
Andreas Fabri
5e08e87d3d
Make the example more interesting.
...
Fix const correctness.
Fix the Subconstraint_iterator.
Improve the manual.
2013-04-03 15:28:46 +02:00
Andreas Fabri
530adb1b9e
doxygen fixes
2013-04-02 11:15:04 +02:00
Andreas Fabri
af17f69077
fix typo
2013-03-29 16:18:42 +01:00
Andreas Fabri
b441accf1f
Improve documentation
2013-03-29 16:11:23 +01:00
Andreas Fabri
82fddb4770
Merge branch 'Triangulation_2-NewPolylineConstraint-GF' of ssh://scm.cgal.org/var/git/cgal into Triangulation_2-NewPolylineConstraint-GF
2013-03-29 14:58:09 +01:00
Andreas Fabri
b2d4c3a8df
improve doxygen manual
2013-03-27 18:00:01 +01:00
Andreas Fabri
34a19f407b
Add concepts in doxygen doc
2013-03-27 17:55:16 +01:00
Laurent Rineau
23e0af999b
Fix a compilation error (FT shadowed a template parameter)
2013-03-27 16:37:25 +01:00
Andreas Fabri
52ebecd862
Add user manual
2013-03-22 07:03:34 +01:00
Sébastien Loriot
14864aeaf0
add missing end of comment and end of namespace
2013-03-21 18:02:45 +01:00
Andreas Fabri
ef2e3d40b4
Add a skeleton for the chapter
2013-03-21 16:29:30 +01:00
Andreas Fabri
ebabf11579
fix eol
2013-01-28 14:02:14 +01:00
Philipp Möller
8529612009
Drop some never implemented members from the hierarchy.
...
Remove keep_points from PCT and PHierarchy.
Document the effect of the fixed member in simplify.
2012-05-14 13:09:03 +00:00
Philipp Möller
56092fc482
Fixed line-endings in norway.poly
2012-05-11 15:02:34 +00:00
Philipp Möller
a6d55f9c46
Adapted the demo and two Leftover costs to changes in the iterators
...
value_type.
2012-05-11 08:48:27 +00:00
Philipp Möller
c72b426896
Propagated that change up through the hierarchy. (*it)-> syntax for
...
Vertex_it still feels a little bit awkward but is the best we can get.
2012-05-10 16:02:11 +00:00
Philipp Möller
b43eb1be10
Delete executable property.
2012-05-10 13:35:55 +00:00
Philipp Möller
cfea03d54b
Dropped out-dated examples, simplify.cpp example compiles.
2012-05-10 13:35:00 +00:00
Philipp Möller
3a841c38c6
Remove decrement and increment, use Node conversion.
2012-05-10 09:51:57 +00:00
Philipp Möller
066691e18e
Added typename where needed and fixed the broken endifs
2012-05-04 14:24:04 +00:00
Philipp Möller
2ab6d66698
Move the experimental package into the feature branch. They are
...
coupled tightly enough to have them in one branch.
2012-05-04 13:47:08 +00:00