summaryrefslogtreecommitdiff
path: root/src/Alpha_complex
AgeCommit message (Expand)Author
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-26Useless includes removalvrouvrea
2018-06-26weighted_alpha_complex_3d_persistence.cpp using Alpha_complex_3d new modulevrouvrea
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-06-07Fix alpha complex user pseudo code on documentationvrouvrea
2018-05-28Merge last trunk modificationsvrouvrea
2018-05-15CMake minimal version is now 3.1vrouvrea
2018-05-14Fix CGAL 4.12 build errors - include missingvrouvrea
2018-04-27Merge Copyright clarificationvrouvrea
2018-04-26Fix Copyrightsvrouvrea
2018-04-10Doc review : Add explanation when to use Alpha or Cech.vrouvrea
2018-04-04No need to repeat title, automatically done by the websitevrouvrea
2018-03-29Use CGAL::NT_converter to convert filtration values.glisse
2018-03-08Web site review after Editorial Boardvrouvrea
2018-01-30Fix after web reviewvrouvrea
2018-01-29Ignore md files for Doxygenvrouvrea
2018-01-29Rename README files for web site generation conformityvrouvrea
2018-01-29Fix doc issue for utilities part on the web sitevrouvrea
2018-01-26Move documentation Copyright in footervrouvrea
2018-01-22Fix some cpplintvrouvrea
2018-01-08Merge of branch persistence_representation_integration_cmake_improvementvrouvrea
2017-12-21Code review fix : Bad cmake utility name, file read check, non negative weigh...vrouvrea
2017-12-20Merge 1_fold_cover_periodic_alpha_complexes branchvrouvrea
2017-12-19Boost minimal version is 1.48.0 (modification rollback) - if boost_version us...vrouvrea
2017-12-19Add a function for unitary tests to test floating point values equality w/wo ...vrouvrea
2017-12-14Merge of branch misc-glissevrouvrea
2017-12-02Don't return 'const int', that's equivalent to int and causes a warning.glisse
2017-11-30"This shall not happen": that's what assert is for.glisse
2017-11-30Better than vector, static_vector.glisse
2017-11-30Typo get_point_cloud retrieves the points, not the triangulation.glisse
2017-11-30rename the_simplex_tree which represents one simplexglisse
2017-11-30No loop for 2 valuesglisse
2017-11-30list -> vectorglisse
2017-11-30remove filtration_maxglisse
2017-11-30remove dim_maxglisse
2017-11-30dead typedefglisse
2017-11-30map::insert(pair(a,b)) --> map::emplace(a,b)glisse
2017-11-22b => birth + d => deathcjamin
2017-11-22Add link to OFF file doccjamin
2017-11-22Part of the doc disappeared during the homogenization...cjamin
2017-11-21Merge add_utils_in_gudhi_v2 branch in trunkvrouvrea