summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/include/gudhi/Alpha_complex.h
AgeCommit message (Expand)Author
2020-10-26code review: bad copy/paste that needs rephraseROUVREAU 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: 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-17Remove useless codeROUVREAU Vincent
2020-09-17Some documentation for weighted versionROUVREAU 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-11Requires CGAL >= 5.1. Fix is_gabriel computationROUVREAU Vincent
2020-09-04Alpha_kernel_d, its tests and Alpha complex to use itROUVREAU 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-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-07Code review: Add suggested code using NT_converter to simplify the different ...ROUVREAU Vincent
2019-11-07Code review: it is with Epeck_d that it is advised to have CGAL >= 5.0. Error...ROUVREAU Vincent
2019-11-05Exact version only for CGAL < 5.XROUVREAU Vincent
2019-11-05Use Epeck_d for examples. Add an Epick_d (fast version) example and test itROUVREAU Vincent
2019-11-05Do not print #define variableROUVREAU Vincent
2019-11-04Epeck is now the default value. Epick and Epeck in doc. User warning on ctor ...ROUVREAU Vincent
2019-08-20Fix issue #10 and modify main and installation documentations accordinglyROUVREAU Vincent
2019-08-14Fix #35 Modify Copyright as GUDHI is not only a C++ libraryROUVREAU Vincent
2019-06-13Change CopyrightROUVREAU Vincent
2018-11-27Fix cpplintvrouvrea
2018-11-19Fix cpplint and no more need of incr_dim in propagate_alpha_filtrationvrouvrea
2018-11-17Make it clearer that create_complex can/should be called without a second arg...glisse
2018-04-26Fix Copyrightsvrouvrea
2018-03-29Use CGAL::NT_converter to convert filtration values.glisse
2017-12-02Don't return 'const int', that's equivalent to int and causes a warning.glisse
2017-09-20Merge modifications for simplex_tree automatic dimension setvrouvrea
2016-12-16Fix cppcheck warningsvrouvrea
2016-10-14Fix Alpha complex UT for limit casevrouvrea
2016-10-13Fix cpplintvrouvrea
2016-10-13Add CGAL::Identity_property_map proper include. Was not working with CGAL < 4.9vrouvrea
2016-10-12Using a pointer as a property map is deprecated in boost. Fixes the reviewvrouvrea