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.
|
||
|---|---|---|
| .. | ||
| icons | ||
| CMakeLists.txt | ||
| Constrained_Delaunay_triangulation_2.cpp | ||
| Constrained_Delaunay_triangulation_2.qrc | ||
| Constrained_Delaunay_triangulation_2.ui | ||
| Delaunay_triangulation_2.cpp | ||
| Delaunay_triangulation_2.qrc | ||
| Delaunay_triangulation_2.ui | ||
| TriangulationCircumcircle.h | ||
| TriangulationMovingPoint.h | ||
| about_Constrained_Delaunay_triangulation_2.html | ||
| about_Delaunay_triangulation_2.html | ||