Sébastien Loriot
c99b69a0e7
add missing license headers
2024-01-04 13:50:15 +01:00
Sébastien Loriot
e7c26349f2
move header in a package to GPL
2024-01-04 13:36:34 +01:00
Sébastien Loriot
241e1bf557
add missing license include directives
2024-01-04 11:53:18 +01:00
Sébastien Loriot
8700394122
boost::mpl::if_ -> std::conditional
2023-09-24 22:57:20 +02:00
Laurent Rineau
074d63119a
Merge pull request #7586 from MaelRL/P23T23-Unique_iterators-GF
...
Add unique simplex iterators for periodic triangulations
2023-07-17 09:52:23 +02:00
Mael Rouxel-Labbé
f41e69a5fe
Misc fixes
2023-07-07 02:09:35 +02:00
Mael Rouxel-Labbé
5759ce49ae
Add unique simplex iterators
2023-07-07 02:04:01 +02:00
Sébastien Loriot
f936680600
Merge remote-tracking branch 'cgal/master' into HEAD
2023-06-15 18:48:39 +02:00
Mael Rouxel-Labbé
5656a7d11c
Rework P3M3 snapping
...
Can't guarantee that the double construction is correct, even by going
through an intermediate exact offset computation; so if there's an issue,
just snap the intermediate point to the domain (it should have been close
enough in the first place)
Remove all functions related to zealous snapping that are just to get
"nice" coordinates (and not 1e-17).
2023-05-26 11:18:52 +02:00
Mael
532b82cb9b
Merge branch 'master' into P3M3-Undocumented_polyhedral_domain_example-GF
2023-05-04 17:28:47 +02:00
Mael Rouxel-Labbé
d8f4bc059d
Fix conversion warnings
2023-05-03 12:24:23 +02:00
Mael Rouxel-Labbé
d0f63f52c7
Fix wrong argument type in P3T3 offset's operator[]
2023-05-02 14:14:27 +02:00
Sébastien Loriot
a88af6c0c6
boost::array -> std::array
2023-04-23 22:37:07 +02:00
Mael Rouxel-Labbé
c593b76a38
Fix conversion warnings
2023-04-19 12:49:35 +02:00
Jane Tournois
170f54f0c0
avoid conversion warnings
2023-04-13 17:18:35 +02:00
Mael Rouxel-Labbé
58cc66188e
Fix point() for P3T3/P3DT3/P3RT3/P3M3
2023-03-23 23:47:58 +01:00
Mael Rouxel-Labbé
4f6846776a
Fix conversion warning
2023-03-17 14:43:26 +01:00
Mael Rouxel-Labbé
9d9a51731a
Fix typo
2023-02-09 23:27:01 +01:00
Mael Rouxel-Labbé
a8d38e84af
Fix warnings
2023-01-31 11:22:54 +01:00
Mael Rouxel-Labbé
d9b6eb856b
Further robustify periodic circumcenter computations
2023-01-30 17:14:33 +01:00
Mael
8f703b54cb
Merge branch 'master' into P3M3-Undocumented_polyhedral_domain_example-GF
2023-01-27 21:48:32 +01:00
Mael Rouxel-Labbé
fca313bba9
Fix compilation with homogeneous exact number types
2023-01-23 11:30:49 +01:00
Mael Rouxel-Labbé
efa486ca1c
Remove useless typedef
2023-01-23 11:30:14 +01:00
Mael Rouxel-Labbé
3f4ebb1e0e
Remove unused variables
2023-01-02 13:54:14 +01:00
Mael Rouxel-Labbé
2cdb9086dc
Further robustify robust_canonicalize_point(): remove many constructions
2022-12-06 15:08:58 +01:00
Mael Rouxel-Labbé
6ab2a2f72c
Add a macro to use a sparser dummy grid (can't be used with domain w/ features)
2022-12-06 14:50:17 +01:00
Mael Rouxel-Labbé
c475f7de45
Add a comment to clarify that cells are destroyed when P3T3::remove rejects
2022-12-06 14:49:47 +01:00
Mael Rouxel-Labbé
28f672a5b4
Further robustification improvements to P3_mesh_triangulation_3:
...
avoid canonicalization (i.e. construction) when possible
2022-12-06 14:48:59 +01:00
Mael Rouxel-Labbé
7910d82c6c
Misc minor changes
2022-12-01 12:34:50 +01:00
Mael Rouxel-Labbé
c255b51b4b
Generalize orthosphere radius threshold computation to non-cubic domains
2022-11-29 12:15:24 +01:00
Mael Rouxel-Labbé
0fdfec9ccb
Same as 6021d5a9f1 for tr.point(Cell_handle, int)
2022-11-25 14:16:48 +01:00
Mael Rouxel-Labbé
6021d5a9f1
Fix making P3T3 an abstract class
2022-11-24 12:59:17 +01:00
Mael Rouxel-Labbé
b10b84fb7f
Merge remote-tracking branch 'cgal/master' into P3M3-Undocumented_polyhedral_domain_example-GF
2022-11-18 16:47:07 +01:00
Mael Rouxel-Labbé
9699035179
Add a dummy point generator that can handle non-cubic domains
2022-11-18 16:13:13 +01:00
Mael Rouxel-Labbé
c7804eeca9
Add some precondition on offset values
2022-11-18 00:34:55 +01:00
Mael Rouxel-Labbé
1869294e50
Misc code improvements
2022-11-18 00:21:58 +01:00
Mael Rouxel-Labbé
b434490de1
Add virtual functions point(VH) / point(CH, int) to the base P3T3
2022-11-18 00:19:24 +01:00
Mael Rouxel-Labbé
c8a7b8864f
Remove garbage in P3T3::move_point(): currently it is only remove + insert
2022-11-18 00:18:49 +01:00
Mael Rouxel-Labbé
c682f8dc20
Add some comments
2022-11-18 00:17:22 +01:00
albert-github
eed54a0ae5
spelling corrections
...
Some spelling corrections (Directories starting with `O`-`S` , first part),
some backward work
some forward work
2022-11-15 18:45:39 +01:00
Mael Rouxel-Labbé
bd52dc631a
Misc code cleaning
2022-10-26 10:20:44 +02:00
Mael Rouxel-Labbé
363d1daaef
Some more conversions to non-package specific assertions
2022-09-23 15:20:24 +02:00
Andreas Fabri
d3fca65ae5
CGAL: No longer per package assertions
2022-09-23 12:49:40 +01:00
Laurent Rineau
81ac3b9a11
One more use-after-free in P3T3
2022-06-10 09:46:09 +02:00
Andreas Fabri
4eac47f274
fix typo
2022-03-09 12:57:23 +00:00
Andreas Fabri
cdbf0d7d9a
Initialize the size of Unique_hash_map
2022-03-09 11:34:12 +00:00
Sébastien Loriot
5945e48a3e
restore sub-directories accidently removed in 98e471849b
2021-09-17 08:14:06 +02:00
Sébastien Loriot
2c889a3b52
remove unused files
2021-08-26 11:43:58 +02:00
Sébastien Loriot
98e471849b
moving files from internal to PKG/internal
2021-08-26 11:33:39 +02:00
Laurent Rineau
d6b2c8d9dc
Merge pull request #5671 from maxGimeno/CGAL_IO-Add_missing-deprecated_functions-maxGimeno
...
CGAL_IO: Add missing fallbacks
# Conflicts:
# BGL/include/CGAL/boost/graph/IO/INP.h
# Point_set_processing_3/include/CGAL/IO/write_xyz_points.h
2021-05-18 18:13:38 +02:00