Sebastien Loriot
7c43b02334
Documentation Half-space -> Halfspace etc ( #9294 )
...
## Summary of Changes
Cleanup of the documentation. We had half-space, half-plane, half-edge.
I did not change half-circle and half-sphere though. Shall I @MaelRL ?
## Release Management
* Affected package(s): several
* License and copyright ownership: unchanged
2026-02-03 14:23:07 +01:00
Sebastien Loriot
0f2ef13e0e
CGAL: Prefix macros with CGAL_ ( #9279 )
...
## Summary of Changes
Prefix macros. Some are include guards, some have relatively generic
names.
Remove several files from CGAL_ImageIO and put the code in the files
kept in `namespace CGAL`
## Release Management
* Affected package(s): several
* License and copyright ownership: unchanged
2026-02-03 14:21:53 +01:00
Andreas Fabri
40f1cd1260
fix in demo and benchmark
2026-01-28 14:36:17 +00:00
albert-github
8d09ae340c
Spelling corrections
...
Spelling corrections
2026-01-19 15:15:14 +01:00
Sébastien Loriot
2556bf479a
Merge remote-tracking branch 'cgal/main'
2026-01-16 17:34:27 +01:00
Sebastien Loriot
aecdd5a94b
Combinatorial map bug fix ( #9251 )
...
## Summary of Changes
Correction of two bugs in combinatorial map package:
* const correctness of Element_topo
* missing operator[] for dart storage with index
## Release Management
* Affected package(s): Combinatorial maps
2026-01-14 17:11:22 +01:00
Andreas Fabri
284d576c43
CGAL: Prefix macros with CGAL_
2026-01-14 15:25:35 +00:00
albert-github
ea9a69faf2
Removing double words
...
- removing double words
- correcting some texts
2026-01-13 12:18:50 +01:00
Guillaume Damiand
0050309dd6
Add one LCC test
2026-01-12 16:02:33 +01:00
Guillaume Damiand
72aa1a1caf
Add missing [] operator for cmap storage with index
2026-01-08 16:15:23 +01:00
Guillaume Damiand
fdf06fe969
add default parameter
2025-11-21 15:01:14 +01:00
Sebastien Loriot and Mael
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