Commit Graph

92 Commits

Author SHA1 Message Date
Clement Jamin be21ff3dc1 Added another strategy to perturb the points 2015-01-20 19:49:32 +01:00
Clement Jamin 9255141ae7 Rename macro 2015-01-20 12:34:37 +01:00
Clement Jamin cc1379396c Improved output 2015-01-20 12:32:36 +01:00
Clement Jamin 928d249c96 Improved test file 2015-01-19 15:54:00 +01:00
Clement Jamin ef3c9f951d Fix sparsify_point_set 2015-01-19 15:53:07 +01:00
Clement Jamin 751f592f44 Added an option to perturb point positions instead of weights 2015-01-19 15:52:03 +01:00
Clement Jamin dd86950760 Improve code using a transform_iterator 2015-01-16 16:53:40 +01:00
Clement Jamin c4820faa1b Restore original code 2015-01-15 15:46:00 +01:00
Clement Jamin a2423310b1 Handles the case when the local triangulation has a dimension < intrinsic dim 2015-01-15 15:39:25 +01:00
Clement Jamin 614add44be Added a trace in verbose mode 2015-01-13 15:27:21 +01:00
Clement Jamin dfc8038579 Add code to load points from a file (commented) 2015-01-12 17:57:29 +01:00
Clement Jamin 1885d666c7 Added new refresh strategy + better benchmark 2014-12-19 12:04:56 +01:00
Clement Jamin 786f40d376 "fix_inconsistencies" now returns the number of steps it took 2014-12-19 07:16:31 +01:00
Clement Jamin 7bcf0e6e3b Add sparsification to the benchmark 2014-12-18 22:00:26 +01:00
Clement Jamin 785ac9690c Update PCH 2014-12-18 21:58:06 +01:00
Clement Jamin 248c4b915d Comment mutexes out since we don't use them for now 2014-12-18 20:46:30 +01:00
Clement Jamin dfbf887751 Add TBB_USE_THREADING_TOOL in debug mode 2014-12-18 20:29:19 +01:00
Clement Jamin b11c4cc8ff Add a benchmark 2014-12-18 20:26:02 +01:00
Clement Jamin 68a4eb92af Added the ability to limit the number of points loaded from a file 2014-12-18 09:21:28 +01:00
Clement Jamin 3557c38245 Remove unused variables 2014-12-12 16:41:00 +01:00
Clement Jamin 8b09933752 Forgot to add the StdAfx files 2014-12-12 16:39:15 +01:00
Clement Jamin f9bef00845 Added load_points_from_file 2014-12-12 16:37:09 +01:00
Clement Jamin 1f4015aedf Added a function to help estimating the intrinsic dimension 2014-12-12 16:36:27 +01:00
Clement Jamin 7a05ab7424 Faster "star_sphere" test 2014-12-12 10:39:35 +01:00
Clement Jamin e18ba7133c Add an accurate but slow way to generate a sparse point set 2014-12-11 18:17:32 +01:00
Clement Jamin 9e48b7caf4 Add an insert function to the spatial sorting data structure 2014-12-11 18:14:09 +01:00
Clement Jamin 6fd090b634 Much faster sparsification function 2014-12-10 18:59:16 +01:00
Clement Jamin 2328dbc852 Code clean-up & improvements 2014-12-10 18:47:08 +01:00
Clement Jamin a35c173f95 Use std::size_t everywhere 2014-12-05 18:00:44 +01:00
Clement Jamin 305e02c865 Try a new way to solve inconsistencies 2014-12-05 18:00:23 +01:00
Clement Jamin cd1fe19554 No need to recompute the tangent plane here 2014-12-05 12:09:42 +01:00
Clement Jamin 1172403b97 Simplify computation of the weight (projected points) 2014-12-05 12:09:12 +01:00
Clement Jamin 0e089a2081 Use Power_center for the "star sphere" optimization 2014-12-04 17:31:25 +01:00
Clement Jamin 8be281a33f Fix a warning: use std::size_t 2014-12-04 12:56:00 +01:00
Mael Rouxel-Labbé 94af9d1443 Merge branch 'Tangential_complex-cjamin' of ssh://scm.cgal.org/var/git/cgal into
Tangential_complex-cjamin

Conflicts:
	Tangential_complex/include/CGAL/Tangential_complex.h
2014-11-18 11:34:24 +01:00
Mael Rouxel-Labbé 3f5bb0cdd5 Fix trailing whitespace 2014-11-18 11:33:31 +01:00
Mael Rouxel-Labbé 1b32cc9563 Fix compilation errors for linux 2014-11-18 11:31:17 +01:00
Clement Jamin 6981ebe0d4 Do not test consistency of infinite cells + fix indentation 2014-11-18 10:31:26 +01:00
Clement Jamin 7115484e5d Better version of the inconsistencies solver 2014-11-04 14:36:04 +01:00
Clement Jamin b1f795a6da Fisrt try to remove inconsistencies. Not very good. 2014-10-17 17:34:06 +02:00
Clement Jamin 20177a0d75 Missing typedefs 2014-10-17 14:38:07 +02:00
Clement Jamin 834a7554f4 Add a function to sparsify a point set and test it 2014-10-16 15:32:18 +02:00
Clement Jamin ec11025811 Precompiled headers 2014-10-16 15:31:31 +02:00
Clement Jamin d0544766e5 New constructor to include only a part of the vertices into the tree 2014-10-16 15:30:40 +02:00
Clement Jamin f455969e08 Display the number of vertices + bug fix when there is very few points 2014-10-16 15:29:38 +02:00
Clement Jamin 491e02b85a Stop using Kernel_traits + add generate_points_on_moment_curve 2014-10-15 19:35:18 +02:00
Clement Jamin db6dbb9aa9 Test generate_points_on_circle_2 + code reorganization 2014-10-15 19:00:32 +02:00
Clement Jamin ff4491a7b3 Trick to export complexes with intrinsic dim = 2 2014-10-15 19:00:07 +02:00
Clement Jamin 7f11985e69 Comment noise + add generate_points_on_circle_2 2014-10-15 18:58:48 +02:00
Clement Jamin 13b9f6b254 Code reorganization + function to generate points on n-spheres 2014-10-15 18:17:38 +02:00