Guillaume Damiand
fdf06fe969
add default parameter
2025-11-21 15:01:14 +01:00
Sebastien Loriot
eb14bf2a17
backticks and rephrasing
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2025-11-20 13:23:26 +01:00
Guillaume Damiand
76552ccca1
class name
2025-11-06 18:16:43 +01:00
Guillaume Damiand
546d0b2871
verbs
2025-11-06 18:14:37 +01:00
Guillaume Damiand
6f2c3d819e
Merge branch 'main' into Small_feature/read_write_vtk_for_LCC
2025-11-06 09:38:10 +01:00
Guillaume Damiand
1c1245d5c0
update comments
2025-11-05 20:37:36 +01:00
Guillaume Damiand
d1c66eaa0f
formatting
2025-11-05 20:29:40 +01:00
Andreas Fabri
4b89f17b42
CGAL: An Halfedge
2025-11-03 14:37:50 +00:00
Guillaume Damiand
f6425d7773
write error message only once
2025-10-11 14:57:17 +02:00
Guillaume Damiand
e1ec2fd1d2
Document cmap read/write; and lcc read/write vtk
2025-10-10 09:55:12 +02:00
Guillaume Damiand
ce1c890cb0
order of parameter for lcc vtk functions
2025-10-10 09:42:43 +02:00
Guillaume Damiand
8c84316796
doc for lcc vtk io
2025-10-09 18:57:19 +02:00
Guillaume Damiand
ed6eb76670
spaces
2025-10-09 18:53:22 +02:00
Guillaume Damiand
66bb36e336
add example in lcc for write_vtk; add groups
2025-10-09 18:47:58 +02:00
Guillaume Damiand
cd248c2638
Change order of parameters for lcc read/write vtk
2025-10-09 18:40:47 +02:00
Guillaume Damiand
1a03f8c6e1
update following Mael review
2025-10-09 17:32:55 +02:00
Sébastien Loriot
fdef97e88e
Merge remote-tracking branch 'cgal/6.1.x-branch' into 'cgal/main'
2025-09-15 18:27:14 +02:00
Guillaume Damiand
4d615a31b6
Cleanup
2025-09-08 13:06:42 +02:00
Guillaume Damiand
5a3dbda022
Test for read write vtk + data files
2025-09-08 12:30:48 +02:00
Guillaume Damiand
8ebeb13896
Creation of prisms and pyramids are now members of cmap and lcc
2025-09-07 09:57:36 +02:00
Guillaume Damiand
f25a684c95
Read / write vtk for lcc
2025-09-07 09:55:49 +02:00
Guillaume Damiand
3382ac0d18
Example for LCC write vtk
2025-09-07 09:50:04 +02:00
Guillaume Damiand
f41b5b60f7
Add prisms and pyramids creation
2025-09-03 12:46:19 +02:00
albert-github
8efdbff899
Overnight documentation build missing links
...
The overnight doxygen build gave warnings like:
```
.../Linear_cell_complex/doc/Linear_cell_complex/Linear_cell_complex.txt:108: warning: unable to resolve link to '::import_from_triangulation_3' for \link command
.../Linear_cell_complex/doc/Linear_cell_complex/Linear_cell_complex.txt:109: warning: unable to resolve link to '::import_from_polyhedron_3' for \link command
.../Linear_cell_complex/doc/Linear_cell_complex/Linear_cell_complex.txt:112: warning: unable to resolve link to '::import_from_plane_graph' for \link command
```
when building against the doxygen master due to the fact that doxygen was a bit more stringent
Added the namespace to the links
(also tested against doxygen 1.9.6 after the changes).
2025-08-24 13:31:04 +02:00
ybellargui
cc19bd4a80
Refine VTK I/O example and test
2025-08-15 13:58:24 +02:00
ybellargui
464c591b5a
Add VTK I/O support for Linear_cell_complex with dual scalar types
2025-08-11 14:52:05 +02:00
Sébastien Loriot
a827db20db
trailing whitespaces
2025-08-07 14:54:56 +02:00
Yliess Bellargui
e0634c4ab1
Add VTK I/O support for Linear_cell_complex
2025-08-06 22:34:33 +02:00
Yliess Bellargui
c37745641a
[Small Feature] Add VTK read/write support for Linear_cell_complex
2025-07-30 15:38:39 +02:00
Yliess Bellargui
09365799e9
[Small Feature] Add VTK IO support for Linear_cell_complex<3,3>
2025-07-30 15:38:39 +02:00
Yliess Bellargui
5a28105560
[Small Feature] Fix alias tests: move CGAL_NO_DEPRECATED_CODE guard inside main()
2025-07-17 17:04:36 +02:00
Yliess Bellargui
b9c05d8e3a
[Small Feature] Cleanup deprecated warnings
2025-07-17 16:43:01 +02:00
Yliess Bellargui
60782f879f
[Small Feature] Clean up test targets with CGAL_NO_DEPRECATION_WARNINGS
2025-07-16 16:42:55 +02:00
Yliess Bellargui
48e2387253
[Small Feature] Use CGAL_DEPRECATED and protect deprecated functions
2025-07-16 14:43:17 +02:00
Yliess Bellargui
66de6cba3d
[Small Feature] Use CGAL_DEPRECATED and protect deprecated functions
2025-07-16 13:56:17 +02:00
Yliess Bellargui
289716dbab
[Small Feature] Fix deprecation warnings in test files
2025-07-15 07:53:26 +02:00
Yliess Bellargui
81e0122efa
[Small Feature] Fix missing comment terminator in doc
2025-07-08 12:10:12 +02:00
Yliess Bellargui
afc4f72b26
[Small Feature] Rename plane_graph_to_lcc -> read_plane_graph_in_lcc
2025-07-08 09:45:15 +02:00
Yliess Bellargui
e170d7b0de
[Small Feature] Apply review: cleanup doc, remove old alias, fix tests
2025-07-01 17:30:00 +02:00
Yliess Bellargui
ff6a91eb61
[Small Feature] Rename import functions with deprecation and add alias tests
2025-07-01 11:36:49 +02:00
Sébastien Loriot
13609a6966
no need to repeat the package name as it is on the line above
2025-05-22 17:53:41 +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
05f479356e
undo doc changes
2025-04-30 10:06:15 +02:00
Sébastien Loriot
a9c8a49831
use CGAL_Basic_viewer target
2025-04-30 09:19:50 +02:00
Guillaume Damiand
3ecf4ee878
bug fix lcc demo
2025-04-18 09:38:20 +02:00
Guillaume Damiand
b9efd6983c
replace macro CGAL_USE_BASIC_VIEWER by CGAL_USE_BASIC_VIEWER_QT
2025-04-17 17:45:10 +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
Guillaume Damiand
705494d7fc
start to reintegrate
2025-04-17 14:36:52 +02:00
Mael Rouxel-Labbé
691fd789f9
Merge remote-tracking branch 'cgal/master' into gsoc2022-isosurface
2025-03-24 21:34:55 +01:00
Laurent Rineau
8eefb7f173
Merge branch 'master' into pr/lrineau/8273
2025-02-07 16:10:52 +01:00