summaryrefslogtreecommitdiff
path: root/src/python/include/Alpha_complex_factory.h
AgeCommit message (Collapse)Author
2022-11-21Handle clang warningsMarc Glisse
The other virtual functions already had override. `#if` ended up presenting the compiler with preprocessed code that admittedly looked suspicious, although it is obviously fine if you look at the original source. Still, the brackets don't hurt much.
2022-01-26Code review: Remove empty_point_set_ that can be deduced from num_vertices ↵Vincent Rouvreau
(new method in Alpha_complex -> Abstract_alpha_complex -> In/Exact_alpha_complex_dD -> Alpha_complex_interface
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 ↵Vincent Rouvreau
unweighted version
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 ↵ROUVREAU Vincent
complex factory does not require a weighted specific version for alpha complex dD
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
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
2020-06-19When 3d points are on a 2d plane case - Fixes also ↵ROUVREAU Vincent
default_filtration_value=True in 3d
2020-06-16Code review: check point is not empty. vector reserve. Kernel and Point type ↵ROUVREAU Vincent
for all classes
2020-06-16Update src/python/include/Alpha_complex_factory.hVincent Rouvreau
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
2020-06-15Factory to build python alpha complex. 3d version of alpha complex. Needs ↵ROUVREAU Vincent
change in doc as alphacomplexdoc.off is a fake 3d off data file