summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/include
AgeCommit message (Expand)Author
2020-10-26code review: bad copy/paste that needs rephraseROUVREAU Vincent
2020-10-26for CGAL 5.2 pre-release to workROUVREAU Vincent
2020-10-15Use unique_ptr for triangulation_ROUVREAU Vincent
2020-10-05code review: use geom_trait for Point_d typeROUVREAU Vincent
2020-10-05code review: fix include what you use and compute_squared_radius_smallest_ort...ROUVREAU Vincent
2020-10-05code review: roll back include epickROUVREAU Vincent
2020-10-05code review: include what you useROUVREAU Vincent
2020-10-05code review: typename is useless hereROUVREAU Vincent
2020-10-05code review: push_back versus emplace_backROUVREAU Vincent
2020-09-30code review: emplace_back versus push_backROUVREAU Vincent
2020-09-29doc review: Modify ctor with points and weights documentationROUVREAU Vincent
2020-09-29doc review: rephrase non contiguous verticesROUVREAU Vincent
2020-09-29code review: use of std::conditional_t c++14 helperROUVREAU Vincent
2020-09-18Fix #if cgal_versionROUVREAU Vincent
2020-09-17Remove useless codeROUVREAU Vincent
2020-09-17Some documentation for weighted versionROUVREAU Vincent
2020-09-15Make Kernel available publicly for tests purposeROUVREAU Vincent
2020-09-15This should be correct and efficient for 0-dimension weighted alphaROUVREAU Vincent
2020-09-14Fix Alpha complex to have the same results than Alpha complex 3dROUVREAU Vincent
2020-09-14Add but comment a test to compare dD and 3D alpha complexROUVREAU Vincent
2020-09-11Add weighted ctor and its testROUVREAU Vincent
2020-09-11fonction was renamed between 5.1 and 5.2ROUVREAU Vincent
2020-09-11Requires CGAL >= 5.1. Fix is_gabriel computationROUVREAU Vincent
2020-09-07Fix compilation error and test with 0. weightsROUVREAU Vincent
2020-09-04Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into weighted_a...ROUVREAU Vincent
2020-09-04Alpha_kernel_d, its tests and Alpha complex to use itROUVREAU Vincent
2020-08-21Fix compilation issues when cgal but no eigenROUVREAU Vincent
2020-07-28Remove Eigen compilation error for Alpha complex 3dROUVREAU Vincent
2020-06-28Don't use input ranges as random accessMarc Glisse
2020-06-28Replace push_back(T(args...)) with emplace_back(args...)Marc Glisse
2020-06-28Use make_unique to construct a unique_ptrMarc Glisse
2020-06-28Use boost::size for unknown incoming rangesMarc Glisse
2020-06-19When 3d points are on a 2d plane case - Fixes also default_filtration_value=T...ROUVREAU Vincent
2020-04-01Split the cache per dimensionMarc Glisse
2020-04-01code review: use operator[] instead of at()ROUVREAU Vincent
2020-03-24merge https://github.com/mglisse/gudhi-devel/tree/alpha-cache and fix conflictsROUVREAU Vincent
2020-03-23Doc review: document what is the filtration value when not computedROUVREAU Vincent
2020-03-22Merge master and resolve conflictsROUVREAU Vincent
2020-03-22Merge master and fix conflictsROUVREAU Vincent
2020-03-17Remove thread_local workaroundROUVREAU Vincent
2020-01-27Code review: Use std::clog instead of std::coutROUVREAU Vincent
2020-01-27Merge upstream and resolve conflictROUVREAU Vincent
2019-12-10Remove number_of_vertices method from Alpha_complex as there is no added valu...ROUVREAU Vincent
2019-12-04Delaunay triangulation for alpha complex in dDROUVREAU Vincent
2019-12-03Fix #134ROUVREAU Vincent
2019-11-26Fix doxygen warnings about new cgal bibtex entriesROUVREAU Vincent
2019-11-19Doc review: Add the starting point of the documentation in the Alpha complex ...ROUVREAU Vincent
2019-11-16Merge branch 'master' into alpha_complex_with_cgal_epeck_dROUVREAU Vincent
2019-11-15Code review: Point_3 is an Alpha_shape_3::Point instead of std::conditionnal(...ROUVREAU Vincent
2019-11-07Code review: Add suggested code using NT_converter to simplify the different ...ROUVREAU Vincent