summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/example
AgeCommit message (Expand)Author
2020-10-05code review: promote SAFE modeROUVREAU Vincent
2020-09-30code review: emplace_back versus push_backROUVREAU Vincent
2020-09-29code review: inconsistency between code and commentROUVREAU Vincent
2020-09-16Some documentation about weighted dD Alpha complex. Make examples 3d/dD consi...ROUVREAU Vincent
2020-09-11Requires CGAL >= 5.1. Fix is_gabriel computationROUVREAU Vincent
2020-09-07Fix compilation error and test with 0. weightsROUVREAU Vincent
2020-09-04Merge branch 'master' of https://github.com/GUDHI/gudhi-devel into weighted_a...ROUVREAU Vincent
2020-09-04Alpha_kernel_d, its tests and Alpha complex to use itROUVREAU Vincent
2020-08-21Fix compilation issues when cgal but no eigenROUVREAU Vincent
2020-03-22Merge master and fix conflictsROUVREAU Vincent
2020-03-05Remove travis and use appveyor for OSx. Fix parallel test by setting tests de...ROUVREAU Vincent
2020-01-27Code review: Use std::clog instead of std::coutROUVREAU Vincent
2019-11-16Merge branch 'master' into alpha_complex_with_cgal_epeck_dROUVREAU Vincent
2019-11-07Code review: replace streambufffer with streambuffer - was copied/ pasted fro...ROUVREAU Vincent
2019-11-05Use Epeck_d for examples. Add an Epick_d (fast version) example and test itROUVREAU Vincent
2019-11-04Use Point_3 instead of Bare_point_3 in non-weighted casesROUVREAU Vincent
2019-10-31Add a get_point method for Alpha_complex_3d. Change Point_3 type to be either...ROUVREAU Vincent
2019-06-14Remove gudhi_patches for CGAL and CGAL 4.11.0 is now the minimal CGAL version...ROUVREAU Vincent
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-19Merge last trunk modificationsvrouvrea
2018-11-17Simplify example.glisse
2018-11-16Doc review : User version bad description for Alpha complex 3dvrouvrea
2018-10-17Alpha complex 3d test was not checking CGAL is 4.11vrouvrea
2018-09-25clang-format all filesvrouvrea
2018-09-25Constants shall be upper casevrouvrea
2018-09-07Code review : rearrange documentation and examples according to making choice...vrouvrea
2018-08-28Make fast/safe/exact, weighted/non-weighted, periodic/non-periodic more ortho...vrouvrea
2018-07-31Fix documentation for CGAL version required by 3d versionvrouvrea
2018-07-31Add unitary tests and documentationvrouvrea
2018-07-03Documentation for Alpha complex 3dvrouvrea
2018-06-27Fix examples and utilitiesvrouvrea
2018-06-22Compiles run and tests for Alpha_3d, exact, weighted, periodic and weighted p...vrouvrea
2018-06-22Use unique_ptr to store cgal alpha_shapes_3. Required for not objects_ to be ...vrouvrea
2018-06-19First create_complex versionvrouvrea
2018-06-18Add periodic 3d Alpha shapesvrouvrea
2018-06-15Weighted, normal and exact version of Alpha_shapes_3vrouvrea
2018-05-15CMake minimal version is now 3.1vrouvrea
2017-06-02Try to remove boost systemvrouvrea
2017-05-30Make install examples mechanismvrouvrea
2017-04-19Rename tests and examples to be consistent with the naming rulesvrouvrea
2017-04-18Rename CMake testsvrouvrea
2017-03-24Workaround for CGAL version 4.8 compilation issuevrouvrea
2016-10-20Merge last trunk modificationvrouvrea
2016-09-23Fix cpplintsvrouvrea
2016-09-22New template function create_complex for Alpha_complex to create the simplici...vrouvrea
2016-08-04Make GUDHI Cmake less verbose on CGAL package findingvrouvrea
2016-07-01Eigen3 find_package factorizationvrouvrea
2016-07-01Merge last trunk modificationsvrouvrea
2016-06-14data points generator to follow convention namingvrouvrea