Laurent Rineau
b8f23d4feb
Merge pull request #7255 from lrineau/CGAL-rename_ctest_test_names-GF
...
CGAL CTest support: rename the test names
2023-04-24 14:08:27 +02:00
Laurent Rineau
205236832e
Merge remote-tracking branch 'cgal/master' into CGAL-rename_ctest_test_names-GF
...
# Conflicts:
# Polyhedron/demo/Polyhedron/Plugins/PMP/CMakeLists.txt
2023-04-21 10:47:17 +02:00
Mael Rouxel-Labbé
b8e82b9c05
Merge remote-tracking branch 'cgal/master' into PMP-Triangulate_PS-GF
2023-04-18 12:16:27 +02:00
Laurent Rineau
594682dde3
Merge pull request #5461 from sloriot/PMP-decimation
...
Add coplanar decimation
2023-04-17 10:14:07 +02:00
Laurent Rineau
824976a003
Merge pull request #7236 from albert-github/feature/issue_7231
...
issue #7231 Improvement of layout of refines relations.
2023-04-17 10:14:01 +02:00
Laurent Rineau
f9c58a63db
Merge pull request #7376 from lrineau/Polyhedron-demo_fix_UBSAN_warnings-GF
...
CGAL 3D demo: fix USBAN warnings
2023-04-17 10:13:42 +02:00
Jane Tournois
c215d3e00c
add missing macro definition in io_image_plugin
2023-04-13 09:26:56 +02:00
Andreas Fabri
7da72e00e9
Define NOMINMAX to work around problem in vtk
2023-04-12 07:29:02 +01:00
Laurent Rineau
9789e35197
CGAL 3D demo: fix USBAN warnings
2023-04-08 17:11:11 +02:00
Sébastien Loriot
cb672d4d90
Merge remote-tracking branch 'cgal/master' into PMP-decimation
2023-04-04 14:25:17 +02:00
Sébastien Loriot
f730ab30d8
move to out np
2023-03-31 14:39:33 +02:00
Mael Rouxel-Labbé
8f3968000e
Fix visitor
2023-03-29 21:09:44 +02:00
Mael Rouxel-Labbé
e5c8323825
Add triangulate_polygons() to the demo
2023-03-29 15:30:56 +02:00
Mael Rouxel-Labbé
8a39016780
Visitor of triangulate_faces must be a visitor of HoleFilling too
2023-03-29 15:30:25 +02:00
Priyansh Jalan
26b391dc51
fixed warnings and changed tabs to spaces
2023-03-24 14:42:30 +00:00
Priyansh Jalan
74a4bef885
made multi line input and added tetrahedron generation
2023-03-24 12:17:28 +00:00
Priyansh Jalan
455f625e8a
Polyhedron demo object generator tetrahedron -added UI and half logic part
2023-03-24 11:07:18 +00:00
Laurent Rineau
2f0203be10
Merge pull request #7255 from lrineau/CGAL-rename_ctest_test_names-GF
...
CGAL CTest support: rename the test names
# Conflicts:
# Mesh_3/test/Mesh_3/CMakeLists.txt
2023-03-15 14:23:32 +01:00
albert-github
2d60f46985
issue #7231 Improvement of layout of refines relations.
...
- Adjusted cgalRefines according to reviews
- Implemented it in all files
2023-03-14 17:37:50 +01:00
Sébastien Loriot
7ff85c0444
fix warnings and typo
2023-03-14 14:22:21 +01:00
Laurent Rineau
35a1285a12
Merge pull request #6129 from janetournois/Mesh_3-triple_line_extraction-GF
...
Mesh_3 - add detection of intersection lines from labeled images
# Conflicts:
# Installation/CHANGES.md
2023-03-13 16:46:07 +01:00
Sébastien Loriot
36b448912e
add a first simple post-processing step
2023-03-13 12:00:45 +01:00
Sébastien Loriot
38a5286196
add missing connection
2023-03-10 09:17:30 +01:00
Sébastien Loriot
33c868818f
fix property map for region primitives
2023-03-07 17:55:28 +01:00
Sébastien Loriot
33227d5396
recover plane normals from the primitives
2023-03-07 13:20:32 +01:00
Sébastien Loriot
afb88fb459
add max distance in the demo plugin
2023-03-03 09:35:54 +01:00
Sébastien Loriot
648377f127
fix np name + plug region growing in decimation plugin + change cosinus sign in decimate + update doc
2023-03-02 19:08:10 +01:00
Sébastien Loriot
50e616773b
remove useless typedef
2023-03-02 14:50:31 +01:00
Sébastien Loriot
f8cc9e6bd0
rename np
2023-03-02 14:49:17 +01:00
Sébastien Loriot
b1d2744821
Merge branch 'master' into PMP-decimation
2023-03-02 14:24:27 +01:00
Laurent Rineau
ea016d7f5b
Merge pull request #6702 from soesau/Region_growing-revision-soesau
...
[Small Feature] Region growing revision soesau
2023-03-02 13:42:32 +01:00
Sébastien Loriot
52ff9c4e66
add an option to not triangulate patches
2023-02-27 15:16:13 +01:00
Sébastien Loriot
9a47185ee0
handle several meshes with shared interface
2023-02-24 17:12:02 +01:00
Sébastien Loriot
531beafb79
copy color vector
...
colors are not deterministic...
2023-02-24 16:37:46 +01:00
Laurent Rineau
3dd087f80b
Merge pull request #7273 from lrineau/Polyhedron_demo-fix_mesh_3_sizing_field_message-GF
...
Polyhedron demo, Mesh_3 plugin: modify the criptic debug message "USE SIZING FIELD!"
2023-02-24 16:14:29 +01:00
Sébastien Loriot
c587df44a6
fix correspondance between faces
2023-02-24 14:45:01 +01:00
Sébastien Loriot
c90d97635d
first version of the demo plugin
2023-02-24 10:41:08 +01:00
Jane Tournois
e8e3eaa7b4
Merge remote-tracking branch 'cgal/master' into Mesh_3-triple_line_extraction-GF
...
# Conflicts:
# Mesh_3/test/Mesh_3/CMakeLists.txt
2023-02-21 11:05:30 +01:00
Jane Tournois
0f84326756
there may be facets in complex, or even just vertices
...
so the bbox should not be the default when cells_in_complex is empty
2023-02-20 16:56:17 +01:00
Sébastien Loriot
851485d645
force unassigned regions to be black
...
this is more a hack than a correct fix
2023-02-16 18:28:37 +01:00
Sébastien Loriot
640910288b
Merge remote-tracking branch 'cgal/master' into Region_growing-revision-soesau
2023-02-16 14:18:17 +01:00
Laurent Rineau
a5052f4cd8
Merge pull request #6835 from MaelRL/CGAL-Clean_CMakeLists.txt-GF
...
Some CMakeLists.txts cleaning
2023-02-16 10:52:29 +01:00
Laurent Rineau
8c04deee38
Modify the criptic debug message "USE SIZING FIELD!"
2023-02-15 15:41:54 +01:00
Laurent Rineau
d33d71a4e0
Merge pull request #7125 from MaelRL/PMP-flip_criterion-GF
...
Modify flipping criteria in PMP::isotropic_remeshing and PMP::refine
2023-02-10 15:40:49 +01:00
Sébastien Loriot
9242a810c4
Merge remote-tracking branch 'cgal/master' into Region_growing-revision-soesau
2023-02-07 11:31:55 +01:00
Laurent Rineau
6df18b668c
CGAL CTest support: rename the test names
...
Now that CTest test names can contain whitespace, we can have
better looking names. That is also more practicle because we can now
copy-paste the target name in `compilation of <target_name>`.
2023-02-06 12:04:57 +01:00
Laurent Rineau
61f5354246
Fix current content in the destroy of the Scene
...
Fix the error:
> QOpenGLVertexArrayObject::destroy() failed to restore current context
2023-01-31 17:35:21 +01:00
Mael
153c603209
Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF
2023-01-27 22:09:02 +01:00
Laurent Rineau
a7e15cadee
Merge pull request #7140 from sloriot/CGAL-demo_fix_warnings
...
Fix warnings
2023-01-27 21:02:16 +01:00
Laurent Rineau
65103a9c70
Merge pull request #7161 from afabri/Polyhedron_demo-clamp-GF
...
3D Demo: Fix statistics on angles
2023-01-27 21:02:09 +01:00