mirror of https://github.com/CGAL/cgal
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.
|
||
|---|---|---|
| .. | ||
| Delaunay_triangulation_2.png | ||
| File.qrc | ||
| Input.qrc | ||
| Triangulation_2.qrc | ||
| Voronoi_diagram_2.png | ||
| fileNew.png | ||
| fileOpen.png | ||
| fileSave.png | ||
| inputPoint.png | ||
| inputPolyline.png | ||
| zoom-best-fit.png | ||
| zoom-best-fit.svg | ||