Commit Graph

22 Commits

Author SHA1 Message Date
Clement Jamin 43c8a1d0ba Just stores indices in the search tree 2014-09-12 17:00:00 +02:00
Clement Jamin e41c06324b Use CGAL's spatial searching + change the computation of the "star sphere"
(Waiting for a patch in Cartesian_wrap so that it works correctly)
2014-09-12 11:15:22 +02:00
Clement Jamin a84f6908d0 Use Nanoflann to help computing the tangent plane (using PCA) 2014-09-11 13:10:50 +02:00
Clement Jamin 819c46a3d2 Enable export_to_off when ambient dim > 3 (truncated points) 2014-09-10 17:14:29 +02:00
Clement Jamin 87c0716689 Clean-up 2014-09-10 16:40:32 +02:00
Clement Jamin 9e4e2d255b Remove some "Get_functor" 2014-09-10 16:17:31 +02:00
Clement Jamin 4015d0e170 Optimization to reduce the number of vertices we insert in the local triang
While building the local triangulation, we keep the radius
of the sphere centered at "center_vertex" and which contains all the
circumspheres of the star of "center_vertex"
For now, we use non-weighted circumspheres but it could be
optimized by using weighted circumspheres (which are smaller)
2014-09-10 16:00:09 +02:00
Clement Jamin d37b81a25e Comments clean-up 2014-09-10 14:29:34 +02:00
Clement Jamin 47a262697e Eigen-based PCA to estimate tangent plane 2014-09-10 14:07:35 +02:00
Clement Jamin 2e80d4aa47 Add Gram-Schmidt algorithm
+ profiling + config file
+ simpler code thanks to new kernel features
2014-09-09 15:54:37 +02:00
Clement Jamin 7b807794c9 Renamed "base" => "basis" 2014-09-09 10:24:46 +02:00
Clement Jamin a7082cd595 Parallel version 2014-09-05 17:15:12 +02:00
Clement Jamin a8fce8b2fc Disable randomization + debugging code 2014-09-05 12:43:47 +02:00
Clement Jamin b23f01ebf5 Oops: I removed a line that is still needed 2014-09-05 09:32:46 +02:00
Clement Jamin ce2ee270a0 Code and comments clean-up 2014-09-05 07:14:17 +02:00
Clement Jamin 7ca16e3aea Clean-up 2014-09-04 19:24:29 +02:00
Clement Jamin 41c4a17424 Fix the way we use the kernel and the traits 2014-09-04 18:57:57 +02:00
Clement Jamin 4024f61c81 Commented out some debug code 2014-09-04 17:33:02 +02:00
Clement Jamin 855a475918 Fix a bug in the computation of the projected point + debugging output 2014-09-04 09:59:02 +02:00
Clement Jamin 5897302192 One more step towards the Tangential complex 2014-09-03 19:05:13 +02:00
Clement Jamin 07e40bd28c Builds the local triangulations 2014-09-02 18:43:43 +02:00
Clement Jamin 9544a1cfb2 New package: Tangential_complex 2014-07-29 17:23:05 +02:00