Laurent Rineau
|
1f999bf8fd
|
Merge pull request #7848 from sxntxn/OBJ_read_arbitrary_whitespace
CGAL::IO::Internal::read_OBJ(): allow arbitrary whitespace in "f" lines
|
2024-04-22 14:54:14 +02:00 |
Sebastian Hegler
|
912f3f0162
|
read_OBJ: allow arbitrary whitespace in "f" lines
|
2024-04-10 21:36:58 +02:00 |
Sébastien Loriot
|
5331c7e744
|
move after definition of function used
|
2024-03-13 17:59:08 +01:00 |
Andreas Fabri
|
263db4fa7a
|
Merge master
|
2024-03-04 16:56:21 +00:00 |
Andreas Fabri
|
25b084e146
|
Fix operator<< for Multipolygon_with_holes
|
2024-02-23 07:52:05 +00:00 |
Laurent Rineau
|
6d5d091f85
|
Merge pull request #8004 from afabri/Point_set-fix_issue_7996-GF
Point_set_3: property uchar refers to the range 0..255 not the char type
|
2024-02-13 11:18:17 +01:00 |
Andreas Fabri
|
32078f1c23
|
Point_set_3: property uchar refers to the range 0..255 not the char type
|
2024-01-26 14:35:26 +00:00 |
Andreas Fabri
|
c3d4d115b2
|
Merge remote-tracking branch 'cgal/master' into gsoc2023-polygon_repair-kenohori
|
2024-01-05 09:53:07 +00:00 |
Sebastien Loriot
|
caecbe29c7
|
Replace boost::mpl (#7813)
- `boost::mpl::if_` --> `std::conditional`
- `boost::enable_if` -> `std::enable_if`
- `boost::mpl::and_` -> `&&`
- `boost::mpl::or_` -> `||`
- `boost::constant::bool_` -> `std::bool_constant`
- ...
|
2023-12-26 17:33:36 +01:00 |
Sebastien Loriot
|
1787da400b
|
Stream_support: Add read_VTK() (#7826)
## Summary of Changes
Add `read_VTK()` so that we can also read non-xml *.vtk files.
- [x] Document it correctly
## Release Management
* Affected package(s): Stream_support
* Feature/Small Feature (if any):
* Link to compiled documentation:
[overview](https://cgal.github.io/7826/v0/Stream_support/IOStreamSupportedFileFormats.html#IOStreamVTK)
and
[function](https://cgal.github.io/7826/v0/Stream_support/group__PkgStreamSupportIoFuncsVTK.html#gaad7f1c5c10e8700a4a6de88294c5a620)
* License and copyright ownership:
|
2023-12-18 13:15:31 +01:00 |
Andreas Fabri
|
b1195233fa
|
Add CGAL::IO:: for linking
|
2023-12-13 10:45:08 +00:00 |
Andreas Fabri
|
2713fe3c41
|
give \link a try for linking
|
2023-12-13 10:00:44 +00:00 |
Andreas Fabri
|
fd8e6372c7
|
Add CGAL::IO:: for linking
|
2023-12-13 09:31:25 +00:00 |
Andreas Fabri
|
74c47e6222
|
Add CGAL::IO:: for linking
|
2023-12-13 09:21:16 +00:00 |
Andreas Fabri
|
33bb65ae17
|
PointRange -> PointOutputIterator
|
2023-12-08 18:03:22 +00:00 |
Andreas Fabri
|
38d9db9728
|
write() operates on const& data
|
2023-12-08 17:15:46 +00:00 |
Andreas Fabri
|
acd03b166c
|
write() operates on const& data
|
2023-12-08 17:09:00 +00:00 |
Andreas Fabri
|
08b06ebefc
|
fix tag
|
2023-12-07 13:16:53 +00:00 |
Andreas Fabri
|
0991fc9d61
|
fix tag
|
2023-12-07 12:53:39 +00:00 |
Andreas Fabri
|
79262a365e
|
polish
|
2023-12-07 11:56:06 +00:00 |
Andreas Fabri
|
07a06717bd
|
Fix char*; Fix table
|
2023-12-07 11:35:03 +00:00 |
Andreas Fabri
|
076f04af4a
|
Add links to the new function
|
2023-12-07 10:53:07 +00:00 |
Sébastien Loriot
|
4344c3cc27
|
replace boost::mpl::or_
|
2023-11-10 16:34:19 +01:00 |
Sébastien Loriot
|
2277013d84
|
replace boost::mpl::and_
|
2023-11-10 16:19:26 +01:00 |
Laurent Rineau
|
e92d42f0dc
|
Merge pull request #7795 from lrineau/CGAL_Lab-fix_VTK_io_plugin-GF
CGAL Lab: fix reading of VTK files
|
2023-11-06 12:52:21 +01:00 |
Andreas Fabri
|
c9eed8c4ec
|
backtick
|
2023-10-26 16:04:05 +01:00 |
Andreas Fabri
|
48ee7cad90
|
Add read_VTK() so that we can also read non-xml *.vtk files
|
2023-10-25 10:03:14 +01:00 |
Andreas Fabri
|
e28d44305e
|
Replace hal related URLs
|
2023-10-19 12:59:07 +01:00 |
Andreas Fabri
|
d760c408a7
|
Be precise
|
2023-10-17 14:08:33 +01:00 |
Laurent Rineau
|
98a6bf7934
|
Merge pull request #7744 from lrineau/CGAl-fix_IO_oformat_iformat-GF
fix : iformat/oformat are in CGAL::IO
|
2023-10-16 11:13:21 +02:00 |
Laurent Rineau
|
78ace775b1
|
Merge pull request #7763 from albert-github/feature/bug_perm_redir
Correcting permanent redirect
|
2023-10-16 11:13:03 +02:00 |
Laurent Rineau
|
98a5f2f490
|
fix reading of vtp files
|
2023-10-12 16:50:55 +02:00 |
albert-github
|
ad9c803ceb
|
Link to the 3mf specification
Correcting the link to the 3mf specification
|
2023-10-09 18:49:37 +02:00 |
albert-github
|
e69b1f8917
|
Correcting permanent redirect
Correcting permanent redirect
|
2023-10-09 11:06:22 +02:00 |
Sébastien Loriot
|
467dcf9a80
|
Merge remote-tracking branch 'cgal/master' into HEAD
|
2023-10-06 11:10:08 +02:00 |
Laurent Rineau
|
1d29a75c9a
|
iformat/oformat are in CGAL::IO
The calls without the `IO::` namespace are deprecated.
|
2023-09-25 16:09:41 +02:00 |
Laurent Rineau
|
46923342ad
|
Merge pull request #7576 from albert-github/feature/issue_7395
issue #7395 Improvement of layout of model relations
# Conflicts:
# Kernel_23/doc/Kernel_23/CGAL/Vector_2.h
|
2023-09-07 10:48:34 +02:00 |
Laurent Rineau
|
cdd4b2cc75
|
Merge pull request #7595 from MaelRL/BGL-Generalize_FFG_doc-GF
Generalize documentation of Face_filtered_graph
|
2023-09-07 10:46:35 +02:00 |
Laurent Rineau
|
6ce966767b
|
Merge pull request #7660 from afabri/Arrangement-typo-GF
Arrangement: small doc fixes
|
2023-09-07 10:46:26 +02:00 |
Ken Arroyo Ohori
|
5c4e48e5bf
|
fix dependencies
|
2023-08-24 17:10:12 +02:00 |
Ken Arroyo Ohori
|
4613aa78a4
|
move multipolygon to polygon package
|
2023-08-24 15:59:19 +02:00 |
Sébastien Loriot
|
6c703f7fd8
|
Polygon_repair_2 -> Polygon_repair
|
2023-08-24 13:35:51 +02:00 |
Andreas Fabri
|
6f4804fd1e
|
More fixes
|
2023-08-22 10:02:18 +01:00 |
Ken Arroyo Ohori
|
c20d01c2d6
|
Merge branch 'CGAL:master' into gsoc2023-polygon_repair-kenohori
|
2023-08-21 03:38:46 -06:00 |
albert-github
|
93001308f4
|
Merge branch 'master' into feature/issue_7395
# Conflicts:
# Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/ArrangementPointLocation_2.h
# Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/ArrangementVerticalRayShoot_2.h
|
2023-08-18 11:10:42 +02:00 |
Sebastien Loriot
|
b2be6dbbef
|
fix istream for optional
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
|
2023-08-18 09:35:45 +02:00 |
Andreas Fabri
|
6c85e541f7
|
Fix doc typos
|
2023-07-20 11:25:25 +01:00 |
Andreas Fabri
|
12d420f827
|
Fix Stream_support/dependencies
|
2023-07-20 11:00:21 +01:00 |
Andreas Fabri
|
879b7ea139
|
Add WKT support for Multipolygon_with_holes
|
2023-07-20 10:51:51 +01:00 |
Mael Rouxel-Labbé
|
09a6a3e1c7
|
Add a hash for CGAL::IO::Color
|
2023-07-12 14:40:47 +02:00 |