summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/include
AgeCommit message (Expand)Author
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-19Merge last trunk modificationsvrouvrea
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-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
2018-07-03Documentation for Alpha complex 3dvrouvrea
2018-06-27Fix examples and utilitiesvrouvrea
2018-06-26Add insert_simplex in Alpha_complex_3d.hvrouvrea
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-18Separate options from codevrouvrea
2018-06-15Weighted, normal and exact version of Alpha_shapes_3vrouvrea
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