summaryrefslogtreecommitdiff
path: root/src/python/include/Alpha_complex_factory.h
AgeCommit message (Expand)Author
2022-11-21Handle clang warningsMarc Glisse
2022-01-26Code review: Remove empty_point_set_ that can be deduced from num_vertices (n...Vincent Rouvreau
2022-01-19Code review: exact_version was useless in Inexact_alpha_complex_dDVincent Rouvreau
2021-11-08code review: factorization - Point_cgal_to_cython weighted version calls unwe...Vincent Rouvreau
2021-07-01Revert AlphaComplex3D. To be done with periodicROUVREAU Vincent
2021-06-09code review: constify autoROUVREAU Vincent
2021-04-07alpha complex python module requires cgal 5.1 for weighted version. Alpha com...ROUVREAU Vincent
2021-04-03Python alpha complex specific 3d with weighted version and functor to get pointsROUVREAU Vincent
2021-03-18Add weight supportROUVREAU Vincent
2020-12-10Fix memory leakROUVREAU Vincent
2020-07-01Code review: let's use override as a good practiceROUVREAU Vincent
2020-06-29Code review: override is a good practiceVincent Rouvreau
2020-06-19When 3d points are on a 2d plane case - Fixes also default_filtration_value=T...ROUVREAU Vincent
2020-06-16Code review: check point is not empty. vector reserve. Kernel and Point type ...ROUVREAU Vincent
2020-06-16Update src/python/include/Alpha_complex_factory.hVincent Rouvreau
2020-06-15Factory to build python alpha complex. 3d version of alpha complex. Needs cha...ROUVREAU Vincent