summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/include/gudhi/Alpha_complex.h
AgeCommit message (Collapse)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
Try to reduce slightly the memory use.
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 ↵ROUVREAU Vincent
value to Simplex_tree.num_vertices()
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
reference
2019-11-07Code review: Add suggested code using NT_converter to simplify the different ↵ROUVREAU Vincent
alpha_complex_filtration computations cases
2019-11-07Code review: it is with Epeck_d that it is advised to have CGAL >= 5.0. ↵ROUVREAU Vincent
Error message clarification
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
if Epeck with CGAL < 5.X
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
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@4017 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 5c45240299ca8c373a0782e291da59c0e1375678
2018-11-19Fix cpplint and no more need of incr_dim in propagate_alpha_filtrationvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@4002 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 7e4a3924d93b8bbb235376bf074811ec827f4e9d
2018-11-17Make it clearer that create_complex can/should be called without a second ↵glisse
argument. Move the test restricting propagation to dim>1 earlier. git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/AC-glisse@4000 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 108a3ce1b96e097d5218f9154c7f17c13203cfa1
2018-04-26Fix Copyrightsvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/copyright_clarification_vincent@3400 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: ff348beedf92656c6913c2a1df983b5804b33988
2018-03-29Use CGAL::NT_converter to convert filtration values.glisse
Alpha_complex may produce something different from what the Simplex_tree expects, convert it explicitly. git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3317 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: d6c7492bbf48401a9f63f6462c7704e380eff6e1
2017-12-02Don't return 'const int', that's equivalent to int and causes a warning.glisse
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/misc-glisse@3018 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: bbefd89e01293f0d34645979318d745b683cd769
2017-09-20Merge modifications for simplex_tree automatic dimension setvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_automatic_dimension_set@2689 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: c18c6316d51f476a795b59c8b870db1aaf0b4591
2016-12-16Fix cppcheck warningsvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@1907 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: fa45fd8721733a07c8d218930e545ee590788de5
2016-10-14Fix Alpha complex UT for limit casevrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@1727 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 2c5c93e0a4d78fc2441de966aebac72ba9419da8
2016-10-13Fix cpplintvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@1725 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: d56056e39c28b013ef71b87aae055502bd86314e
2016-10-13Add CGAL::Identity_property_map proper include. Was not working with CGAL < 4.9vrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@1718 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 8a42c2cfe003e18066f49e526048c020da8d7269
2016-10-12Using a pointer as a property map is deprecated in boost. Fixes the reviewvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/alpha_complex_create_complex@1714 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 09c2eb41ce80813afb950e5712e5aefa5c6bfd34