Sebastien Loriot
88b04384ba
Basic viewer improvements ( #8850 )
...
_Please use the following template to help us managing pull requests._
## Summary of Changes
Some improvements to the basic viewer.
Following the GSOC 2024 project, see PR #8444 , extract all the
modifications that concern the current basic_viewer qt (and keep in the
original PR the new basic viewer glfw that could be considered later).
## Changes to the documentation
- in `Graphics_scene`, functions to set/get default colors:
[diff](https://github.com/CGAL/cgal/pull/8850/files#diff-74c5383fef398c7cb3dbfaa8cbc836dbc5a3ad0a7b450442948e7e32d54ced47 ),
and
[documentation](https://cgal.github.io/8850/doc/Basic_viewer/classCGAL_1_1Graphics__scene.html )
- in `Basic_viewer`, same functions, plus functions for sizes:
[diff](https://github.com/CGAL/cgal/pull/8850/files#diff-cc9bfe7d72d61000248f90b7648c07decb71fd8a400ca54e3ecc8c808b0f70fa ),
and
[documentation](https://cgal.github.io/8850/doc/Basic_viewer/classCGAL_1_1Qt_1_1Basic__viewer.html ).
## Release Management
* Affected package(s): Basic_viewer
2025-05-12 14:06:35 +02:00
albert-github
6153228234
Spelling corrections
...
Spelling corrections.
2025-04-29 19:11:01 +02:00
Guillaume Damiand
219ea871d7
copy the parts of gsoc2024-basic_viewer_glfw-tgrillon that concern only the qt basic viewer
2025-04-17 15:55:54 +02:00
Sébastien Loriot
5a61b6a994
Merge remote-tracking branch 'cgal/5.6.x-branch' into cgal/6.0.x-branch
2025-02-05 08:40:26 +01:00
Sébastien Loriot
ca17f813b6
fix debug
2025-01-31 08:57:21 +01:00
Sébastien Loriot
f20af1a946
fix the value used creating the infimax box used for pairing halfedges
...
without the abs the intersection line of x=-1 and z=-1 would be on the box
leading to invalid behavior (and degenerate halfedges)
2025-01-31 08:54:42 +01:00
Sébastien Loriot
dc1763a4d4
Merge remote-tracking branch 'cgal/5.6.x-branch'
2024-09-03 17:27:23 +02:00
Sébastien Loriot
3b531094df
Merge remote-tracking branch 'cgal/5.5.x-branch' into HEAD
2024-09-03 17:26:18 +02:00
Sébastien Loriot
abd99b68eb
handle nested holes in convex decomposition
2024-08-29 10:10:20 +02:00
Sébastien Loriot
1805701903
Merge remote-tracking branch 'cgal/5.6.x-branch'
2024-08-26 15:23:41 +02:00
Sébastien Loriot
b682c47c56
Merge remote-tracking branch 'cgal/5.5.x-branch' into HEAD
2024-08-26 15:22:53 +02:00
Sebastien Loriot
5791f2115c
Nef_3: Fix conversion to a FaceGraph ( #6727 )
...
## Summary of Changes
Fix the case of surfaces with borders. Then they may be incident to only
the unbounded volume which so far was ignored.
## Release Management
* Affected package(s): Nef_polyhedron_3
* Issue(s) solved (if any): fix #6423
2024-08-26 15:21:47 +02:00
Sébastien Loriot
d20cef2f91
remove unused variable
2024-08-19 09:02:24 +02:00
Sébastien Loriot
403ec19f8a
clean up and move skip test to export header
2024-08-14 18:18:26 +02:00
Sébastien Loriot
630e58f484
Merge remote-tracking branch 'cgal/5.6.x-branch'
2024-07-23 17:18:09 +02:00
Sébastien Loriot
f93cb3c552
Merge branch 'cgal/5.5.x-branch' into 'cgal/5.6.x-branch'
2024-07-23 17:15:05 +02:00
Sébastien Loriot
85bce9bb23
be resilient to isolated vertices
2024-07-22 09:54:55 +02:00
albert-github
36c8b7589d
Spelling corrections
...
Last batch (for now) of spelling corrections in doxygen and normal comments
2024-05-31 19:05:34 +02:00
Laurent Rineau
4db6bc6d16
Merge pull request #6967 from gdamiand/gsoc2022-EBVs-Mostafa-ashraf19
...
GSoC'22: New CGAL's design to handle basic viewers
2024-04-10 18:04:25 +02:00
Jane Tournois
7ca00f90ef
add missing includes (not included by helpers.h anymore)
2024-03-06 16:12:53 +01:00
Guillaume Damiand
88e9921d1d
warning in draw nef3
2023-12-26 10:08:15 +01:00
Guillaume Damiand
c1dd38e581
draw nef3
2023-12-01 13:21:50 +01:00
Guillaume Damiand
d2d114cf24
Update code to follow last api
2023-11-20 09:33:28 +01:00
Andreas Fabri
4e5082b6b5
remove _qt
2023-11-14 09:25:00 +00: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
6daa2a0c3b
Graphics_scene is no more templated
2023-10-23 01:30:57 +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
5cf89dadd9
Rename Drawing_functor in Graphics_scene_options (following Andreas and Sebastien review)
2023-09-28 09:51:12 +02:00
Guillaume Damiand
467e55f10d
Merge branch 'master' into gsoc2022-EBVs-Mostafa-ashraf19
2023-08-28 14:38:58 +02:00
Sébastien Loriot
eada3ee8ca
Merge branch 'master' into 'sloriot/CGAL-using_c++17_stl'
2023-08-14 14:19:25 +02:00
albert-github
5673ccfc71
Spelling corrections
...
Spelling correction `a edge` to `an edge`
2023-07-06 18:04:38 +02:00
Guillaume Damiand
fe23441eab
Merge master
2023-06-26 14:42:33 +02:00
Guillaume Damiand
7da9812bda
Rename graphic_buffer into graphic_storage.
2023-06-22 15:18:34 +02:00
Sébastien Loriot
9a0bdb5d96
boost::variant ---> std::variant
2023-06-15 10:57:10 +02:00
Sébastien Loriot
557b64e4a6
boost::any ==> std::any
2023-06-15 10:57:09 +02:00
Sébastien Loriot
604dcdc435
boost::optional => std::optional
2023-06-15 10:57:09 +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
4df2edd9c1
Replace draw_buffer by draw_graphic_storage
2023-04-28 12:26:31 +02:00
Guillaume Damiand
8f29e4d323
Rename class graphic buffer
2023-04-27 15:48:42 +02:00
Guillaume Damiand
afb4ac68b3
Do not draw shalfloop to avoid segfault(TODO draw something?)
2023-04-14 09:52:28 +02:00
Laurent Rineau
78e2d5e4d2
Merge pull request #6478 from afabri/Nef_3-replace_deque_by_vector_and_reserve-GF
...
Nef_3: Add overloads with ORIGIN in predicates
2023-03-02 13:42:35 +01:00
Laurent Rineau
02247f7610
Merge pull request #7187 from GilesBathgate/Nef_3-performance_binop_intersections-GilesBathgate
...
Nef_3: performance in binop_intersection_tests
2023-02-02 10:58:23 +01:00
Giles Bathgate
4e5c945d6c
Introduce SNC_const_point_locator typedef for Binary_operation callback
2023-01-24 22:34:02 +00:00
Giles Bathgate
3c56c3e2b1
Include required header in Infimaximal_box.h
2023-01-19 00:58:05 +00:00
Giles Bathgate
33d9560b20
Place forward declaration in SNC_structure
2023-01-19 00:50:47 +00:00
Giles Bathgate
b66ee56919
Additional required headers in Nef_3
2023-01-19 00:21:10 +00:00
Giles Bathgate
b5580573d6
Fix cyclic dependencies
...
Move shared code to SNC_halfedge_key.h, remove unneeded headers, add a one forward declaration for SNC_io_parser
2023-01-18 20:30:19 +00:00
Giles Bathgate
59ef7678aa
Add header required by additional typedef
2023-01-13 20:01:22 +00:00
Giles Bathgate
c2a1810b64
Calculate edge Nef_boxes only once
2023-01-13 18:43:33 +00:00