Commit Graph

10 Commits

Author SHA1 Message Date
Guillaume Damiand 8e93b8ccbc spaces 2022-10-17 18:02:52 +02:00
Guillaume Damiand 89f7e05dc6 some drawing functor are necessary non null; review of draw for lcc. 2022-10-14 16:03:25 +02:00
Guillaume Damiand afc0eaedf5 Review of draw for face graph, polyhedron and sm 2022-10-14 15:08:32 +02:00
Mostafa-ashraf19 74a68d4694 Applied new APIs version in face graph. 2022-10-06 21:22:05 +02:00
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