Commit Graph

101 Commits

Author SHA1 Message Date
Laurent Rineau 5b374cbeb1 Merge pull request #77 from afabri/BGL-helpers-GF
Document and complete BGL helper functions
2015-05-26 12:27:15 +02:00
Laurent Rineau 2bfdee92c7 Merge pull request #67 from afabri/Surface_mesh-join-GF
Add join operation to Surface_mesh
2015-05-18 11:04:48 +02:00
Andreas Fabri 915d1e6fdb do not document an internal function 2015-04-27 17:53:04 +02:00
Andreas Fabri 18ee1199e7 replace -1 by a variable to avoid warning 2015-04-25 15:54:00 +02:00
Andreas Fabri 79e4711ee0 make_tetrahedron is no longer in CGAL::Euler 2015-04-17 08:28:57 +02:00
Andreas Fabri 35957091d2 fix example 2015-04-15 12:23:34 +02:00
Philipp Möller f0f4b42079 Neither vector nor boost/assign are used, but iostream is 2015-04-10 14:41:53 +02:00
Andreas Fabri 04fdf00d76 Add 2D Polyline Simplification; fix the description of Surface_mesh 2015-02-25 11:40:36 +01:00
Andreas Fabri ae8f32511f improve doc 2015-02-03 14:26:43 +01:00
Andreas Fabri ec19e1ca12 improve doc 2015-02-03 14:19:09 +01:00
Andreas Fabri cdf00e7532 concatenate freelists in case the meshes have garbage 2015-02-03 12:51:09 +01:00
Andreas Fabri e57073baed transfer property from rhs if the property exists on lhs 2015-02-03 11:25:34 +01:00
Andreas Fabri d65c0a0add find corresponding property arrays 2015-02-03 10:42:13 +01:00
Andreas Fabri 095cb4b2dc deal also with invalid surface meshes 2015-02-02 16:33:10 +01:00
Andreas Fabri ca23f7b4e2 Add operator+=(Surface_mesh&, const Surface_mesh&) 2015-02-02 15:40:20 +01:00
Andreas Fabri 99d18c0d42 improve example 2015-01-19 12:42:08 +01:00
Sébastien Loriot 67414ef0c8 fix default point property map used in BGL primitives 2015-01-19 11:57:43 +01:00
Andreas Fabri e854569b0b active example as it had #if 0 2015-01-19 10:25:01 +01:00
Laurent Rineau 914f8eeec7 cosmetic change of the licenses.txt file
The script Scripts/developer_scripts/detect_packages_licenses expects a
very strict syntax. There was an extra empty line.
2015-01-12 16:21:05 +01:00
Andreas Fabri 8e64f50a0b chmod -x and fixes of license headers 2015-01-07 18:38:45 +01:00
Andreas Fabri 871cc9b222 implement the \todos in the manual added by Sebastien 2015-01-06 09:51:27 +01:00
Andreas Fabri f85b635ce5 add missing typename 2015-01-06 09:31:18 +01:00
Andreas Fabri d1c951ea6c comment unused argc 2015-01-06 09:31:17 +01:00
Sébastien Loriot 73a125f611 cosmetic fixes + add todos for implementation details 2015-01-05 12:58:14 +01:00
Andreas Fabri fea4eed94a less unsigned/signed warnings 2015-01-04 11:31:29 +01:00
Andreas Fabri 0140ab6479 do not compare with -1 directly 2015-01-01 19:36:33 +01:00
Andreas Fabri c9b9cab08c remove typename 2015-01-01 19:26:13 +01:00
Laurent Rineau f87d3f6041 Workaround for Boost-1.54 2014-12-31 14:16:17 +01:00
Andreas Fabri 5110ff7754 Use CGAL_USE 2014-12-31 12:55:43 +01:00
Andreas Fabri f631dc01d7 change unsigned int to boost::uint32_t 2014-12-31 12:51:55 +01:00
Andreas Fabri 471396d821 change Surface_mesh::size_type to unsigned int 2014-12-31 12:38:10 +01:00
Andreas Fabri 1e9f07711e %n in a scanf reads the number of characters read, and must be an int 2014-12-30 10:53:13 +01:00
Andreas Fabri be632d39f5 use the size type of the graph 2014-12-29 14:47:14 +01:00
Andreas Fabri 95af2ea357 don't use the boost testing framework 2014-12-23 16:08:25 +01:00
Andreas Fabri fb5ed5c0bb size_t -> int 2014-12-23 14:25:54 +01:00
Andreas Fabri 891b951e6b fix license headers 2014-12-22 18:10:26 +01:00
Andreas Fabri 14926ec8d5 complete package_info 2014-12-22 18:00:03 +01:00
Sébastien Loriot 7e0b5a3fe6 skip comments while reading off files 2014-12-18 08:42:49 +01:00
Andreas Fabri e3ba8201c7 unify variable names 2014-12-18 08:26:06 +01:00
Andreas Fabri e0007b0564 remove free functions for proprty handling s this is not mature yet 2014-12-18 08:26:03 +01:00
Sébastien Loriot 5c135e0d30 fix bool for add_property 2014-12-18 08:11:08 +01:00
Andreas Fabri 705cb65c1c Fix sm_bgl.cpp I am not yet lucky with the API, as member functions return a pair 2014-12-11 09:12:34 +01:00
Andreas Fabri 294c047ca8 The null_face() gets also enumerated when circulating around a vertex 2014-12-10 21:56:53 +01:00
Andreas Fabri 46fe0501b8 add .sm_do_intersect.cmd file and data 2014-12-10 20:32:47 +01:00
Sébastien Loriot ad1954afc4 fix warnings and compilation issues 2014-12-10 17:34:51 +01:00
Andreas Fabri 43e967a72e remove property map after use 2014-12-10 15:18:25 +01:00
Andreas Fabri 6569bf27bb changes after Sebastien's review 2014-12-08 15:47:16 +01:00
Andreas Fabri 061190b049 Integrate Michael's review 2014-12-08 08:38:30 +01:00
Andreas Fabri 4fd55756d7 take Guillaume's user manual review into account 2014-12-04 17:44:32 +01:00
Andreas Fabri 901c3829d0 add tests 2014-11-26 11:06:31 +01:00