Commit Graph

1284 Commits

Author SHA1 Message Date
Laurent Rineau cce0d3ec64 Merge pull request #100 from sloriot/gsoc2014-Polyhedron_shortest_path-skiazyk
https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Polyhedron_shortest_path

This package provides methods to compute the surface-constrained shortest path on 3d models. It was written as a project during GSoC 2014.
2015-06-15 10:45:25 +02:00
Laurent Rineau 71207cac07 Merge pull request #116 from sloriot/gsoc2014-VCM_3-jmeyron
GSoC 2014, VCM feature from Jocelyn Meyron, Sébastien Loriot, and Quentin Mérigot

https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/vcm_computation_and_applications
2015-06-15 10:37:29 +02:00
Sebastien Loriot 3c9fbbb393 Merge pull request #110 from afabri/Polyhedron_iostream-Binary_STL_Readder-GF
Read binary STL files
2015-06-15 10:01:40 +02:00
Sebastien Loriot 940117422f Merge pull request #109 from sloriot/Polyhedron_demo-color_each_cc-sloriot
add an action to assign a color per cc of a polyhedron
2015-06-10 13:39:31 +02:00
Sébastien Loriot f5837dee87 Disable the normal estimation plugin with Boost-1.57 and C++11
Patch similar to
|--------------------------------------------------------------------
|  commit bd43545717
|  Author: Laurent Rineau <laurent.rineau@cgal.org>
|  Date:   Mon Jan 26 11:22:09 2015 +0100
|
|      Disable the normal estimation plugin with Boost-1.57 and C++11
|--------------------------------------------------------------------
2015-06-09 16:22:19 +02:00
Sébastien Loriot cac397d073 remove extra const 2015-06-08 16:36:31 +02:00
Sébastien Loriot ae5e0efa33 fix warning 2015-06-08 09:56:59 +02:00
Sébastien Loriot eb4d746815 fix typos 2015-06-05 16:35:27 +02:00
Andreas Fabri 04e4c1b702 open stream in binary mode 2015-06-05 16:07:54 +02:00
Sébastien Loriot dfc9092c90 add an action to assign a color per cc of a polyhedron 2015-06-05 15:58:52 +02:00
Sébastien Loriot fd696dd81c fix warning 2015-06-05 15:37:40 +02:00
Sébastien Loriot 9bb488cd06 remove unused variable 2015-06-05 15:13:04 +02:00
Sébastien Loriot 56a171219c remove unused variable 2015-06-05 15:10:40 +02:00
Sébastien Loriot 9e8727c593 Before trying to orient a soup, start by removing degenerate polygons 2015-06-05 07:23:34 +02:00
Sébastien Loriot 376760340e add new plugins in the testsuite 2015-06-05 06:44:04 +02:00
Sébastien Loriot 0f48225bbe accomodate changes in applicable 2015-06-04 11:40:31 +02:00
Sébastien Loriot 5ae3cb521b accomodate changes in slots declaration 2015-06-04 11:28:48 +02:00
Sébastien Loriot c2cd87865e Merge branch 'old/gsoc2014-VCM_3-jmeyron' into gsoc2014-VCM_3-jmeyron
Conflicts:
	Installation/changes.html
	Point_set_processing_3/doc/Point_set_processing_3/PackageDescription.txt
	Point_set_processing_3/doc/Point_set_processing_3/Point_set_processing_3.txt
	Point_set_processing_3/doc/Point_set_processing_3/examples.txt
	Point_set_processing_3/examples/Point_set_processing_3/CMakeLists.txt
	Polyhedron/demo/Polyhedron/CMakeLists.txt
2015-06-04 11:27:56 +02:00
Sebastien Loriot 92ee604a1c Set off ouput precision to the maximum relevant 2015-06-04 10:55:13 +02:00
Sébastien Loriot d123ce5a47 Merge branch 'old/gsoc2014-Polyhedron_shortest_path-skiazyk' into gsoc2014-Polyhedron_shortest_path-skiazyk
Conflicts:
	Documentation/biblio/geom.bib
	Documentation/doc/Documentation/Doxyfile.in
	Documentation/doc/Documentation/dependencies
	Documentation/doc/Documentation/packages.txt
	Documentation/scripts/generate_how_to_cite.py
	Polyhedron/demo/Polyhedron/CMakeLists.txt
2015-06-01 17:47:31 +02:00
Sébastien Loriot 03a85fdf95 remove exe flag 2015-06-01 14:26:16 +02:00
Sébastien Loriot 22ec2d5bfb remove extra comma 2015-05-29 13:34:33 +02:00
Sébastien Loriot c85cc1429b remove extra typename 2015-05-28 10:54:24 +02:00
Sébastien Loriot 64deb875a6 more verbose output 2015-05-28 10:43:32 +02:00
Sébastien Loriot d18d07ba2a slots -> Q_SLOTS 2015-05-27 18:12:51 +02:00
Andreas Fabri ce051c74a2 slots -> Q_SLOTS 2015-05-27 08:55:42 +02:00
Laurent Rineau fae635d2fb Merge pull request #73 from afabri/CGAL-Qt_no_keywords-GF
All Qt4-based demos now use  `-DQT_NO_KEYWORDS`
2015-05-26 12:32:40 +02:00
Sébastien Loriot 17678e8c3d fix compilation issue and MinIndex usage 2015-05-22 16:27:15 +02:00
Stephen Kiazyk 686bc75f33 Merge branch 'gsoc2014-Polyhedron_shortest_path-skiazyk' of github.com:CGAL/cgal-public-dev into gsoc2014-Polyhedron_shortest_path-skiazyk 2015-05-22 08:45:39 -05:00
Stephen Kiazyk 4460fe6564 Fixed the nearest edge find in polyhedron demo
The method was left unfinished (and was incorrect)
2015-05-22 08:42:33 -05:00
Sébastien Loriot 2e40a1684d make the selection plugin exporting selected edges as a polyline item 2015-05-21 09:42:40 +02:00
Sébastien Loriot bb9521a288 factorize vcm normal estimation plugins 2015-05-19 16:09:35 +02:00
Sébastien Loriot c3f637f567 fix typo 2015-05-11 10:53:00 +02:00
Andreas Fabri 1537613726 BOOST_FOREACH -> Q_FFOREACH 2015-05-08 19:15:25 +02:00
Sébastien Loriot 83cc9513c5 if a polyhedron is triangulated, print its volume (if closed) and its surface area 2015-05-07 09:50:21 +02:00
Andreas Fabri 563dd4f06b Polyhedron demo 2015-05-06 15:45:34 +02:00
Sébastien Loriot 97c8a07289 remove experimental code to extract feature polylines that is not working good
update the demo plugin accordingly
2015-04-27 21:42:22 +02:00
Andreas Fabri 6c1f749046 fix applicable() 2015-04-26 19:13:08 +02:00
Sébastien Loriot 6657c59718 add missing target 2015-04-23 08:26:45 +02:00
Sébastien Loriot fc4980096b remove trailing whitespaces and remove empty dirs 2015-04-22 10:44:28 +02:00
Laurent Rineau 067b134c65 Fix the output of a c3t3 to a polygon soup
The stream iostate must be cleared before it can be reused.
2015-03-04 12:57:10 +01:00
Sébastien Loriot 69cd794cb1 demo bug-fix: set the menu as modified
trivial bug fix for master
2015-03-03 18:01:16 +01:00
Sébastien Loriot b9fbda6c0c applicable now depends on the action 2015-02-18 16:22:57 +01:00
Sébastien Loriot 68d15e165a Merge branch 'local/Polyhedron_demo-better_selection_offset'
Improve the facet selection process in the demo plugin
  by using the vertex incidence instead of the edge incidence.
  First step toward simpler the code

  Tested in CGAL-4.6-Ic-126
  Approved by the release manager
2015-02-16 10:23:31 +01:00
Sébastien Loriot 373b93d4a2 fix warnings on windows 2015-02-12 14:18:51 +01:00
Sébastien Loriot 743821f76a use the new erode and dilate section functions 2015-02-11 10:05:05 +01:00
Sébastien Loriot bb3264c563 remove conditions that are outdated 2015-02-05 14:46:36 +01:00
Sébastien Loriot d4746febff Merge branch 'Polyhedron_3-IO4Scene_edge_item-GF'
Tested in CGAL-4.6-Ic-120
  Approved by the interim release manager
2015-02-03 17:20:27 +01:00
Sébastien Loriot 2537374f56 fix io plugin 2015-02-03 17:18:48 +01:00
Sébastien Loriot 698189f2d4 only consider io-plugin for loading that can load 2015-02-03 17:05:04 +01:00