Sébastien Loriot
7cabb0c508
Merge branch 'rebase/Mesh_2-add_optimizers-GF-old' into rebase/Mesh_2-add_optimizers-GF
...
Conflicts:
GraphicsView/demo/Triangulation_2/Constrained_Delaunay_triangulation_2.cpp
GraphicsView/demo/Triangulation_2/Constrained_Delaunay_triangulation_2.ui
Triangulation_2/include/CGAL/Constrained_Delaunay_triangulation_2.h
2015-05-19 09:01:20 +02:00
Jane Tournois
150c52200a
add a menu to show/hide vertices
2014-11-28 13:06:44 +01:00
Jane Tournois
a8440d8eaa
Add a submenu to view only inside edges
...
the edges that triangulate the convex hull outside of the
domain "pollute" the image
2014-11-28 11:36:06 +01:00
Jane Tournois
56d4fe9732
insert seeds inside the demo
...
drawing those seeds does not work yet, but meshing takes them into account
2014-11-18 17:32:19 +01:00
Jane Tournois
76c8e95389
add input dialogs to demo to be able to set Delaunay refinement parameters
...
k-Lipschitz case
2014-11-12 16:26:44 +01:00
Jane Tournois
f084954892
add input dialogs to demo to be able to set Delaunay refinement parameters
2014-11-12 16:16:03 +01:00
Jane Tournois
5666a7db17
add code for Lloyd optimization, and in the demo
2014-11-07 17:07:14 +01:00
Laurent Rineau
94803a6a96
Implement export to SVG for the CDT_2 demo
2014-11-07 16:09:09 +01:00
Jane Tournois
1e1d6b9004
add menu to tag blind faces
2014-11-06 16:03:41 +01:00
Jane Tournois
a4c3691763
add code to demo to display bad facets
2014-11-06 15:34:48 +01:00
Jane Tournois
4cf43198e2
dual(v) returns an OutputIterator that collects rays and segments
...
to do so, use the Dispatch_output_iterator
- Constrained Voronoi diagram is now a class that has a pointer to a CDT
as member. We don't need an extra CDT anymore
- update examples
- also update the CDT 2 demo to see Voronoi cells, that are only valid when the
triangulation is Delaunay (constrained or not)
2014-10-07 15:03:41 +02:00
Andreas Fabri
7ad693501b
Add the necessary to allow persistence between calls
2008-10-01 09:17:07 +00:00
Laurent Rineau
8a2a1f9902
- New icons for the two Triangulation_2 demos (Andreas: remember that we demo
...
about regular).
- Constrained_Delaunay_triangulation_2 can now optionnaly show the mesh
domain.
2008-09-29 17:42:10 +00:00
Laurent Rineau
77582cfe07
Change default Windows sizes.
2008-09-26 17:13:52 +00:00
Laurent Rineau
1ca86be74c
Rename Load/save entries.
2008-09-26 14:30:47 +00:00
Andreas Fabri
b9f817ff9a
Added CGAL logo
2008-09-01 14:53:30 +00:00
Andreas Fabri
c7b95de6af
Added Lipschitz sizing field
2008-08-11 12:21:18 +00:00
Laurent Rineau
1bca78d94e
Update the qrc location.
2008-07-30 08:02:44 +00:00
Andreas Fabri
3ffb9d44d7
Add Delaunay mesh action with a size half the average constraint length
2008-07-29 21:31:11 +00:00
Andreas Fabri
5860d40b43
Removed the moving point stuf from the constrained demo
2008-07-22 14:58:05 +00:00
Andreas Fabri
04670bc9b7
Accelerated insertion and added conforming actions
2008-07-22 11:18:27 +00:00
Laurent Rineau
d1501f3c71
Polish the two demos.
...
Add a PNG file for "zoom-best-fit".
2008-07-01 21:59:46 +00:00
Laurent Rineau
5ddfd30c93
In src/CGALQt4:
...
- add the class CGAL::Qt::DemosMainWindow in libCGALQt4,
- compile moc generated files separately
In demo/
- new sub-directory demo/resources/ that contains, for now,
about_CGAL.html
- move the two triangulation demos from demo/GraphicsView to
demo/Triangulation_2 (to prepare the inclusion in CGAL internal release).
- For each demo, merge all .h and .cpp files. Each demo now has a ui
file, a cpp file and a qrc file (and a html file for the "About demo..."
menu entry).
- rename the demos to Delaunay_triangulation_2(.exe) and
Constrained_Delaunay_triangulation_2(.exe)
2008-07-01 13:18:39 +00:00