- 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)
12 lines
375 B
HTML
12 lines
375 B
HTML
<html>
|
|
<body>
|
|
<h2>Delaunay Triangulation</h2>
|
|
<p>Copyright © 2008 GeometryFactory</p>
|
|
<p>This application illustrates the 2D Delaunay triangulation
|
|
of <a href="http://www.cgal.org/">CGAL</a>, and its dual Voronoi
|
|
diagram.</p>
|
|
<p>See also <a href="http://www.cgal.org/Pkg/Triangulation2">the online
|
|
manual</a>.</p>
|
|
</body>
|
|
</html>
|