Commit Graph

74052 Commits

Author SHA1 Message Date
Andreas Fabri fbdec23155 inline functions 2017-06-30 18:13:42 +02:00
Andreas Fabri bddd05aef4 fix compilation errors 2017-06-30 18:13:42 +02:00
Sébastien Loriot 4324ff9375 fix links 2017-06-30 18:13:42 +02:00
Sébastien Loriot 91232364ba fix links 2017-06-30 18:13:41 +02:00
Andreas Fabri 388a7678e6 Add an undocumented manipulator which allows operator<< to dispatch OFF, PLY, etc 2017-06-30 18:13:40 +02:00
Andreas Fabri 64a7f4b66a Improve read_off fir Surface_mesh. Thank you @gdamiandgit diff 2017-06-30 18:13:40 +02:00
Andreas Fabri 2601bae0e3 #include <fstream> 2017-06-30 18:13:40 +02:00
Sébastien Loriot 78bd1f01aa add IO functions to the doc 2017-06-30 18:13:39 +02:00
Andreas Fabri 59bdacde2c fix the example 2017-06-30 18:12:16 +02:00
Andreas Fabri 5098e546c1 Add CGAL::read_off() and CGAL::write_off() to OpenMesh 2017-06-30 18:12:16 +02:00
Andreas Fabri 232106a39d cleanup 2017-06-30 18:12:16 +02:00
Andreas Fabri 1042f23791 std::string -> const char* 2017-06-30 18:12:14 +02:00
Andreas Fabri d94d386f59 fix the testsuite 2017-06-30 18:12:14 +02:00
Andreas Fabri 4bcf6fc51c Add generic overload which takes a filename as argument 2017-06-30 18:12:14 +02:00
Andreas Fabri a2ed66d8ce read_off(istream&, Surface_mesh) now appends 2017-06-30 18:12:14 +02:00
Andreas Fabri 59fc7b9af0 remove unused variables 2017-06-30 18:12:14 +02:00
Andreas Fabri f9827278a2 Document read_off(), and write_off() for Polyhedron_3 and Surface_mesh 2017-06-30 18:12:14 +02:00
Andreas Fabri 3e3c33bcf0 Add generic functions read_off() and write_off() 2017-06-30 18:12:13 +02:00
Laurent Rineau f5d9742557 Merge branch 'releases/CGAL-4.10-branch'
Merges two pull-requests:

- Merge pull request #2214 from sloriot/AOS_2-fix_warnings

  > fix unused variable warnings

- Merge pull request #2202 from maxGimeno/Fix_group_item_display

  > Polyhedron_demo: Fix group_item draw().
2017-06-30 16:52:12 +02:00
Laurent Rineau 2b494498b4 Merge pull request #2159 from sgiraudot/Scale_space_reconstruction_3-Separate_smoothing_and_meshing-GF
Scale space reconstruction: Improve API
2017-06-30 16:52:11 +02:00
Laurent Rineau 94788f8e0f Merge pull request #2173 from afabri/PMP-benchmark_fill_hole-GF
Polygon_mesh_processing:  Add performance comparison for hole filling in User Manual
2017-06-30 16:52:11 +02:00
Laurent Rineau 95964a2e17 Merge pull request #2160 from sgiraudot/Poisson_reconstruction-Add_simple_functions-GF
Poisson reconstruction: Provide a simple function
2017-06-30 16:52:10 +02:00
Laurent Rineau 330dd54cea Merge pull request #2200 from janetournois/Polyhedron_demo_-add_mesh_surface_w_border_in_closed_domain-GF
Mesh_3 plugin made able to mesh surfaces with border inside a closed polyhedral domain
2017-06-30 16:52:09 +02:00
Laurent Rineau 3edd8769b9 Merge pull request #2089 from afabri/Surface_mesh_shortest_path-Surface_mesh_examples-GF
Surface_mesh_shortest_path:  Use Surface_mesh
2017-06-30 16:52:09 +02:00
Laurent Rineau adb33f184a Merge pull request #2214 from sloriot/AOS_2-fix_warnings
fix unused variable warnings
2017-06-30 16:52:08 +02:00
Laurent Rineau 981d271774 Merge pull request #2181 from gdamiand/patch-1
Update CGAL_SetupFlags.cmake
2017-06-30 16:52:07 +02:00
Laurent Rineau 4093a9cd36 Merge pull request #1941 from maxGimeno/Polyhedron_demo-Use_sm_item-Oop-GF
Polyhedron_demo: Use surface mesh item in Operations on polyhedra package
2017-06-30 16:52:07 +02:00
Laurent Rineau 4adef0201a Merge pull request #2209 from afabri/patch-2
Surface_mesh_simplification:  Fix in User Manual
2017-06-30 16:52:06 +02:00
Laurent Rineau b5f95af3f6 Merge pull request #2208 from sloriot/AABB_tree-doc_update
Aabb tree doc update
2017-06-30 16:52:06 +02:00
Laurent Rineau 1dea1b7756 Merge pull request #2214 from sloriot/AOS_2-fix_warnings
fix unused variable warnings
2017-06-30 16:48:03 +02:00
Laurent Rineau 6f0608f512 Merge pull request #2202 from maxGimeno/Fix_group_item_display
Polyhedron_demo: Fix group_item draw().
2017-06-30 16:47:53 +02:00
Laurent Rineau 2061a16def Merge pull request #1917 from MaelRL/SM_Parameterization-BGL-GF
Parameterization Facegraph
2017-06-30 16:38:50 +02:00
Laurent Rineau 1511b06316 Fix a compilation error in Travis
fix the `check_pkg_Interpolation_headers` target
2017-06-29 09:50:43 +02:00
Laurent Rineau 57d14e87d1 Fix a compilation error in Travis
fix the `check_pkg_Interpolation_headers` target
2017-06-29 09:41:22 +02:00
Laurent Rineau 1c55275bc3 Fix a compilation error in Travis
fix the `check_pkg_Interpolation_headers` target
2017-06-29 09:40:15 +02:00
Laurent Rineau f902b5bf30 Fix a compilation error in Travis
fix the `check_pkg_Interpolation_headers` target
2017-06-29 09:39:56 +02:00
Laurent Rineau 8946bba89f Merge remote-tracking branch 'cgal/releases/CGAL-4.10-branch' 2017-06-29 09:34:16 +02:00
Laurent Rineau 6ecf2321c3 Merge pull request #2218 from lrineau/Interpolation-fix_check_headers-GF
Fix a compilation error in Travis
2017-06-29 09:33:01 +02:00
Andreas Fabri e57aeb554e Comment line in order to deal with a warning, but it needs real cleanup
as there is a loop that does the same as a commented std::copy
so I guess these are left-overs from debugging by @sgiraudot
2017-06-29 08:12:59 +02:00
Laurent Rineau 5c7c7c4e68 Fix a compilation error in Travis
fix the `check_pkg_Interpolation_headers` target
2017-06-28 17:05:29 +02:00
Sébastien Loriot 76309b265b workaround warnings triggered by dynamic_cast with g++ -Wnonnull-compare 2017-06-28 12:50:32 +02:00
Andreas Fabri b6fbf25679 Add .cmd file 2017-06-28 11:30:38 +02:00
Andreas Fabri 954311c39a fix file name of png in the .txt 2017-06-28 11:15:46 +02:00
Laurent Rineau 97b175ede4 Technical merge branch 'releases/CGAL-4.10-branch'
That ensures that `master` is ahead of release branches.
2017-06-28 10:53:13 +02:00
Laurent Rineau d40fea257d Merge pull request #2198 from sloriot/T2-add_missing_include
add missing include directive to use CGAL::to_double()

(Via a merge of 'cgal/releases/CGAL-4.9-branch')
2017-06-28 10:52:12 +02:00
Sébastien Loriot 2386c147f3 fix unused variable warnings 2017-06-28 10:48:30 +02:00
Mael Rouxel-Labbé 1f779831e4 Acknowledge orbifold tutte embedding authors 2017-06-28 10:10:18 +02:00
Laurent Rineau 6fb5bbf537 Merge pull request #2198 from sloriot/T2-add_missing_include
add missing include directive to use CGAL::to_double()
2017-06-28 10:02:03 +02:00
Mael Rouxel-Labbé c113eab209 Linked the parameterization plugin with CGAL_Core 2017-06-27 17:43:41 +02:00
Laurent Rineau ff39889db0 Merge pull request #2191 from efifogel/Sgm-bug_fix-efif
Arr_2: fix test_sgm.cpp
2017-06-27 16:29:46 +02:00