summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/include/gudhi/Alpha_complex.h
AgeCommit message (Expand)Author
2022-11-03code review: Use std::ptrdiff_t as internal vertex handle type when not yet k...Vincent Rouvreau
2022-10-21Remove strange behavior with initializer listVincent Rouvreau
2022-10-21Stores vertices on init_from_range and insert all of them in the Simplex_tree...Vincent Rouvreau
2022-06-15Fix warning and debug tracesVincent Rouvreau
2022-06-15Use boundary_opposite_vertex_simplex_range instead of boundary_simplex_range ...Vincent Rouvreau
2022-05-22Spelling correctionsalbert-github
2022-01-26Code review: Remove empty_point_set_ that can be deduced from num_vertices (n...Vincent Rouvreau
2021-09-13make_filtration_non_decreasing no more called in alpha complex dD exact versi...VincentRouvreau
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