Simon Giraudot
4bebcae4f2
Many improvements for plugin, statistics on features, etc.
2018-12-06 14:59:57 +01:00
Simon Giraudot
335375dbba
Fix verbosity
2018-12-06 14:59:57 +01:00
Simon Giraudot
826fb15b37
Add possibility to do 3D image instead of 2D
2018-12-06 14:59:57 +01:00
Simon Giraudot
9a234d260a
Fix some bugs
2018-12-06 14:59:57 +01:00
Simon Giraudot
61e853c224
Fix segfault
2018-12-06 14:59:57 +01:00
Simon Giraudot
8af631874d
Update plugin with latest changes
2018-12-06 14:59:57 +01:00
Simon Giraudot
4df1d0a966
Fix advanced plugin display
2018-12-06 14:59:57 +01:00
Simon Giraudot
ec520f57d5
More improvements using better optimizer
2018-12-06 14:59:57 +01:00
Simon Giraudot
21b0b0ee81
Much better version of NN with IO functions
2018-12-06 14:59:57 +01:00
Simon Giraudot
f520f9eb11
First version of NN with TensorFlow
2018-12-06 14:59:57 +01:00
Simon Giraudot
14a2269206
Plugin: show detailed output
2018-12-06 14:59:56 +01:00
Simon Giraudot
642aea115a
Add variant of classify() to get detailed output
2018-12-06 14:59:56 +01:00
Laurent Rineau
5b1e535cb9
Merge pull request #3293 from maxGimeno/Demo-Mesh_engraving-GF
...
Polyhedron Demo: Mesh Engraving Plugin
2018-12-01 16:31:15 +01:00
Laurent Rineau
41bbdd06e0
Merge pull request #3481 from afabri/Nef_S2-has_shalfloop-GF
...
Nef_S2: has_sloop() -> has_shalfloop()
2018-12-01 16:31:13 +01:00
Laurent Rineau
eb1d7ecd68
Merge pull request #3480 from afabri/patch-3
...
BGL: Fix doc of Face_filtered_graph
2018-12-01 16:31:11 +01:00
Laurent Rineau
29e8944c2e
Merge pull request #3478 from maxGimeno/Demo-Fix_color_CC-GF
...
Polyhedron Demo: fix colorize each Connected Component
2018-12-01 16:31:10 +01:00
Laurent Rineau
c137f9f252
Merge pull request #3476 from sloriot/BGL_PSP-fix_getK_helper
...
Fix in PSP named parameters
2018-12-01 16:31:09 +01:00
Laurent Rineau
143abcc498
Merge pull request #3470 from maxGimeno/CMake-Fix_warnings_for_CMP0071-GF
...
Fix CMake warnings about CMP for Visual 2017
2018-12-01 16:31:06 +01:00
Laurent Rineau
6d884475db
Merge pull request #3467 from sloriot/Doc-fix_bib
...
Fix urls in bib
2018-12-01 16:31:05 +01:00
Laurent Rineau
40b0ab5471
Merge pull request #3466 from sloriot/Doc-header_close_link
...
close link
2018-12-01 16:30:58 +01:00
Laurent Rineau
3057b9b143
Merge pull request #3464 from sloriot/Doc-clean_up_ref_groups
...
Add missing Reference and uniformize ref man group declaration
2018-12-01 16:30:56 +01:00
Laurent Rineau
c1e4f4aad1
Merge pull request #3495 from maxGimeno/Snap_rounding_2-Fix_testsuite-GF
...
Snap_rounding_2: Fix test script
2018-12-01 16:30:54 +01:00
Laurent Rineau
84151fe9b3
Merge pull request #3491 from lrineau/Installation-fix_header_only_warning_with_ninja-GF
...
Fix the construction of CGAL_ROOT in header-only
2018-11-30 11:23:06 +01:00
Sébastien Loriot
cb4c3b47cf
fix back-ticking
2018-11-29 14:53:21 +01:00
Maxime Gimeno
b14b457b15
Add missing argument in cgal_test
2018-11-29 10:08:04 +01:00
Laurent Rineau
81cf49efb1
Fix the construction of CGAL_ROOT in header-only
...
In header-only, `CGALConfig.cmake` constructs the path to the root of
the CGAL installation. It used to use `../` a lot, to go back in
parent directories, but:
- that was... ugly,
- and Ninja saw a problem with that (a warning about the path to
`print_GMP_version.cpp`).
`CGALConfig.cmake` Now uses the CMake command `get_filename_component`.
2018-11-28 09:46:53 +01:00
Andreas Fabri
d4e3416c8b
has_sloop() -> has_shalfloop()
2018-11-26 15:44:17 +01:00
Andreas Fabri
eb688df5e0
BGL: Fix doc of Face_filtered_graph
...
Fix typo in documentation.
2018-11-26 15:00:07 +01:00
Maxime Gimeno
ad48763b6d
Add missing call to computeItemColorVectorAutomatically()
2018-11-26 09:23:54 +01:00
Sébastien Loriot
75aca45157
do no ignore user provided traits
2018-11-24 18:40:15 +01:00
Laurent Rineau
6c72c9fa06
Remove lines added by error one year ago
2018-11-22 13:20:05 +00:00
Maxime Gimeno
c8514f669a
Set CMP0074 for polyhedron demo
2018-11-22 12:42:37 +01:00
Laurent Rineau
b02d174ef2
Merge pull request #3465 from afabri/Skin_surface-fix_Simplex-GF
...
Skin_surface_3: Fix for VC2017 which has a problem with the conversion to std::pair
2018-11-22 10:49:39 +01:00
Maxime Gimeno
d6cfa1a868
Fix CMake warnings about CMP for Visual 2017
2018-11-21 16:17:39 +01:00
Sébastien Loriot
06b7cd42ba
fix urls in bib
2018-11-21 09:47:22 +01:00
Laurent Rineau
6c4b020de5
Merge pull request #3437 from sloriot/CGAL-gcc_maybe_uninitialized
...
Workaround -Wmaybe-uninitialized for GCC
2018-11-20 17:24:47 +01:00
Sébastien Loriot
bc0bac113f
close <link />
2018-11-20 17:23:28 +01:00
Andreas Fabri
93cfd56c83
Fix for VC2017 which has a problem with the conversion to std::pair
2018-11-20 16:54:30 +01:00
Laurent Rineau
a49934d189
Merge pull request #3462 from maxGimeno/Doc-Fix_doc_warning-GF
...
Three: Fix warnings in Three documentation.
2018-11-20 16:40:31 +01:00
Sébastien Loriot
3a1516e940
add missing Reference and uniformize ref man group declaration
2018-11-20 13:47:16 +01:00
Maxime Gimeno
aabd798126
Fix warnings std::size_t to int
2018-11-20 10:47:37 +01:00
Maxime Gimeno
90723240e6
Fix warnings in Three documentation.
2018-11-19 14:09:51 +01:00
Sebastien Loriot
641efa944b
Merge pull request #3424 from maxGimeno/Demo-Some_fixes-GF
...
Polyhedron demo: some fixes
2018-11-15 19:57:46 +01:00
Maxime Gimeno
2c18ca1043
Remove conflicts
2018-11-15 09:47:43 +01:00
Sebastien Loriot
d890a27800
Merge pull request #3451 from sloriot/AABB_tree-doc_warning
...
Fix doc warning
2018-11-14 18:52:42 +01:00
Sebastien Loriot
b3503f435f
Merge pull request #3450 from mglisse/Alpha_shapes_3-lazy_to_double-glisse
...
Copy relative_precision_of_to_double from Lazy_exact_nt to Lazy_alpha_nt_3
2018-11-14 18:51:43 +01:00
Sebastien Loriot
727824eda6
Merge pull request #3325 from efifogel/Aos_2-fixes-efif
...
Aos 2: fixes
2018-11-14 18:50:12 +01:00
Maxime Gimeno
9dc71d3a61
Change API
2018-11-13 15:14:59 +01:00
Laurent Rineau
66e6a5575c
Update the menu_version.js in `master`
...
See the dropdown menu at the top of:
https://cgal.geometryfactory.com/CGAL/doc/master/
2018-11-13 14:24:52 +01:00
Sébastien Loriot
98c13715fc
fix warning
...
init time stamp of a vertex that is copied
2018-11-13 10:28:33 +01:00