Commit Graph

6 Commits

Author SHA1 Message Date
Sébastien Loriot fb6f703b55 IO namespace for files in IO directories 2021-05-04 14:36:06 +02:00
Laurent Rineau aa527e9ae7 Fix a warning
```
/mnt/testsuite/include/CGAL/draw_face_graph.h:172:16: warning: 'keyPressEvent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
  virtual void keyPressEvent(QKeyEvent *e)
               ^
/mnt/testsuite/include/CGAL/Qt/Basic_viewer_qt.h:1306:16: note: overridden virtual function is here
  virtual void keyPressEvent(QKeyEvent *e)
               ^
```
2020-10-14 16:28:44 +02:00
Laurent Rineau 41ef36a90d Fix a compilation error
```
.../include/CGAL/draw_face_graph.h:116:23: error: ‘is_border’ was not declared in this scope
  116 |         if (!is_border(h, sm))
      |              ~~~~~~~~~^~~~~~~
```
2020-10-14 14:20:46 +02:00
Sébastien Loriot e697f91349 remove PMP dependency 2020-08-18 10:34:22 +02:00
Laurent Rineau f7d899a901 fix license header 2020-07-27 15:01:34 +02:00
Laurent Rineau 6ebe6d6845 <CGAL/draw_face_graph.h>
That factorizes the code for the `draw()` function for `Polyhedron_3`
and `Surface_mesh`.
2020-07-24 13:09:53 +02:00