Maxime Gimeno
cc00d293df
Merge remote-tracking branch 'cgal/master' into Cmake_improvements-maxGimeno
2020-11-06 09:37:18 +01:00
Mael Rouxel-Labbé
786ed599d6
Add missing fig entry in SMP's Doxyfile.in (HTML_EXTRA_FILES)
2020-11-03 10:52:47 +01:00
Maxime Gimeno
1c00bf6847
Merge remote-tracking branch 'cgal/master' into Cmake_improvements-maxGimeno
2020-10-29 15:09:16 +01:00
Mael Rouxel-Labbé
7c2ffc57ec
Try to fix some maybe-uninitialized warnign
2020-10-20 14:52:40 +02:00
Mael Rouxel-Labbé
1b80ca4a17
Add some more preconditions
2020-10-20 14:51:00 +02:00
Mael Rouxel-Labbé
29b9946507
Fix warnings and compilation errors
2020-10-16 09:57:04 +02:00
Mael Rouxel-Labbé
7c5080c682
Add a note in SMP User Manual about why one should use IAP
2020-10-12 11:47:31 +02:00
Mael Rouxel-Labbé
479ba42269
Add missing include
2020-08-07 15:43:55 +02:00
Mael Rouxel-Labbé
30ccc1f243
Fix .h permissions
2020-08-05 11:05:22 +02:00
Maxime Gimeno
9c15f2c9dc
Use FeatureSummary in the demo, and remove CGAL_FOUND
2020-08-04 12:46:17 +02:00
Mael Rouxel-Labbé
1bdcd6f5ca
Fix license header
2020-07-28 16:25:09 +02:00
Mael Rouxel-Labbé
0700847882
Remove warning about the new API introduced in CGAL 4.11
2020-07-22 14:42:01 +02:00
Mael Rouxel-Labbé
37897e8d03
Added history and modified authors (iterative authalic parameterization)
2020-07-22 13:49:11 +02:00
Mael Rouxel-Labbé
d2289098af
Fix some conversion warnings
2020-07-22 12:33:33 +02:00
Mael Rouxel-Labbé
eb56ec4f48
Add documentation for iterative authalic parameterizer
2020-07-22 12:23:14 +02:00
Mael Rouxel-Labbé
7c4e5e74b9
Test Iterative Authalic parameterization
2020-07-21 17:47:59 +02:00
Mael Rouxel-Labbé
7ad62d7cfe
Fix compilation
2020-07-21 17:15:36 +02:00
Mael Rouxel-Labbé
91cce231f4
Fix missing typedef
2020-07-21 17:13:11 +02:00
Mael Rouxel-Labbé
50c870eb3c
Add a warning about potential degenerate faces on the square border
2020-07-21 17:12:19 +02:00
Mael Rouxel-Labbé
025df4aa9a
Add an extra overload to Iterative_authalic, for convenience
2020-07-21 17:11:53 +02:00
Mael Rouxel-Labbé
93a70d32b9
Fix documentation of Surface_mesh_parameterization
...
Too many classes/functions/typedefs/etc. showing, extract_all to blame?
2020-07-21 16:46:50 +02:00
Mael Rouxel-Labbé
aa2bdbdb5e
Add new iterative authalic example
2020-07-21 16:41:30 +02:00
Mael Rouxel-Labbé
d5185e68f8
SMP doc improvements
2020-07-21 13:38:47 +02:00
Mael Rouxel-Labbé
5bad9ff61c
Minor code cleaning
2020-07-10 12:57:45 +02:00
Mael Rouxel-Labbé
6a55952a87
Fix initialization of Boolean dedicing whether to use uniform weights or not
2020-07-10 12:56:00 +02:00
Mael Rouxel-Labbé
144a1c2b7b
Template some functions with the VIM for convenience
2020-07-10 12:55:41 +02:00
Mael Rouxel-Labbé
52323c4a94
Remove extra (and wrong) sqrt
2020-07-10 12:55:22 +02:00
Mael Rouxel-Labbé
a89cf1dd49
Store the total 3D area instead of recomputing it every err evaluation
2020-07-10 12:54:43 +02:00
Mael Rouxel-Labbé
d2cd147bad
Fix doc of Iterative_authalic_parameterization
2020-07-10 10:54:07 +02:00
Mael Rouxel-Labbé
495f6dbe1e
Add some helper functions to measure distortion between SMP input and output
2020-07-09 17:41:25 +02:00
Mael Rouxel-Labbé
07b9e89be5
Refactor Iterative Authalic parameterization
2020-07-09 17:37:46 +02:00
Mael Rouxel-Labbé
d9debb99fb
Add some explicit preconditions on the input in SMP
2020-07-09 12:02:42 +02:00
Mael Rouxel-Labbé
c9279b6e4b
Rework vertex-index/bool maps in SMP to use dynamic properties rather than sets
2020-07-07 16:04:47 +02:00
Mael Rouxel-Labbé
9c7a75f36f
Test the global API of Surface_Mesh_Parameterization
2020-07-07 15:20:28 +02:00
Mael Rouxel-Labbé
f168d3911e
Remove useless Seam_mesh overload
2020-07-07 15:19:33 +02:00
Mael Rouxel-Labbé
d45c769081
Orbifold Tutte Parameterizer is not a model of Parameterizer_3
...
The API of parameterize() is not compatible: cones must be provided by the user
2020-07-07 15:18:40 +02:00
Mael Rouxel-Labbé
6083c81d28
Modernize code and other aesthetic changes
2020-07-06 15:57:43 +02:00
Mael Rouxel-Labbé
e8a23a96ea
Update to new CMake API
2020-07-06 15:22:58 +02:00
Mael Rouxel-Labbé
c00d2c65aa
Merge remote-tracking branch 'cgal/master' into Iterative_authalic_parameterization
2020-07-06 10:10:16 +02:00
Simon Giraudot
421096fd7f
Use imported targets everywhere
2020-04-15 14:06:13 +02:00
Hardik Jain
9e49252247
Removed: Unnecessary debug logging
2020-03-28 16:56:03 +01:00
Hardik Jain
337365a4f1
Merge branch 'master' into Iterative_authalic_parameterization
2020-03-28 16:46:51 +01:00
Hardik Jain
07dc0b2d2d
Modified: Initial inner vertices parameterization by cotangent weights
2020-03-28 16:35:24 +01:00
Hardik Jain
ee9fcee717
Modified: Tutte weights initialization for inner border vertices with valency-2. However such vertices can affect optimization.
2020-03-28 16:29:41 +01:00
Hardik Jain
c3da7a2201
Removed: Unnecessary authalic parameterizer example
2020-03-28 15:50:52 +01:00
Sébastien Loriot
8bb22d5b2c
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of the 5.0 release branch
+ manual fix of the files (indentation was changed in the meantime):
* Spatial_sorting/include/CGAL/Multiscale_sort.h
* Spatial_sorting/test/Spatial_sorting/test_multiscale.cpp
2020-03-26 14:26:59 +01:00
Sébastien Loriot
8b153fb495
Merge branch 'cgal/releases/CGAL-5.0-branch'
...
whitespace+tab removal, merged with option -Xignore-space-change
2020-03-26 14:22:32 +01:00
Sébastien Loriot
0779373835
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of 4.14 release branch
+ manual fix on one line in:
* Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
* .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00
Sébastien Loriot
0a46621dc6
Merge branch 'cgal/releases/CGAL-4.14-branch'
...
whitespace+tab removal, merged with option -Xignore-all-space
2020-03-26 13:28:46 +01:00
Sébastien Loriot
590612a563
run the script to remove tabs and trailing whitespaces
2020-03-26 13:25:16 +01:00