Commit Graph

43 Commits

Author SHA1 Message Date
Andreas Fabri 20c97edb12 The edge_weight must be the lenth, and not the squared length 2016-06-14 14:17:14 +02:00
Andreas Fabri 4c78fb44bc Add specializations for the OM handle classes 2016-06-08 10:42:45 +02:00
Andreas Fabri d84be563f8 Add hash_value and specialization of hash for OpenMesh 2016-06-06 19:10:58 +02:00
Philipp Möller 72b2269958 Use Cartesian_converter for point property 2016-04-15 10:04:43 +02:00
Philipp Möller 03192c13e8 Add some difference 2016-04-15 10:04:39 +02:00
Philipp Möller 5bea05c9ac Use correct inserters 2016-04-15 10:04:37 +02:00
Philipp Möller e398acd624 Clean up the example 2016-04-15 10:04:35 +02:00
Andreas Fabri 567f027484 Fix macro name 2016-01-21 11:32:48 +01:00
Andreas Fabri 66e0abc87e fixes: add missing typename; use graph_traits; read from a file 2015-11-16 10:05:58 +01:00
Andreas Fabri bb208ab2d6 Fix halfedge(v, PolyMesh) + fixes for conversion from OpenMesh to Polyhedron 2015-09-21 16:41:24 +02:00
Andreas Fabri 1eb87f5a9d #ifdef to switch between TriMesh and PolyMesh 2015-09-21 16:05:46 +02:00
Andreas Fabri 66b3d24af3 Add converter between models of FaceGraph 2015-09-21 12:00:11 +02:00
Andreas Fabri 3a75fb45a0 iterator_range -> Iterator_range 2014-12-23 14:25:29 +01:00
Sébastien Loriot 5f4813b64d properties_Polyhedron_3.h is now included by graph_traits_Polyhedron_3.h 2014-07-04 17:24:05 +02:00
Andreas Fabri c726cedbbb As BOOST_NO_CXX11_RANGE_BASED_FOR has been introduced with Boost 1.51
we need a CGAL macro
2014-07-03 09:24:20 +02:00
Andreas Fabri 31cbcd5544 less warnings 2014-07-01 14:45:28 +02:00
Andreas Fabri b18acb6097 fix example 2014-06-24 18:33:42 +02:00
Andreas Fabri 5da08ce426 #include <ifstream> 2014-06-19 08:57:57 +02:00
Andreas Fabri e7b0528ff8 Add a CGAL::iterator_range 2014-06-18 13:17:43 +02:00
Andreas Fabri ded507212d Add a CGAL::iterator_range 2014-06-13 12:29:18 +02:00
Andreas Fabri 9170b0a866 use argc/argv to pass the argument 2014-06-13 09:51:31 +02:00
Andreas Fabri f531ee2fa9 include property_map header file wrapper 2014-06-13 08:54:43 +02:00
Andreas Fabri 074c6aab2e read from a file so that the testsuite passes 2014-06-11 09:51:54 +02:00
Andreas Fabri b1b4b05fe6 changes such that the testsuite compiles 2014-05-22 12:21:29 +02:00
Andreas Fabri 3ad8f65d28 small fixes 2014-05-22 10:36:50 +02:00
Andreas Fabri 46ee658eb7 Cartesian -> Simple_cartesian 2013-08-26 16:36:02 +02:00
Andreas Fabri a9e13a61c2 No need for a compare functor as the inplace list now provides comparison operators 2011-03-01 13:25:24 +00:00
Guillaume Damiand 8cb6de003c Use a functor instead of the global operator< to define a std::map.
TODO: remove the functor and use directly the new operator< defined in In_place_list
2011-02-15 12:22:51 +00:00
Sylvain Pion 05e477899d Remove unused variable 2008-07-30 09:56:10 +00:00
Fernando Cacciola 053ba8758d Removed buggy makefile 2008-06-17 21:24:26 +00:00
Fernando Cacciola 1f363da4ab Fixed distance example 2008-05-26 15:58:34 +00:00
Fernando Cacciola f93437ca22 Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release) 2008-05-05 14:01:55 +00:00
Fernando Cacciola b704509dcf Examples/Demos/Test CMake scripts updated 2008-03-05 21:14:02 +00:00
Fernando Cacciola a659cd852a Added project() and conditional test for CGAL_DIR 2008-02-14 15:42:36 +00:00
Fernando Cacciola 14043c43a0 Replaced CGALROOT by CGAL_DIR (the latters is used by CMake automatically) 2008-02-08 17:47:21 +00:00
Fernando Cacciola afddfc4fca CMake scripts for demos/examples/test added 2008-02-06 19:06:24 +00:00
Andreas Fabri 0d3c086525 hack graph traits of polyhedron to cope with non-constcorrect BGL 2007-09-20 14:10:09 +00:00
Sylvain Pion 6fb5cb906b Remove trailing white spaces and end of lines.
(using : perl -pi.bak -e 's/\s+$/\n/' */examples/*/*.cpp )
2007-03-10 14:59:41 +00:00
Fernando Cacciola 8a3dee2292 C2vcproj fixed to look for master_71.vcproj instead of master_VC71.vcproj.
Missing svn properties added
2007-02-27 16:50:16 +00:00
Fernando Cacciola 6f3a42918b Fixed to run unattended (not reading from cin anymore) 2007-02-05 15:45:48 +00:00
Fernando Cacciola 03410dee13 boost's kruskal implementation fixed locally to make it const-correct 2007-02-02 22:49:59 +00:00
Fernando Cacciola 2725260334 Partial fixes to make it work (unfinished) 2006-10-19 16:50:06 +00:00
Fernando Cacciola 5c9b98ca03 Folder structure changed to fit testsuite (taken from Kinetic_data_structure) 2006-10-18 16:38:45 +00:00