Guillaume Damiand
|
09d47a46c4
|
Small cleanup and comments
|
2018-11-28 17:50:38 +01:00 |
Guillaume Damiand
|
fae8342e8e
|
Add cmakelists
|
2018-11-28 17:49:46 +01:00 |
Guillaume Damiand
|
fdd08e9287
|
Create new package Surface_mesh_topology; move related files in this package.
|
2018-11-28 15:56:10 +01:00 |
FrancisGipsa
|
1854be6d07
|
add option
|
2018-11-28 13:46:20 +01:00 |
Guillaume Damiand
|
c3f55640ca
|
Bug fix.
|
2018-11-28 12:47:43 +01:00 |
Guillaume Damiand
|
8433205b77
|
Small updates on path on surfaces.
|
2018-11-21 21:56:12 +01:00 |
Guillaume Damiand
|
40265aa139
|
Add an option to make several tests in a same run.
|
2018-11-21 15:04:54 +01:00 |
Guillaume Damiand
|
094f28fdc9
|
Small bug fixes; add is_valid method in path with rle.
|
2018-11-21 12:01:51 +01:00 |
Guillaume Damiand
|
702d01e1f7
|
Start to replace totally the quadratic method by the linear one (nyf).
|
2018-11-20 16:49:28 +01:00 |
Guillaume Damiand
|
4b62197c72
|
Comment out an assertion which is too long.
|
2018-11-20 16:30:30 +01:00 |
Guillaume Damiand
|
dd3309f14f
|
Bugfix for path with 2 darts.
|
2018-11-20 11:37:28 +01:00 |
Guillaume Damiand
|
1c54999d7d
|
Right shift for path with rle done.
|
2018-11-20 10:41:11 +01:00 |
Guillaume Damiand
|
8bc932ce91
|
Beginning of right shift for path with rle.
|
2018-11-19 22:15:00 +01:00 |
Guillaume Damiand
|
c1ef7f334f
|
Bracket flattening for path with rle ok.
|
2018-11-15 15:31:56 +01:00 |
Guillaume Damiand
|
4a9ee63b83
|
Add a method that allows to add several edges into a current facet.
|
2018-11-14 16:33:11 +01:00 |
Guillaume Damiand
|
828c01a00e
|
Add a cmap builder that allows to build a combinatorial map by giving its edge labels.
|
2018-11-14 16:29:49 +01:00 |
Guillaume Damiand
|
df5df7f443
|
Comment.
|
2018-11-09 13:40:49 +01:00 |
Guillaume Damiand
|
092baf908a
|
Spurs removal is now ok for path with rle.
|
2018-11-09 13:05:23 +01:00 |
Guillaume Damiand
|
919d4714ac
|
Start to work on path with rle, spurs removal.
|
2018-11-08 16:42:13 +01:00 |
Guillaume Damiand
|
4145ddeb0e
|
Path on surface encoded with rle ok.
|
2018-11-08 12:41:03 +01:00 |
Guillaume Damiand
|
69e9ce3494
|
Start path with rle to optimize isotopy test.
|
2018-11-07 19:51:03 +01:00 |
Guillaume Damiand
|
b040c5a983
|
Return always 0 for positive and negative turns, for spurs.
|
2018-11-06 17:04:40 +01:00 |
Guillaume Damiand
|
63334c3b60
|
New method to compute turns in constant time.
|
2018-10-26 16:49:45 +02:00 |
Guillaume Damiand
|
4231595110
|
Change API of Path_on_surface and Combinatorial_map_functionalities to canonize paths.
|
2018-10-26 15:45:34 +02:00 |
Guillaume Damiand
|
77b238c67a
|
Reindent and remove commented code.
|
2018-09-28 18:26:40 +02:00 |
Guillaume Damiand
|
b4407bcf14
|
Add an example that loads an off, compute two random pathes and verify that they are isotopic
|
2018-09-28 18:25:49 +02:00 |
Guillaume Damiand
|
1d0b16f142
|
Method v2 to update length two pathes is ok.
|
2018-09-28 17:24:16 +02:00 |
Guillaume Damiand
|
a8c24d706c
|
Update path v2 big fix (nyf)
|
2018-09-27 16:34:02 +02:00 |
Guillaume Damiand
|
7d96da2dd1
|
Start method v2 for path updating
|
2018-09-26 15:13:25 +02:00 |
Guillaume Damiand
|
13b32fc774
|
Add off file for isotopy tests.
|
2018-09-25 13:37:05 +02:00 |
Guillaume Damiand
|
a61f2e5091
|
Bug fix when updating length two pathes for border darts.
|
2018-09-25 13:36:46 +02:00 |
Guillaume Damiand
|
6a39a47a15
|
Update tests
|
2018-09-25 13:31:40 +02:00 |
Guillaume Damiand
|
55bbde79a5
|
Change method for path generator
|
2018-09-25 13:29:49 +02:00 |
Guillaume Damiand
|
2e910371fb
|
Add the possibility to visualize marked darts
|
2018-09-25 13:29:24 +02:00 |
Guillaume Damiand
|
4e3e5ac730
|
Remove debug output
|
2018-09-25 13:28:59 +02:00 |
Guillaume Damiand
|
ade06be0f0
|
Comment a test to simplify debugging.
|
2018-09-18 16:57:17 +02:00 |
Guillaume Damiand
|
f52676769f
|
Continue isotopy test.
|
2018-09-18 15:16:40 +02:00 |
Guillaume Damiand
|
ed81c8491c
|
Add tests.
|
2018-09-04 18:31:31 +02:00 |
Guillaume Damiand
|
4fae0480fd
|
Add option to fix the initial random seed; add some debug code.
|
2018-09-04 14:51:40 +02:00 |
Guillaume Damiand
|
142f36d6b4
|
New random path generator
|
2018-07-09 16:29:33 +02:00 |
Guillaume Damiand
|
bb8fb1a6e9
|
Start to create a new function to generate random paths.
|
2018-07-09 12:15:11 +02:00 |
Guillaume Damiand
|
30d5118740
|
Update path generators; start a test with long random paths deformed.
|
2018-07-06 16:42:23 +02:00 |
Guillaume Damiand
|
492a2ffb54
|
Add a function to close a path.
|
2018-07-06 12:02:04 +02:00 |
Guillaume Damiand
|
53ed894ec7
|
Update isotopy test; seems to work now; need more tests.
|
2018-07-04 17:00:28 +02:00 |
Guillaume Damiand
|
5a5f754b5a
|
Bug fix in degree, codegree and unmark_cell functions (const correctness)
|
2018-07-04 16:59:55 +02:00 |
Guillaume Damiand
|
6812dce31b
|
Add double torus
|
2018-07-04 16:53:50 +02:00 |
Guillaume Damiand
|
a52a324262
|
Continue tests.
|
2018-03-30 16:42:22 +02:00 |
Guillaume Damiand
|
b47be0821a
|
Add off file for test
|
2018-03-30 15:08:35 +02:00 |
Guillaume Damiand
|
ba014bfa3c
|
Update all tests for canonical representation; start tests for isotopy.
|
2018-03-30 15:03:02 +02:00 |
Guillaume Damiand
|
6ec0beba66
|
Add more test of validity
|
2018-03-29 17:39:32 +02:00 |