Sven Oesau
|
91dc6a9200
|
unified face coloring between selection tool and cdt_3 plugin
activated selection highlighting for T3 meshes
|
2025-05-05 16:26:31 +02:00 |
Laurent Rineau
|
a9469fc688
|
document that the triangulation must be 3D
|
2025-05-05 15:47:18 +02:00 |
Jane Tournois
|
dff7b6f78c
|
use Remeshing Cb and Vb in example using Tetrahedral_remeshing
|
2025-05-05 15:12:02 +02:00 |
Wolfgang Bangerth
|
b6af36028d
|
Mark variables declared at global scope in headers as 'inline'.
|
2025-05-05 05:29:58 -06:00 |
Jane Tournois
|
0575a1e579
|
write the full documentation only once in the function templates
and add links to it
This avoids future divergence between the 2 versions, and makes things more
clear for the reader
|
2025-05-05 12:34:52 +02:00 |
Jane Tournois
|
c3831eef9c
|
wip review Mael
- expose nothing from cell_data and vertex_data
- add const ref
- doc
|
2025-05-02 16:17:55 +02:00 |
Jane Tournois
|
084f08434e
|
rename example - name is too long for msvc
|
2025-05-02 16:07:49 +02:00 |
Jane Tournois
|
2581f4fb89
|
workaround to avoid duplication of title phrase, and have \n between 2 lines
|
2025-05-02 15:58:55 +02:00 |
Jane Tournois
|
65edb3d613
|
move sync_vertex_type_with_dimension_and_index() to a lambda function
to avoid undocumented functions in the vertex base
|
2025-05-02 15:11:32 +02:00 |
Jane Tournois
|
b9fd8a3b8e
|
rename Base_with_time_stamp to Triangulation_simplex_base_with_time_stamp
|
2025-05-02 14:44:36 +02:00 |
Laurent Rineau
|
e31144344f
|
another fix, so that it works as well on Linux
|
2025-05-02 14:23:31 +02:00 |
Laurent Rineau
|
d6ae7c9686
|
MSVC 2019 does not have std::basic_format_string
See https://github.com/microsoft/STL/pull/3074 implemented later in Sept 2022.
|
2025-05-02 10:57:56 +02:00 |
Laurent Rineau
|
d47c44f7f3
|
fix when Qt6 is not available
|
2025-05-02 09:56:56 +02:00 |
Laurent Rineau
|
010adccdec
|
fix the mentions of CGAL_USE_BASIC_VIEWER_QT (with the Qt suffix)
|
2025-05-02 09:22:38 +02:00 |
Laurent Rineau
|
108cf8e44f
|
fix ws
|
2025-04-30 17:33:57 +02:00 |
Laurent Rineau
|
6fb2cedf37
|
fix a memory leak to quiet LeakSanitizer
|
2025-04-30 17:09:45 +02:00 |
Laurent Rineau
|
b190978599
|
fix the static assertions
... by using Boost containers instead of those from the STL.
|
2025-04-30 11:32:18 +02:00 |
Mael Rouxel-Labbé
|
5a409c400d
|
Prepare CHANGES.md for 6.1 (WIP)
|
2025-04-30 10:41:11 +02:00 |
Sebastien Loriot
|
9601e96724
|
Spelling corrections (#8869)
Spelling corrections.
|
2025-04-30 10:24:47 +02:00 |
Sébastien Loriot
|
991418e64e
|
fix compatibility and use generic macro in generic contexts
|
2025-04-30 10:17:14 +02:00 |
Sébastien Loriot
|
05f479356e
|
undo doc changes
|
2025-04-30 10:06:15 +02:00 |
Sébastien Loriot
|
a9c8a49831
|
use CGAL_Basic_viewer target
|
2025-04-30 09:19:50 +02:00 |
albert-github
|
6153228234
|
Spelling corrections
Spelling corrections.
|
2025-04-29 19:11:01 +02:00 |
Laurent Rineau
|
1f7536bfac
|
remove trailing space
|
2025-04-29 18:30:46 +02:00 |
Léo Valque
|
2416588b60
|
Correct namespace of Polygon_types
|
2025-04-29 18:20:34 +02:00 |
Léo Valque
|
1e30aab6bc
|
Correct namepaspace of Polygon_types
|
2025-04-29 18:19:31 +02:00 |
Léo Valque
|
61936188e3
|
Revert "use a set in triangle_soup_snap_rounding instead of vector, sort and unique"
This reverts commit d98154a3896a64c58e466e3d291879f04305e453.
|
2025-04-29 18:17:48 +02:00 |
Laurent Rineau
|
0ec75e54ee
|
Merge remote-tracking branch 'refs/remotes/lrineau/Triangulation_3-CDT_3-lrineau' into pr/lrineau/8186
|
2025-04-29 17:41:39 +02:00 |
Laurent Rineau
|
1c4e24621c
|
fix the assertions about nothrow_movable in CDT_3
using Boost implementation of `unordered_map` instead of the std:: version.
|
2025-04-29 17:41:30 +02:00 |
Sebastien Loriot
|
3623255666
|
Generator: Document default for parameter radius (#8867)
## Summary of Changes
Added default value in documentation.
## Release Management
* Affected package(s): Generator
* Issue(s) solved (if any): fix #8866
* Feature/Small Feature (if any):
* License and copyright ownership: unchanged
|
2025-04-29 17:35:27 +02:00 |
Léo Valque
|
8f7c8819f6
|
use a set in triangle_soup_snap_rounding instead of vector, sort and unique
|
2025-04-29 16:02:13 +02:00 |
Jane Tournois
|
da73a5db7f
|
fix type name
|
2025-04-29 15:58:08 +02:00 |
Laurent Rineau
|
9f38c6887f
|
fix doc
|
2025-04-29 15:47:47 +02:00 |
Laurent Rineau
|
958d50eb20
|
more debug message
|
2025-04-29 15:47:41 +02:00 |
Jane Tournois
|
c95bcb5cb7
|
wip review Mael
|
2025-04-29 15:17:54 +02:00 |
Léo Valque
|
b08f7f2a5c
|
remove useless inline in Wrap_id_visitor
|
2025-04-29 15:04:55 +02:00 |
Léo Valque
|
c4452030f1
|
remove useless forward declaration
|
2025-04-29 15:04:55 +02:00 |
Léo Valque
|
898bf5853c
|
Correct default value of number_of_iterations in the documentation
|
2025-04-29 15:04:55 +02:00 |
Léo Valque
|
7b5cf516d6
|
solved orthograph mystake in wrapp_id_visitor
|
2025-04-29 15:04:55 +02:00 |
Léo Valque
|
6cd7956273
|
add std:: to size_t use in indexes_range
|
2025-04-29 15:04:55 +02:00 |
Léo Valque
|
c41a0c7b9f
|
correct Indexes_range constructor
|
2025-04-29 15:04:55 +02:00 |
Léo Valque
|
ba2dbce574
|
add internal in copy protection macro of triangle_soup_snap_rounding
|
2025-04-29 15:04:55 +02:00 |
Léo Valque
|
f0bdb950f2
|
avoid copy in indexes_range constructor
|
2025-04-29 15:04:55 +02:00 |
Léo Valque
|
89c559f088
|
simplify constexpr test of NT is a fraction
|
2025-04-29 15:04:55 +02:00 |
Léo Valque
|
a1bc4c474a
|
avoid copy of the input in double_ceil
|
2025-04-29 15:04:55 +02:00 |
lvalque
|
fbbd635b6a
|
Update Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/triangle_soup_snap_rounding.h
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
|
2025-04-29 14:51:22 +02:00 |
lvalque
|
ccde78e64e
|
Update Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/triangle_soup_snap_rounding.h
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
|
2025-04-29 14:50:38 +02:00 |
lvalque
|
9a04f2dee4
|
Update Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/triangle_soup_snap_rounding.h
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
|
2025-04-29 14:49:35 +02:00 |
Léo Valque
|
9c42d3c7de
|
solved conflict on the documentation of autorefinement
|
2025-04-29 14:17:56 +02:00 |
lvalque
|
fdcd4b6838
|
Update Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/autorefinement.h
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
|
2025-04-29 14:14:19 +02:00 |