summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/utilities/alpha_complex_3d_persistence.cpp
AgeCommit message (Expand)Author
2022-10-19persistence diagram default output is std::cout, not std::clog. Modify utilit...Vincent Rouvreau
2020-03-30Streamline initialize_filtrationMarc Glisse
2020-01-27Code review: Use std::clog instead of std::coutROUVREAU Vincent
2019-10-31Add a get_point method for Alpha_complex_3d. Change Point_3 type to be either...ROUVREAU Vincent
2019-08-14Fix #35 Modify Copyright as GUDHI is not only a C++ libraryROUVREAU Vincent
2019-06-13Change CopyrightROUVREAU Vincent
2019-03-12Make 'safe' mode as default value for alpha complex 3d utilityROUVREAU Vincent
2018-11-27Fix cpplintvrouvrea
2018-11-27cpplint fixvrouvrea
2018-09-25clang-format all filesvrouvrea
2018-09-25Constants shall be upper casevrouvrea
2018-09-10Code review : Fix alpha_complex_3d_persistence utility with new alpha_complex...vrouvrea
2018-09-07Code review : rearrange documentation and examples according to making choice...vrouvrea
2018-07-31Add unitary tests and documentationvrouvrea
2018-06-27Fix examples and utilitiesvrouvrea
2018-06-22Use unique_ptr to store cgal alpha_shapes_3. Required for not objects_ to be ...vrouvrea
2018-05-14Fix CGAL 4.12 build errors - include missingvrouvrea
2018-04-26Fix Copyrightsvrouvrea
2018-01-22Fix some cpplintvrouvrea
2017-12-19Boost minimal version is 1.48.0 (modification rollback) - if boost_version us...vrouvrea
2017-11-30"This shall not happen": that's what assert is for.glisse
2017-11-30Better than vector, static_vector.glisse
2017-11-30Typo get_point_cloud retrieves the points, not the triangulation.glisse
2017-11-30rename the_simplex_tree which represents one simplexglisse
2017-11-30list -> vectorglisse
2017-11-30remove filtration_maxglisse
2017-11-30remove dim_maxglisse
2017-11-30dead typedefglisse
2017-11-30map::insert(pair(a,b)) --> map::emplace(a,b)glisse
2017-11-21Merge add_utils_in_gudhi_v2 branch in trunkvrouvrea
2017-11-16Add missing includescjamin
2017-11-16Code review : Homogenize alpha shape examples command linevrouvrea
2017-10-04Document utilies in README files using Markdown + move/rename some utilitiescjamin