albert-github
01a7852f70
Merge branch 'master' into feature/bug_documentation_spell_20221113
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
Synchronize with master
2022-11-16 13:58:05 +01:00
hoskillua
b56500d0fc
4-space -> 2-space indents
2022-11-16 12:51:14 +02: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
Laurent Rineau
04c51a1034
Merge pull request #7034 from sloriot/PMP-coref_open_mesh_case_fix
...
Fix inconsistency check
2022-11-15 17:01:26 +01:00
Laurent Rineau
868793754b
Merge pull request #7034 from sloriot/PMP-coref_open_mesh_case_fix
...
Fix inconsistency check
2022-11-15 17:00:45 +01:00
Laurent Rineau
48811a4622
Merge pull request #7034 from sloriot/PMP-coref_open_mesh_case_fix
...
Fix inconsistency check
2022-11-15 16:59:27 +01:00
albert-github
3674c937f7
spelling corrections
...
Some spelling corrections (Directories starting with `M`-` N`),
some backward work
some forward work
2022-11-15 15:21:01 +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
hoskillua
b0a82c4569
typo fix
2022-11-14 11:37:14 +02:00
hoskillua
59c3605a06
trailing whitespace
2022-11-14 11:28:37 +02:00
hoskillua
6ca7331549
fixes, doc, examples, general cleanup
2022-11-14 11:26:13 +02:00
hoskillua
2ba6628624
minor fix
2022-11-13 17:59:01 +02:00
hoskillua
dbd18ed101
trailing whitespaces
2022-11-13 13:34:18 +02:00
hoskillua
2dcb2939b9
compute multiple curvatures at same time + no radius handled
2022-11-13 13:32:38 +02:00
Sébastien Loriot
cd4de51a40
fix inconsistency check
2022-11-09 18:17:31 +01:00
hoskillua
aff46b6162
incomplete (integrating class for combined curvature computations)
2022-11-09 17:32:42 +02:00
hoskillua
866287a98e
minor naming conventions fixes
2022-11-08 20:13:04 +02:00
hoskillua
f3aee255b5
dynamic property maps
2022-11-08 19:19:40 +02:00
Jane Tournois
6b4bd0b653
make conversion explicit with CGAL::to_double
2022-11-08 17:43:41 +01:00
Laurent Rineau
92d8d1c805
Merge remote-tracking branch 'cgal/master' into CGAL-allow_Epick_with_float-GF
...
# Conflicts:
# Mesh_3/test/Mesh_3/test_meshing_3D_image.cpp
2022-11-08 12:11:06 +01:00
Mael Rouxel-Labbé
83b0b0bdef
Merge branch 'Weights-v2.0-GF-5.5.x' into Weights-v2.0-GF-master
2022-11-07 14:23:29 +01:00
Mael Rouxel-Labbé
7564b761ac
Merge branch 'Weights-v2.0-GF' into Weights-v2.0-GF-5.5.x
2022-11-07 14:11:10 +01:00
Laurent Rineau
987391d8ee
Merge pull request #6930 from MaelRL/BGL-Use_is_valid_descriptor-GF
...
BGL graph validity improvements
2022-11-07 10:08:34 +01:00
hoskillua
af91351ba3
trailing white spaces
2022-11-07 11:00:29 +02:00
hoskillua
8efd947d53
doc fixes
2022-11-07 10:58:45 +02:00
hoskillua
38c66a61e3
typo fixes
2022-11-06 18:23:51 +02:00
hoskillua
48fc5aeebd
dynamic property maps
2022-11-06 18:19:39 +02:00
Laurent Rineau
5239daab19
Merge pull request #7010 from afabri/PMP-BGL-shrunk-GF
2022-11-04 10:27:19 +01:00
Andreas Fabri
f605c347ae
Fixed typo: shrinked -> shrunk
2022-11-04 10:01:53 +01:00
Sébastien Loriot
2c66c24165
handle meshes with non-manifold vertices with shared interface
2022-11-03 15:33:21 +01:00
Laurent Rineau
8e8153c0ac
Merge pull request #6871 from afabri/CGAL_assertions-GF
...
CGAL: No longer per package assertions
2022-11-03 09:44:48 +01:00
Laurent Rineau
56453b7e9f
Merge pull request #6953 from afabri/CGAL-Wunused-but-set-variable-GF
...
Address -Wunused-but-set-variable
2022-11-03 09:44:45 +01:00
Laurent Rineau
2f9e031da7
Fix parts of PMP with Simple_precision_epick
2022-10-28 12:08:11 +02:00
Jane Tournois
f5480e6006
fix more float/double conversions
...
code that uses eigen can use doubles when needed
2022-10-26 18:19:46 +02:00
Sébastien Loriot
0cac6a9da8
Merge remote-tracking branch 'sloriot/PMP-decimation' into PMP-decimation
2022-10-25 14:55:57 +02:00
Sébastien Loriot
890c6eed06
fix copy/paste error of indices + conditional update of corner list
2022-10-21 14:04:19 +02:00
Mael Rouxel-Labbé
91336eb213
Use modern C++
2022-10-20 17:28:00 +02:00
Mael Rouxel-Labbé
19f847a74b
Fix API of cotan functor in shape smoothing
2022-10-20 17:27:39 +02:00
Mael Rouxel-Labbé
6cd5c24f70
Pass traits to the secure Vor-weighted cotan functor
2022-10-20 17:27:26 +02:00
Mael Rouxel-Labbé
9ab7e1ed7f
Misc minor code cleaning
2022-10-20 17:21:43 +02:00
Sébastien Loriot
11f6941e98
handle duplicated vertices in input meshes
2022-10-20 14:05:43 +02:00
Andreas Fabri
c04dceb71d
Merge master
2022-10-14 14:40:58 +01:00
Sébastien Loriot
a4bd963c9b
copy/paste error
2022-10-13 19:06:56 +02:00
Laurent Rineau
90e2a876e2
Merge pull request #6931 from MaelRL/PMP-remove_degen_fix_bad_removal-GF
...
Purge to-be-border halfedges from edges-to-collapse sets
2022-10-13 15:17:41 +02:00
Laurent Rineau
b232f4bcfd
Merge pull request #6942 from sloriot/CGAL-header_clean_up
...
Clean up in headers
2022-10-13 15:17:39 +02:00
Laurent Rineau
2b5b4be5d4
Merge pull request #6931 from MaelRL/PMP-remove_degen_fix_bad_removal-GF
...
Purge to-be-border halfedges from edges-to-collapse sets
2022-10-13 15:15:19 +02:00
Andreas Fabri
683805c34a
Isotropic remeshing
2022-10-13 08:06:30 +01:00
Andreas Fabri
32efdd9110
isotropic remeshing
2022-10-13 07:34:43 +01:00
Sébastien Loriot
e27a7f40c9
handle vertices with the same corner id while allowing non-manifold vertices within a patch
2022-10-12 12:55:47 +02:00
Andreas Fabri
341e1167a8
isotropic remeshing
2022-10-12 09:59:35 +01:00