summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/include/gudhi/Alpha_complex_3d.h
AgeCommit message (Expand)Author
2022-05-21Documentation: Non persistent linksalbert-github
2022-03-30Remove this useless lineVincent Rouvreau
2022-02-10Boost 1.66.0 is now the minimal version as required from cgal 5.1 - Also remo...Vincent Rouvreau
2021-09-13make_filtration_non_decreasing no more called in alpha complex dD exact versi...VincentRouvreau
2020-09-15Make Kernel available publicly for tests purposeROUVREAU 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-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
2019-11-15Code review: Point_3 is an Alpha_shape_3::Point instead of std::conditionnal(...ROUVREAU Vincent
2019-11-07Doc review : This remark is only available for the dD case, not for the 3d case.ROUVREAU Vincent
2019-11-04Use range-for loopROUVREAU Vincent
2019-11-04Clarification : Points must be in Bare_point_3 or in Weighted_point_3 *means*...ROUVREAU Vincent
2019-10-31Add a get_point method for Alpha_complex_3d. Change Point_3 type to be either...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
2019-06-03Fix #56ROUVREAU Vincent
2018-11-27Fix cpplintvrouvrea
2018-11-27Fix cpplintvrouvrea
2018-11-27Fix cpplintvrouvrea
2018-11-23Code review : Use CGAL::to_double(it->exact()) for Exact version, and CGAL::t...vrouvrea
2018-11-23 // We could use Epick + CGAL::Tag_true for not weighted nor periodic, but d...vrouvrea
2018-11-21Code review : Use # error instead of static_assert(false, ...) for CGAL versi...vrouvrea
2018-11-19Fix compilation issue in debug modevrouvrea
2018-11-19Merge last trunk modifications and remove the note about create_complex max_a...vrouvrea
2018-11-16Doc review : Add a note to explain setting max_alpha_square value won't speed...vrouvrea
2018-11-16Code review : Factorize some templatesvrouvrea
2018-11-16Doc review : "shall be of complexity ***type***"vrouvrea
2018-11-16Code review : Boost minimal version is now 1.56. No more need to test if < 1.53.vrouvrea
2018-11-16Doc review : User version bad description for Alpha complex 3dvrouvrea
2018-11-14Fix https://github.com/CGAL/cgal/issues/3153vrouvrea
2018-09-25clang-format all filesvrouvrea
2018-09-25Constants shall be upper casevrouvrea
2018-09-25Code review : use std::unordered_map instead of std::mapvrouvrea
2018-09-17Add benchmarkvrouvrea
2018-09-11Code review : rephrase a commentvrouvrea
2018-09-07Code review : Only one create_complex function with a default argument valuevrouvrea
2018-09-07Code review : rearrange documentation and examples according to making choice...vrouvrea
2018-08-31Fix weighted periodic compilation issuevrouvrea
2018-08-29weighted/non-weighted and periodic/non-periodic with fast/exact are working w...vrouvrea
2018-08-28Make fast/safe/exact, weighted/non-weighted, periodic/non-periodic more ortho...vrouvrea
2018-07-31Add unitary tests and documentationvrouvrea
2018-07-04Fix SimplicialComplexForAlpha (dD version)vrouvrea