Commit Graph

20 Commits

Author SHA1 Message Date
Guillaume Damiand 1e189930b6 solve a todo 2024-01-08 13:43:14 +01:00
Guillaume Damiand b8c5b1ca27 A (last) verification step for all draw functions (nyf). 2023-11-30 12:49:42 +01:00
Guillaume Damiand 761fde02be add_in_graphics_scene -> add_to_graphics_scene; plus remove template parameter NumberType 2023-10-23 01:52:38 +02:00
Guillaume Damiand d74a3dbeac Remove template parameter for graphics scene 2023-10-22 17:12:21 +02:00
Guillaume Damiand 9f22d67ed0 Rename Graphic_storage in Graphics_scene (Andreas and Sebastien review) 2023-09-28 12:49:00 +02:00
Guillaume Damiand fd115bd321 Rename Graphic_storare into Graphics_scene (Andreas and Sebastien review) 2023-09-28 11:06:53 +02:00
Guillaume Damiand ebd13c8551 Rename Drawing_functor in Graphics_scene_options (following Andreas and Sebastien review) 2023-09-28 09:13:44 +02:00
Guillaume Damiand 7da9812bda Rename graphic_buffer into graphic_storage. 2023-06-22 15:18:34 +02:00
Guillaume Damiand 519c7cc1a5 rename add_in_graphic_buffer into add_in_graphic_storage 2023-04-28 15:25:40 +02:00
Guillaume Damiand 8f29e4d323 Rename class graphic buffer 2023-04-27 15:48:42 +02:00
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