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
9591cd6a94
vertices of 0 < dimension < 2 are removed as isolated
...
* corners and feature edges vertices are not removed (0 < dim < 2)
* far points (dim = -1) are removed as isolated vertices
the assertion
CGAL_assertion(far_vertices_.size() <= isolated.size());
started failing because of commit
3490fdd0c0
2023-02-07 11:39:53 +01:00
Laurent Rineau
7255c885bd
Merge pull request #7139 from janetournois/SMDS_3-verbose_mode-jtournois
...
Tet_soup_to_c3t3 - reduce verbosity
2023-01-27 21:02:19 +01:00
Jane Tournois
b7cd0f8538
doc
...
we keep vertices of dimension 0 and 1,
that may have a meaning for the user
2023-01-20 16:14:49 +01:00
Jane Tournois
3490fdd0c0
do not remove vertices of features (dimension 1 and 0) even if isolated
...
if the user has asked to insert these vertices, they should not be removed
2023-01-20 14:17:47 +01:00
Mael
4d22c90474
Merge branch 'master' into feature/bug_documentation_spell_20221113
2023-01-04 10:06:45 +01:00
Jane Tournois
2d04633e20
add if(verbose) when needed
2022-12-22 09:35:09 +01:00
Laurent Rineau
cf04d506f3
Merge PR "Mesh_3, dump_c3t3: remove verbose flag" #7110
2022-12-14 10:28:21 +01:00
Mael
0ff7882997
Merge branch 'master' into feature/bug_documentation_spell_20221113
2022-12-06 22:21:06 +01:00
Mael Rouxel-Labbé
b5c21e1f5d
Http -> https + update some dead links
2022-11-23 18:54:37 +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
albert-github
45478184de
spelling corrections
...
Some spelling corrections (Directories starting with `E`-` L`),
some backward work
some forward work
2022-11-15 13:39:40 +01:00
Laurent Rineau
8c9281f440
Merge pull request #6642 from sloriot/gsoc2022-boost_np
...
Replace usage of Boost parameters with CGAL named function parameters
2022-11-07 10:08:38 +01:00
Laurent Rineau
d24b180293
Merge branch 'master' into gsoc2022-boost_np
2022-10-28 15:39:36 +02:00
Andreas Fabri
c04dceb71d
Merge master
2022-10-14 14:40:58 +01:00
Jane Tournois
66d448158c
fix indentation
2022-10-13 12:44:09 +02:00
Jane Tournois
a79239fc44
fix indices in ascii reader
2022-10-04 16:28:41 +02:00
Jane Tournois
95a8ee1912
move function up, before use
2022-10-04 14:45:17 +02:00
Jane Tournois
a9f4ee7342
reorganize headers to separate tetrahedral and surface meshes IO
2022-10-04 14:22:54 +02:00
Jane Tournois
1f005793b0
add missing license header
2022-10-04 09:33:20 +02:00
Jane Tournois
8a05e4df23
move header outside demo
2022-10-03 16:00:41 +02:00
Jane Tournois
53d8734ad2
add tetrahedral mesh .tetra.am reader in C3t3_io_plugin
2022-10-03 15:31:14 +02:00
Jane Tournois
33816fa798
add verbosity
2022-10-03 12:33:32 +02:00
Sébastien Loriot
54a6462273
move code so that we can reinject mesh_3 parameters functions into NFP class
2022-09-26 20:09:58 +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
Sébastien Loriot
861588abe1
Merge 'sloriot/CGAL-std_type_traits' into master
2022-08-03 20:19:51 +02:00
albert-github
5b31fc4579
SMDS_3 Incorrect link
...
We get the warning:
```
SMDS_3/include/CGAL/tetrahedron_soup_to_triangulation_3.h:210: warning: unable to resolve link to 'polygon_soup_to_polygon_mesh()' for \link command
```
see also:
- https://cgal.geometryfactory.com/CGAL/Manual_doxygen_test/CGAL-5.6-Ic-16/logs_master/SMDS_3.log
- https://github.com/CGAL/cgal/pull/6645
2022-06-29 12:21:07 +02:00
Sébastien Loriot
05a6e2b150
workaround doxygen bugs
2022-06-20 10:57:50 +02:00
Sébastien Loriot
fecc99535c
fix typo
2022-06-20 10:04:44 +02:00
Jane Tournois and Mael
3656c632aa
Apply suggestions from Mael's code review
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com >
2022-06-17 14:52:23 +02:00
Jane Tournois and Mael
55f853b9da
doc
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com >
2022-06-17 14:47:30 +02:00
Jane Tournois and Mael
15645e27a5
doc
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com >
2022-06-17 14:47:12 +02:00
Jane Tournois and Mael
dc340f36fd
doc
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com >
2022-06-17 14:46:31 +02:00
Jane Tournois and Mael
0fbe473bc3
comma
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com >
2022-06-17 14:46:07 +02:00
Jane Tournois and Mael
1efc36bf2a
doc
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com >
2022-06-17 14:45:19 +02:00
Jane Tournois and Mael
b518ca1358
doc
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com >
2022-06-17 14:45:03 +02:00
Jane Tournois and Mael
477030b664
doc
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com >
2022-06-17 14:44:24 +02:00
Jane Tournois and Mael
c50f323958
doc
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com >
2022-06-17 14:44:07 +02:00
Jane Tournois and Mael
edcd0e5742
doc
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com >
2022-06-17 14:43:52 +02:00
Jane Tournois and Mael
42c1eb0496
doc
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com >
2022-06-17 14:43:31 +02:00
Jane Tournois and Mael
c18c230947
doc
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com >
2022-06-17 14:43:08 +02:00
Jane Tournois and Mael
de5298b820
doc
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com >
2022-06-17 14:30:04 +02:00
Jane Tournois and Mael
4e7535e16c
doc
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com >
2022-06-17 14:29:47 +02:00
Jane Tournois and Mael
2b4b30be8b
doc
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com >
2022-06-17 14:29:27 +02:00
Jane Tournois and Mael
2903333770
typo
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com >
2022-06-17 14:28:53 +02:00
Jane Tournois and Mael
863dc0b5f0
add missing backticks
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com >
2022-06-17 14:28:43 +02:00
Jane Tournois and Mael
8ac3417eb3
doc
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com >
2022-06-17 14:28:28 +02:00
Jane Tournois and Mael
b1e2a0f127
doc
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com >
2022-06-17 14:28:17 +02:00
Jane Tournois and Mael
3ae3ce177b
doc
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com >
2022-06-17 14:27:59 +02:00