Commit Graph

52 Commits

Author SHA1 Message Date
Sébastien Loriot ca5f64b973 suggestion from @gdamiand 2025-09-23 19:53:23 +02:00
Sébastien Loriot 31901d0197 fix the initial edge size in the 2D case 2025-09-22 16:53:02 +02:00
Laurent Rineau 010adccdec fix the mentions of CGAL_USE_BASIC_VIEWER_QT (with the Qt suffix) 2025-05-02 09:22:38 +02:00
Sébastien Loriot 991418e64e fix compatibility and use generic macro in generic contexts 2025-04-30 10:17:14 +02:00
Sébastien Loriot 05f479356e undo doc changes 2025-04-30 10:06:15 +02:00
Andreas Fabri 02dc855e8d Address conversion warning 2025-04-22 15:02:40 +01:00
Guillaume Damiand 45c0087301 use Qt/Basic_viewer.h only if qt basic viewer is used 2025-04-18 13:41:55 +02:00
Guillaume Damiand 46d3df5374 spaces 2025-04-18 13:06:17 +02:00
Guillaume Damiand af52702ef7 add licence header 2025-04-18 12:56:48 +02:00
Guillaume Damiand 6153c05ebd compute size of vertices and edges the first time 2025-04-18 11:08:32 +02:00
Guillaume Damiand a36d0d4df8 initialize ptrs 2025-04-18 11:08:19 +02:00
Guillaume Damiand 72355df9f4 warnings 2025-04-18 09:07:50 +02:00
Guillaume Damiand 9a5adb37e7 Add file Basic_viewer.h 2025-04-17 17:45:34 +02:00
Guillaume Damiand d65526c1d8 initialize size of edges and vertices depending on the bbox 2025-04-17 17:00:49 +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
Sebastien Loriot 25afb37051
Triangulation_2: Do not include kernel header (#8527)
## Summary of Changes

Do not include `Exact_predicates_inexact_constructions_kernel.h` and
`Simple_cartesian.h`.
Change order of `#include` statements so that the  T2 files come first.
Forward declare `Epick` in `Constrained_triangulation_plus_2` where it
is used for defining a `Default` for the template parameter (which is
not documented).

## Release Management

* Affected package(s): Triangulation_2
* License and copyright ownership: unchanged.
2024-11-08 16:11:41 +01:00
Guillaume Damiand 7cd3a8e653 Add missing methods ignore_all_XXX in graphics scene options (methods that are documented) 2024-11-08 15:57:10 +01:00
Andreas Fabri 9dc9511936 Add missing include 2024-10-08 14:08:03 +01:00
Sébastien Loriot cb8e88075d delete allocated objects 2024-04-04 14:26:23 +02:00
Guillaume Damiand da217566d0 Update triangulation method in buffer for vao to deal with some nested polygonal faces 2024-03-28 18:44:10 +01:00
Guillaume Damiand 217d4c0ec2 do not use strncpy 2023-12-28 09:01:02 +01:00
Guillaume Damiand 089f0535e2 disable warning must eb defined before includes 2023-12-28 08:47:22 +01:00
Guillaume Damiand 6146924680 remove a windows warning about strncpy 2023-12-27 08:55:39 +01:00
Guillaume Damiand 26096e9365 missing include 2023-12-26 10:46:03 +01:00
Guillaume Damiand 01e333caae add missing include and function when basic viewer is disable 2023-12-26 10:07:52 +01:00
Guillaume Damiand 0fdd175ef0 use strncpy instead of strcpy 2023-12-26 09:46:36 +01:00
Guillaume Damiand dcac571d99 Remove a warning 2023-12-14 08:23:16 +01:00
Guillaume Damiand 3aa6ad18b2 Bug fix for 2D mode in basic viewer 2023-12-01 18:02:09 +01:00
Guillaume Damiand 2d256951cb Graphics_scene does not uses Qt 2023-11-30 16:21:08 +01:00
Guillaume Damiand 0655006622 Merge with master: now viewers use Qt6 2023-11-29 14:36:38 +01:00
Guillaume Damiand db9ca1a3fb reverse all normals 2023-11-20 09:37:36 +01:00
Guillaume Damiand d2d114cf24 Update code to follow last api 2023-11-20 09:33:28 +01:00
Guillaume Damiand db97ebbf1f Update code according to final doc api 2023-11-20 09:03:46 +01:00
Andreas Fabri 525cc0f27e Descriptor -> _descriptor 2023-11-14 09:16:37 +00:00
Guillaume Damiand 2b69e29fe5 Basic viewer is now in namespace Qt 2023-10-25 08:49:24 +02:00
Guillaume Damiand 126b9360c9 Remove _qt from Basic viewer name 2023-10-24 08:27:18 +02:00
Guillaume Damiand 5ea9ac3db8 Remove _qt suffix from Basic_viewer 2023-10-23 18:41:20 +02:00
Guillaume Damiand cbe7ef2b40 Merge branch 'master' into gsoc2022-EBVs-Mostafa-ashraf19 2023-10-22 17:18:04 +02:00
Guillaume Damiand d74a3dbeac Remove template parameter for graphics scene 2023-10-22 17:12:21 +02:00
Guillaume Damiand 175166d43e Remove all methods to add elements from Basic_viewer_qt. 2023-10-20 11:58:37 +02:00
Guillaume Damiand eea01ce5fe Replace some flot by BufferType 2023-10-18 16:39:49 +02:00
Laurent Rineau 31d79bdae5 fix a copy-paste typo 2023-10-18 15:55:56 +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 6be7477655 Camel case (Andreas review) 2023-09-28 11:10:24 +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 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
Guillaume Damiand e7acefdde3 clean 2023-04-28 17:14:05 +02:00
Guillaume Damiand e242890255 doc 2023-04-28 15:53:39 +02:00