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
Guillaume Damiand
325b3dfade
Add debug code: to remove later.
2020-01-08 09:40:16 +01:00
Guillaume Damiand
2c76e00d65
Replace char* by std::string for polygonal schema.
2019-12-18 11:33:23 +01:00
Guillaume Damiand
faca9d7804
Bug fix with list iterators; update tests.
2019-12-18 10:03:07 +01:00
Guillaume Damiand
076cd0cc61
Warning on windows with strncpy
2019-12-18 08:55:30 +01:00
Guillaume Damiand
8ba6f2e3ca
More warning with random get_int.
2019-12-18 08:47:17 +01:00
Guillaume Damiand
2c7ded8c63
Replace --end() by std::prev(end()) for std lists (even if --end() is supposed to work...)
2019-12-17 15:59:54 +01:00
Guillaume Damiand
633ea3e9cf
Cannot swap in vector<bool>
2019-12-17 15:58:47 +01:00
Guillaume Damiand
937c334802
Remove warnings.
2019-12-17 11:05:38 +01:00
Guillaume Damiand
1ab90bc27e
Remove warnings.
2019-12-11 15:28:11 +01:00
Guillaume Damiand
4da4ffe77e
More warnings
2019-12-10 14:24:32 +01:00
Guillaume Damiand
b81d694353
Update draw to test also environement variable.
2019-12-03 16:22:23 +01:00
Guillaume Damiand
ca753748a3
is_border -> is_perforated
2019-12-03 15:17:29 +01:00
Guillaume Damiand
8be7c183b4
Remove warnings (thanks @sloriot)
2019-11-29 15:51:34 +01:00
Guillaume Damiand
023ec9c23c
Wrong percentage
2019-11-29 12:24:27 +01:00
Guillaume Damiand
13dc3f75db
Remove some debug code; merge two steps in one.
2019-11-28 14:00:23 +01:00
Guillaume Damiand
90457b38c7
Update licences
2019-11-26 14:21:39 +01:00
Guillaume Damiand
6f24898d67
Remove some warnings
2019-11-26 13:10:44 +01:00
Guillaume Damiand
fa7e93b03b
Update tests; bug fix; method with borders seems ok now.
2019-11-26 11:35:18 +01:00
Guillaume Damiand
a5240b4477
Case with boundaries.
2019-11-25 16:57:19 +01:00
Guillaume Damiand
7d6b31e670
Add test for surface mesh topology
2019-11-24 20:49:15 +01:00
Guillaume Damiand
8dc0d92da5
Minor update in the doc.
2019-11-22 13:47:12 +01:00
Guillaume Damiand
a05200fb52
End of cleanup. Remove debug code; rename data members; comment.
2019-11-22 13:30:20 +01:00
Guillaume Damiand
29b6ac8e86
Clean
2019-11-22 11:19:26 +01:00
Guillaume Damiand
3f86217059
Clean
2019-11-22 11:19:07 +01:00
Guillaume Damiand
7b243d41aa
Clean Polygonal_schema
2019-11-22 11:18:52 +01:00
Guillaume Damiand
155372134d
More cleanup; doc and renaming of some inner variables.
2019-11-22 10:45:39 +01:00
Guillaume Damiand
a11e377561
Add comments; cut line > 80 car; some cleanup.
2019-11-22 09:59:55 +01:00
Guillaume Damiand
8d976c2192
Cleanup (doc + use smart pointer)
2019-11-22 09:18:18 +01:00
Guillaume Damiand
f69195b869
Case with boundaries; seems to work. TODO: more tests; cleanup code.
2019-11-22 09:03:13 +01:00
Guillaume Damiand
56ae2240d2
Continue case with perforated faces.
2019-11-21 17:43:40 +01:00
Guillaume Damiand
06102c9fc8
Update is_valid for mpaths.
2019-11-21 11:18:56 +01:00
Guillaume Damiand
d4c2b13da6
Continue case with boundary.
2019-11-21 11:12:48 +01:00
Guillaume Damiand
15186ce2e4
Continue case with perforated faces.
2019-11-21 09:56:42 +01:00
Guillaume Damiand
c94c1a0874
Continue case with perforated faces.
2019-11-20 16:04:04 +01:00
Guillaume Damiand
e950d0c592
Update
2019-11-17 16:32:20 +01:00
Guillaume Damiand
3475491552
Improve the method that update pair of darts; still a bug for perfocated faces.
2019-11-16 17:25:30 +01:00
Guillaume Damiand
19b831f9d6
Debug case with boundary (nyf)
2019-10-04 13:38:23 +02:00
Guillaume Damiand
f0c4a3e5b4
Bugfix in minimal quadrangulion, nyf
2019-09-18 16:32:25 +02:00
Guillaume Damiand
e44fef7d0b
Update polygonal schema to allow to perforate faces; impact on face graph wrapper.
2019-09-17 16:04:38 +02:00
Guillaume Damiand
bd2a504af6
Bug fixes; improve face graph wrapper
2019-09-17 11:41:45 +02:00
Guillaume Damiand
3861f153f0
Bug fixes in path on surface.
2019-09-06 14:21:56 +02:00
Guillaume Damiand
bc826b81a2
Bugfix in debug code
2019-09-06 14:21:02 +02:00
Guillaume Damiand
078429ffd3
Debug path on surfaces for case of surface with boundaries.
2019-09-05 17:50:34 +02:00
Guillaume Damiand
51093763cb
Update path with rle
2019-09-02 15:01:28 +02:00
Guillaume Damiand
5431b21493
Update path homotopy to deal also with surfaces with boundaries.
2019-08-28 15:39:24 +02:00
Guillaume Damiand
4d227e837e
Bug fix
2019-07-12 15:12:41 +02:00
Guillaume Damiand
4ca4fc248d
Remove warning
2019-06-28 14:40:24 +02:00
Guillaume Damiand
dda46d4ce3
Small cleanup; NULL->nullptr.
2019-06-28 11:51:27 +02:00
Guillaume Damiand
e7d75acbaf
Add missing file
2019-06-27 17:09:44 +02:00