summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/include/gudhi/Alpha_complex.h
AgeCommit message (Expand)Author
2019-12-10Remove number_of_vertices method from Alpha_complex as there is no added valu...ROUVREAU Vincent
2019-12-03Fix #134ROUVREAU Vincent
2019-11-26Fix doxygen warnings about new cgal bibtex entriesROUVREAU Vincent
2019-11-19Doc review: Add the starting point of the documentation in the Alpha complex ...ROUVREAU Vincent
2019-11-07Code review: Add suggested code using NT_converter to simplify the different ...ROUVREAU Vincent
2019-11-07Code review: it is with Epeck_d that it is advised to have CGAL >= 5.0. Error...ROUVREAU Vincent
2019-11-05Exact version only for CGAL < 5.XROUVREAU Vincent
2019-11-05Use Epeck_d for examples. Add an Epick_d (fast version) example and test itROUVREAU Vincent
2019-11-05Do not print #define variableROUVREAU Vincent
2019-11-04Epeck is now the default value. Epick and Epeck in doc. User warning on ctor ...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
2018-11-27Fix cpplintvrouvrea
2018-11-19Fix cpplint and no more need of incr_dim in propagate_alpha_filtrationvrouvrea
2018-11-17Make it clearer that create_complex can/should be called without a second arg...glisse
2018-04-26Fix Copyrightsvrouvrea
2018-03-29Use CGAL::NT_converter to convert filtration values.glisse
2017-12-02Don't return 'const int', that's equivalent to int and causes a warning.glisse
2017-09-20Merge modifications for simplex_tree automatic dimension setvrouvrea
2016-12-16Fix cppcheck warningsvrouvrea
2016-10-14Fix Alpha complex UT for limit casevrouvrea
2016-10-13Fix cpplintvrouvrea
2016-10-13Add CGAL::Identity_property_map proper include. Was not working with CGAL < 4.9vrouvrea
2016-10-12Using a pointer as a property map is deprecated in boost. Fixes the reviewvrouvrea
2016-10-05Fix review commentsvrouvrea
2016-10-03Rephrase create_complex.vrouvrea
2016-10-03No need of complex.dimension(void). It reduces the concept.vrouvrea
2016-10-03get_point can return a const Point&vrouvrea
2016-10-03Remove confusing post condition of ctorvrouvrea
2016-10-03Rephrase the alpha complex data structurevrouvrea
2016-09-23Fix cpplintsvrouvrea
2016-09-23Modify the Alpha complex doc wit a concept to create a simplicial complex fro...vrouvrea
2016-09-22New template function create_complex for Alpha_complex to create the simplici...vrouvrea
2016-09-09isnan must be preceeded by std::vrouvrea
2016-06-10Rename namespaces according to conventioncjamin
2016-04-16Minor tweaks to alpha-complexglisse
2016-04-07Remove insertion check for duplicate points case.vrouvrea
2016-04-06Marc review fixvrouvrea
2016-04-06Replace Delaunay_triangulation_off_io.h and Delaunay_triangulation_off_rw.cpp...vrouvrea
2016-03-24prune_above_filtration version that is no more using filtration vector.vrouvrea
2016-03-23prune_above_filtration returns filtration vector modification information ins...vrouvrea
2016-03-22GUDHI_CHECK was not intuitive.vrouvrea
2016-03-22Add a comment to say Alpha complex takes the ownership of the pointer on the ...vrouvrea
2016-03-22Delaunay triangulation is point dimension.vrouvrea
2016-03-17Use post and exception doxygen tag instead of warnings everywhere.vrouvrea
2016-03-17Fix cpplint/cppcheckvrouvrea
2016-03-16CppCheck and CppLint fixes for alpha complexesvrouvrea
2016-03-15In Delaunay_triangulation_off_io.h, constructing the Triangulation from a vec...vrouvrea
2016-03-14Alpha complex documentation generated had no scrolling menu for alpha complexesvrouvrea