Commit Graph

55542 Commits

Author SHA1 Message Date
Sébastien Loriot de15c7891c add cactus deformation session test with OpenMesh+CGAL point 2014-07-03 12:14:57 +02:00
Sébastien Loriot 70352f1c6a remove unused type 2014-07-03 12:02:31 +02:00
Sébastien Loriot 45ae2dfc99 typo 2014-07-03 12:02:16 +02:00
Sébastien Loriot df0a6246eb fix include 2014-07-03 11:17:52 +02:00
Sébastien Loriot 0a2b8d64f5 add an example using OpenMesh 2014-07-03 11:16:18 +02:00
Sébastien Loriot 719155c2bd add missing CGAL::cpp11 prefix 2014-07-03 11:16:09 +02:00
Sébastien Loriot ac5d45c2ff remove tabulations and trailing whitespaces 2014-07-03 10:43:39 +02:00
Sébastien Loriot 12512ccecb update Surface_modeling to use the new BGL HalfedgeGraph API
* remove boost:: prefix for free functions
  * edges --> halfedges
  * num_edges --> 2 * num_edges
  * next_edge --> next
  * opposite_edge --> opposite
  * halfedge_graph_traits --> graph_traits
  * is_border pmap  --> free function is_border
2014-07-03 09:56:03 +02:00
Sébastien Loriot 41e50ed10d Merge branch 'BGL-redesign_final-GF' into Surface_modeling-integration_with_BGL-GF
Conflicts:
	BGL/include/CGAL/boost/graph/properties_Polyhedron_3.h
2014-06-30 09:59:27 +02:00
Andreas Fabri b301c88982 polish 2014-06-27 17:37:08 +02:00
Andreas Fabri 8f4e02a39a last png -> svg 2014-06-27 16:16:35 +02:00
Andreas Fabri 00d89a8ded removed unused typedefs 2014-06-27 15:49:21 +02:00
Andreas Fabri 1201fd9885 Use CGAL_USE_TYPE to avoid warnings 2014-06-27 15:29:24 +02:00
Andreas Fabri d11cac3e94 remove unused typedefs 2014-06-27 15:11:39 +02:00
Andreas Fabri 3252e8557f add missing typename 2014-06-27 12:50:24 +02:00
Andreas Fabri f7dd91c556 png -> svg 2014-06-27 12:49:51 +02:00
Andreas Fabri 25ae87571b fix openmesh testsuite 2014-06-26 23:25:18 +02:00
Andreas Fabri 11b078a969 png -> svg 2014-06-26 23:25:17 +02:00
Andreas Fabri 0993061684 Add static_cast<int>(std::size_t) in the Eigen wrapper
Suppress warnings inside Eigen SparseLU
2014-06-26 10:25:30 +02:00
Sébastien Loriot 96147fc7ab revert part of
commit 9ed4c96109
  Author: Sébastien Loriot <sebastien.loriot@cgal.org>
  Date:   Thu Sep 12 18:08:54 2013 +0200

      do not use a CGAL function since the point might not come from CGAL
2014-06-26 09:37:39 +02:00
Sébastien Loriot b01091dbac fix typos 2014-06-25 21:14:24 +02:00
Andreas Fabri cbd8af7690 go back to the classical testsuite 2014-06-25 18:11:14 +02:00
Sébastien Loriot a374556e48 typo 2014-06-25 15:13:38 +02:00
Sébastien Loriot 5915daa572 drop Taucs from the demo and update error messages for the testsuite 2014-06-25 14:52:04 +02:00
Sébastien Loriot 89603a7c55 format error message for the testsuite 2014-06-25 14:36:56 +02:00
Sébastien Loriot 1260511bc2 drop the support of SuperLU 2014-06-25 13:33:13 +02:00
Sébastien Loriot 16ea46cf92 remove an old bug report 2014-06-25 13:26:12 +02:00
Sébastien Loriot 7d9e96888d update release version 2014-06-25 13:20:21 +02:00
Sébastien Loriot e3175f4f33 add a demo to run the examples from the survey [Botsch08] 2014-06-25 13:09:03 +02:00
Sébastien Loriot 0d5ea57d08 add entry points to use the SR Arap by Zohar et al. 2013 2014-06-25 12:51:57 +02:00
Andreas Fabri b18acb6097 fix example 2014-06-24 18:33:42 +02:00
Andreas Fabri f644ff649a now the testsuite works on Windows (on my machine) 2014-06-24 18:16:25 +02:00
Sébastien Loriot 81a66499d9 using less generic anchor names 2014-06-24 16:56:05 +02:00
Sébastien Loriot 97342ad6f6 backward compatibility with const Polyhedron 2014-06-24 16:38:03 +02:00
Sébastien Loriot e1c8270b14 remove incorrect use of the default point property map 2014-06-24 16:36:49 +02:00
Sébastien Loriot 3ff711c799 handle properties of const Polyhedron 2014-06-24 16:36:18 +02:00
Sébastien Loriot 675d26e884 add non-documented remove_const fcts to turn a const-iterator to an iterator 2014-06-24 16:35:10 +02:00
Sébastien Loriot 31cc32428a remove exe flag 2014-06-23 21:34:02 +02:00
Sébastien Loriot 9552823b69 typo 2014-06-23 21:33:35 +02:00
Andreas Fabri 55d9d30f26 Use the non-header only version of the boost test framework 2014-06-20 15:14:06 +02:00
Andreas Fabri 99f082bd2e first svgs replacing pngs 2014-06-20 13:47:07 +02:00
Andreas Fabri 659da042cc bug fix, read file argv[1], is_border instead of border_map 2014-06-20 10:32:21 +02:00
Andreas Fabri 9a28ba0ca9 Add implementation and first test for satisfies_link_condition 2014-06-19 18:46:23 +02:00
Andreas Fabri c836b21521 no typename needed 2014-06-19 18:45:29 +02:00
Andreas Fabri 4ba2eae6bf replace copy pasted specific code by a call to a generic function 2014-06-19 13:42:38 +02:00
Andreas Fabri 5da08ce426 #include <ifstream> 2014-06-19 08:57:57 +02:00
Andreas Fabri 689e5ef4a6 add a typename 2014-06-19 08:49:33 +02:00
Andreas Fabri e7b0528ff8 Add a CGAL::iterator_range 2014-06-18 13:17:43 +02:00
Sébastien Loriot cb58227f62 Merge branch 'Polyhedron_demo-add_scene_polyhedron_selection_item-sloriot' into Surface_modeling-integration-GF
Conflicts:
	Polyhedron/demo/Polyhedron/CMakeLists.txt
	Polyhedron/demo/Polyhedron/Scene_polyhedron_item.cpp
	Polyhedron/demo/Polyhedron/Scene_polyhedron_item.h
	Polyhedron/demo/Polyhedron/Travel_isolated_components.h
2014-06-18 11:53:16 +02:00
Sébastien Loriot a20cd5b000 add missing targets in the testsuite + all to catch future update mistakes 2014-06-18 11:26:32 +02:00