cgal/GraphicsView/demo/Triangulation_2
Laurent Rineau 9f2384e77d - Remove demo/icons/Logos.qrc, replaced by demo/resources/CGAL.qrc, that
also contains :/cgal/help/about_CGAL.html
- Add include/CGAL/Qt/debug.h and src/CGALQt/debug.cpp, that will contain
  debug tools/functions. For the moment, they just define:
      void traverse_resources(const QString& name);
  that must be used like that:
      CGAL::Qt:traverse_resources(":/cgal"); // view CGAL resources
  or
      CGAL::Qt:traverse_resources(":"); // view all resources
  and displays the resources tree on std::cerr.
2008-07-04 13:10:02 +00:00
..
icons
CMakeLists.txt Rename Constrained_delaunay_triangulation_2 into 2008-07-02 13:31:42 +00:00
Constrained_Delaunay_triangulation_2.cpp - Remove demo/icons/Logos.qrc, replaced by demo/resources/CGAL.qrc, that 2008-07-04 13:10:02 +00:00
Constrained_Delaunay_triangulation_2.qrc
Constrained_Delaunay_triangulation_2.ui Polish the two demos. 2008-07-01 21:59:46 +00:00
Delaunay_triangulation_2.cpp - Remove demo/icons/Logos.qrc, replaced by demo/resources/CGAL.qrc, that 2008-07-04 13:10:02 +00:00
Delaunay_triangulation_2.qrc
Delaunay_triangulation_2.ui Polish the two demos. 2008-07-01 21:59:46 +00:00
TriangulationCircumcircle.h robustification 2008-07-02 09:10:59 +00:00
TriangulationMovingPoint.h robustification 2008-07-02 11:21:51 +00:00
about_Constrained_Delaunay_triangulation_2.html
about_Delaunay_triangulation_2.html