Sébastien Loriot
f252bd089c
remove a wrapper class to directly use Unique_hash_map
2015-07-02 18:47:16 +02:00
Sébastien Loriot
6c04f2198c
remove the need of a set
2015-07-02 18:47:16 +02:00
Sébastien Loriot
52dec79a26
remove todo
2015-07-02 18:47:16 +02:00
Sébastien Loriot
157941525b
reduce the use of sqrt
2015-07-02 18:47:16 +02:00
Sébastien Loriot
5621a21642
remove non-needed map
2015-07-02 18:47:16 +02:00
Sébastien Loriot
0d1b5271a9
remove Degeneracy_tag, always use the disk version
2015-07-02 18:47:16 +02:00
Sébastien Loriot
c56d3dad6d
use BGL Euler function to test for a valid collapse
2015-07-02 18:47:16 +02:00
Sébastien Loriot
201414c7d1
improve phrasing
2015-07-02 18:47:15 +02:00
Sébastien Loriot
cf61d3e677
triangle sm -> triangulated sm
2015-07-02 18:47:15 +02:00
Sébastien Loriot
7894e0e071
min_edge_length -> max_edge_length
2015-07-02 18:47:15 +02:00
Sébastien Loriot
20c1ae4741
typo
2015-07-02 18:47:15 +02:00
Sébastien Loriot
2f890ac711
remove the version using the edge simplification package
...
on the elephant subdivided 3 times with loop, it required 60s.
vs 40s. with the linear alternative
2015-07-02 18:47:15 +02:00
Sébastien Loriot
8efbac78cd
fix typo
2015-07-02 18:47:15 +02:00
Sébastien Loriot
0f655e7fd1
fix typo
2015-07-02 18:47:15 +02:00
Michael Hemmer
bdd46e6978
Merge branch 'gsoc2013-Visibility_doc-hemmer-old' into gsoc2013-Visibility_doc-hemmer
...
Conflicts:
Documentation/biblio/cgal_manual.bib
Documentation/biblio/geom.bib
Installation/changes.html
2015-07-02 17:36:17 +02:00
Jane Tournois
4e8c149b9b
fix compilation and remove useless assertions
2015-07-02 16:58:42 +02:00
Laurent Rineau
08dcd2ba6f
Fix a warning on Linux
...
(cherry picked from commit 2cfdf907dd969b59590ec4cf798af4bfe61dcfb3)
2015-07-02 16:22:15 +02:00
Jane Tournois
01d0c2770b
add return statement
2015-07-02 16:01:52 +02:00
Jane Tournois
6eacf37ba9
fix a warning in documentation
...
(unreported variables)
2015-07-02 15:49:25 +02:00
Laurent Rineau
2335fbc793
Fix the list of plugin in cgal_test_with_cmake
2015-07-02 15:45:01 +02:00
Jane Tournois
3ac61f28b8
Merge branch 'Polygon_mesh_processing-GF' of github.com:CGAL/cgal-public-dev into Polygon_mesh_processing-GF
2015-07-02 15:39:42 +02:00
Jane Tournois
fda787e284
add return statement
2015-07-02 15:38:59 +02:00
Jane Tournois
c88a2e5a7f
to get validity at level 5 after stitching a Polyhedron_3,
...
normalize_border should be called
this is mainly because nb_border_halfedges of the
underlying HDS gets undefined
2015-07-02 15:36:34 +02:00
Andreas Fabri
2416a8917b
Do not #define CGAL_USE_OPENMESH
2015-07-02 15:26:11 +02:00
Jane Tournois
0ba7215a5b
add return statement
2015-07-02 14:44:30 +02:00
Jane Tournois
94e9d263c2
and end of file
2015-07-02 14:43:40 +02:00
Andreas Fabri
123c39ce32
int -> size_t
2015-07-02 14:02:26 +02:00
Sébastien Loriot
6d65407387
use size_t for the segment ids
2015-07-02 13:47:41 +02:00
Andreas Fabri
46a24d0335
take code as in the Qt5 branch
2015-07-02 13:11:11 +02:00
Andreas Fabri
b4595e8802
remove empty line
2015-07-02 12:57:17 +02:00
Andreas Fabri
c97f1e6d26
remove 2 empty lines
2015-07-02 12:55:46 +02:00
Andreas Fabri
a900133057
move package in changes.html to avoid merge conflict
2015-07-02 12:52:54 +02:00
Andreas Fabri
e076bc179c
move lines to facilitate merge
2015-07-02 12:48:34 +02:00
Andreas Fabri
800488d262
get rid of many warnings with static_cast<int>(..)
2015-07-02 12:36:04 +02:00
Jane Tournois
6439294407
Merge branch 'Polygon_mesh_processing-GF' of github.com:CGAL/cgal-public-dev into Polygon_mesh_processing-GF
2015-07-02 11:49:30 +02:00
Jane Tournois
3623705fcf
fix some tests
2015-07-02 11:48:59 +02:00
Laurent Rineau
131feb669d
Merge pull request #153 from MoniqueTeillaud/patch-1
...
Update Regular_triangulation_euclidean_traits_3.h
2015-07-02 11:46:45 +02:00
Sébastien Loriot
55cc85d253
remove comments
2015-07-02 11:34:28 +02:00
Sébastien Loriot
20bfec597f
update benchmark
2015-07-02 11:32:54 +02:00
Sébastien Loriot
dc1b7bbfba
update graph requirement
2015-07-02 11:32:54 +02:00
Sébastien Loriot
917c758108
fix typos
2015-07-02 11:32:54 +02:00
Sébastien Loriot
3638fc7887
do not give algorithm details
...
actually fixed in f403d8e091
but todo removed in this commit
2015-07-02 11:32:54 +02:00
Sébastien Loriot
5679fb3be8
update surface mesh example and put it in the doc
2015-07-02 11:32:54 +02:00
Laurent Rineau
8cffc8be58
Merge pull request #143 from bo0ts/Surface_mesh-gcc44_fixes-pmoeller
...
Fix two issues with Surface_mesh and GCC4.4 + C++0x
2015-07-02 11:32:01 +02:00
Andreas Fabri
76662ea2eb
Add a file so that Mean_curvature_skeleton compiles with PMP
2015-07-02 11:22:19 +02:00
Andreas Fabri
bcbe2b3bd2
less #includes in tests and examples
2015-07-02 11:02:16 +02:00
Maxime Gimeno
2bf6e15e96
ifdef SCENE_SEGMENTED_IMAGE_GL_BUFFERS_AVAILABLE Fix
...
- Removed the GLEW dependency in the CMakeList and the includes
- Moved the definition of SCENE_SEGMENTED_IMAGE_GL_BUFFERS_AVAILABLE to if(Qt5_FOUND) in the CMAkeList
2015-07-02 10:00:54 +02:00
Sébastien Loriot
f403d8e091
readd figs after history cleanup
2015-07-02 09:59:14 +02:00
Andreas Fabri
8e84d4a208
fix poisson example
2015-07-02 09:52:20 +02:00
Sébastien Loriot
2877c7bb32
readd data after history cleanup and update filenames in cpp files
2015-07-02 09:51:06 +02:00