Sebastien Loriot
8ff56a8af4
Prevent the removal of fixed boundary edges ( #7820 )
...
Add a check before calling `remove_degerenate_faces()` to avoid removing
patch border edges
2023-10-25 08:40:07 -07:00
Sebastien Loriot
a130c6011a
fix out-of-bound warnings ( #7809 )
...
The sanity value was not used so let's set it to 3.
2023-10-25 08:39:36 -07:00
Sebastien Loriot
a82f5115a4
Tetrahedral remeshing of a C3t3 - fix default cell selector ( #7760 )
...
## Summary of Changes
In the demo, tetrahedral remeshing is called directly on the C3t3. This
PR fixes the default `cell_selector` when remeshing is called on a C3t3.
## Release Management
* Affected package(s): Tetrahedral_remeshing
* License and copyright ownership: unchanged
2023-10-25 08:39:01 -07:00
Sebastien Loriot
63a7460032
Apollonius_graph: Make file names unique ( #7819 )
...
## Summary of Changes
Several test programs write and read back to a file with the same name,
which may lead to errors when they are executed simultaneously. This PR
makes the filenames unique.
## Release Management
* Affected package(s): Apollonius_graph
* License and copyright ownership: unchanged
2023-10-25 08:37:53 -07:00
Sebastien Loriot
256e77f022
PMP: Remove documentation of deprecated code ( #7812 )
...
## Summary of Changes
cleanup
## Release Management
* Affected package(s): PMP
* Issue(s) solved (if any): fix #7692
2023-10-25 08:36:04 -07:00
Sebastien Loriot
3a5e37be4c
Replace hal related URLs ( #7811 )
...
## Summary of Changes
Replace URLs that have a redirect.
## Release Management
* Affected package(s): bibtex entries and Stream_support
* Issue(s) solved (if any): fix #7762
2023-10-25 08:35:20 -07:00
Sebastien Loriot
d1749685b2
issue #7765 Problem with Boost 1.54 and a non reachable ticket ( #7777 )
...
CGAL as of version 5.6 requires Boost 1.66 or higher so the warning is
not valid anymore
2023-10-25 08:34:27 -07:00
Sebastien Loriot
679f980759
No need for workaround for boost before version 1.47 ( #7787 )
...
CGAL requires boost 1.66 or higher since CGAL-5.6.
2023-10-25 08:33:55 -07:00
Sebastien Loriot
b82958377f
fix demo warnings ( #7806 )
...
Fix warnings
[here](https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-6.0-I-85/Polyhedron_Demo/TestReport_lrineau_Fedora-with-LEDA.gz )
2023-10-25 08:33:15 -07:00
Sebastien Loriot
9e6abb7291
Mesh 3 : improved meshing with selected polylines ( #7750 )
...
## Summary of Changes
Added a drop-down item "Input polyline only" in "Protect sharp edges"
when a polyline item is selected.
Fixed polyline item not working depending on the order of selection.
## Release Management
* Affected package(s): Mesh_3
* Issue(s) solved (if any):
* Feature/Small Feature (if any):
* License and copyright ownership:
2023-10-25 08:31:50 -07:00
Sebastien Loriot
dfb9b3407f
Mesh_3 Polyhedron demo : Added support for vtk images (vti format) ( #7729 )
...
## Summary of Changes
Added support for vtk image (.vti files) opening in the demo in the
plugin Mesh_3/Io_image_plugin
## Release Management
* Affected package(s): Mesh_3
* Issue(s) solved (if any):
* Feature/Small Feature (if any):
* License and copyright ownership:
2023-10-25 08:29:58 -07:00
Andreas Fabri
c7ab4718fd
remove unused variable
2023-10-25 16:10:14 +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
Guillaume Damiand
2b69e29fe5
Basic viewer is now in namespace Qt
2023-10-25 08:49:24 +02:00
Jane Tournois
4bbbc482cf
reduce the target dihedral angle to fit in the testsuite timeout
2023-10-24 17:21:29 +02:00
Jane Tournois
99c0df22ad
Merge remote-tracking branch 'cgal/master' into Mesh_3-manifold_and_min_size-jtournois
...
# Conflicts:
# Polyhedron/demo/Polyhedron/resources/shader_c3t3.frag
2023-10-24 12:55:09 +02:00
Jane Tournois
bd9b861cb6
CHANGES.md
2023-10-24 12:32:55 +02:00
Jane Tournois
655a86a3f6
of/in
2023-10-24 12:32:41 +02:00
Sébastien Loriot
21ece823de
remove instruction to generate files not used
2023-10-24 09:29:31 +02:00
Guillaume Damiand
126b9360c9
Remove _qt from Basic viewer name
2023-10-24 08:27:18 +02:00
Guillaume Damiand
2f07fbbb54
Update basic viewer doc following last remarks (Laurent and Andreas)
2023-10-23 19:17:52 +02:00
Guillaume Damiand
5ea9ac3db8
Remove _qt suffix from Basic_viewer
2023-10-23 18:41:20 +02:00
Guillaume Damiand
2e955e1a24
The return of GSOptions template
2023-10-23 16:07:28 +02:00
Andreas Fabri
25ad1dc064
Kernel_23: Exploit Uncertain in collinear_3()
2023-10-23 14:45:26 +01:00
Guillaume Damiand
e416fc8751
new test for doc of draw
2023-10-23 15:38:43 +02:00
Efi Fogel
dedb100fa8
Ported to tikz
2023-10-23 16:23:04 +03:00
Efi Fogel
3f8ea79eb7
Added min_area_tri.tex and jeep.tex
2023-10-23 16:20:07 +03:00
Efi Fogel
2e32820dd3
ixed parameter types if interface functions
2023-10-23 16:07:57 +03:00
Efi Fogel
042629e464
Fixed inserter; introduced extractor
2023-10-23 16:03:07 +03:00
Efi Fogel
4c33636012
Removed redundant include statement
2023-10-23 15:56:51 +03:00
Efi Fogel
b8ce7d12f0
Fixed comment
2023-10-23 15:55:22 +03:00
Sébastien Loriot
f2ec9175ac
prevent the removal boundary edges (that are constraints)
2023-10-23 14:41:46 +02:00
Andreas Fabri
e253e317fe
cleanup of the test.h
2023-10-23 10:56:39 +01:00
Andreas Fabri
28b99d55ce
Make filenames unique to avoid IO errors when executing two tests in parallel threads
2023-10-23 10:56:21 +01:00
Sebastien Loriot
9f9a6f600f
Apply suggestions from code review
...
Co-authored-by: Jane Tournois <janetournois@users.noreply.github.com>
2023-10-23 09:07:43 +02:00
Guillaume Damiand
4332889259
remove template for Buffer_for_vao
2023-10-23 02:03:48 +02:00
Guillaume Damiand
761fde02be
add_in_graphics_scene -> add_to_graphics_scene; plus remove template parameter NumberType
2023-10-23 01:52:38 +02:00
Guillaume Damiand
1c6b1e4a12
Basic_viewer_qt is no more templated
2023-10-23 01:35:11 +02:00
Guillaume Damiand
6daa2a0c3b
Graphics_scene is no more templated
2023-10-23 01:30:57 +02:00
Guillaume Damiand
cbe7ef2b40
Merge branch 'master' into gsoc2022-EBVs-Mostafa-ashraf19
2023-10-22 17:18:04 +02:00
Guillaume Damiand
c9d93bac3b
Add GraphicsSceneOptions concept; use it to document draw(T2); waiting @Laurent remarks...
2023-10-22 17:14:18 +02:00
Guillaume Damiand
d74a3dbeac
Remove template parameter for graphics scene
2023-10-22 17:12:21 +02:00
Andreas Fabri
c4270c62c2
static_assert
2023-10-20 15:26:03 +01:00
Andreas Fabri
f1fda7b01e
Add to changes.md
2023-10-20 14:59:06 +01:00
Jane Tournois
6785c5cb7b
document the order of vertices
2023-10-20 15:57:58 +02:00
Andreas Fabri
f3d08effe5
Cleanup of Usage.txt
2023-10-20 14:56:27 +01:00
Andreas Fabri
86502db00a
Parameterization: cleanup
2023-10-20 14:44:17 +01:00
Jane Tournois
a9e1fb885c
apply Monique's review
2023-10-20 15:09:31 +02:00
Guillaume Damiand
cf797a5d31
basic viewer does not have clear anymore
2023-10-20 14:53:48 +02:00
Guillaume Damiand
45d9708f07
Basic viewer names in doc
2023-10-20 14:53:26 +02:00