Sébastien Loriot
cc3db6bf60
rename variable
2021-08-09 10:43:08 +02:00
Sébastien Loriot
17ca9d86dc
rename visitor concept
2021-08-05 18:13:40 +02:00
Sébastien Loriot
b539d4a301
extend the visitor to report non-manifold vertex in an umbrella without nm edge
2021-08-05 18:13:35 +02:00
Sébastien Loriot
bc1fe892d8
remove const&
2021-08-02 10:40:12 +02:00
Sébastien Loriot
d2a3f35d03
replace point -> vertex
2021-08-02 10:05:59 +02:00
Sebastien Loriot
a16105d548
fix phrasing
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2021-08-02 09:58:54 +02:00
Maxime Gimeno
c99fdebafe
add a non_manifold_vertex() function to the visitor
2021-07-30 12:17:06 +02:00
Sébastien Loriot
592e470b72
update doc
2021-07-30 11:37:53 +02:00
Maxime Gimeno
a2c1a268e2
fix plugin
2021-07-29 11:51:26 +02:00
Maxime Gimeno
e52775f943
Documentation
2021-07-29 11:32:35 +02:00
Maxime Gimeno
2e3ebb1916
Add a visitor to the example
2021-07-29 10:13:05 +02:00
Maxime Gimeno
22edbbe428
Merge remote-tracking branch 'cgal/master' into PMP-Add_a_visitor_to_orient_polygon_soup-maxGimeno
2021-07-26 11:46:51 +02:00
Maxime Gimeno
f8315e09b7
DOn't use a pair.
2021-07-22 15:19:58 +02:00
Maxime Gimeno
f36e5eadf9
Remove to_remove
2021-07-22 09:37:48 +02:00
Maxime Gimeno
83e7abf042
Changes after review
2021-07-21 12:48:11 +02:00
Maxime Gimeno
3cfa3e8c86
Use a NP to pass the visitor
2021-07-19 13:40:19 +02:00
Maxime Gimeno
1b04db1fad
Give the visitor by copy (1st step for the Named Parameters)
2021-07-19 13:18:26 +02:00
Maxime Gimeno
36dd5be796
more fixes
2021-07-19 13:05:17 +02:00
Maxime Gimeno
b027d31bfd
remove the "Extract NM Simplicies" action
2021-07-19 12:06:43 +02:00
Maxime Gimeno
67b2fd1454
Fix default visitor mechanism
2021-07-19 11:48:20 +02:00
Maxime Gimeno
05761799e8
Fix the filtering in the plugin
2021-07-19 11:25:37 +02:00
Sébastien Loriot
500f8dad40
Merge remote-tracking branch 'cgal/5.3.x-branch'
2021-07-19 09:35:22 +02:00
Sébastien Loriot
beb686e7e2
Merge remote-tracking branch 'cgal/5.2.x-branch'
2021-07-19 09:34:50 +02:00
Sebastien Loriot
f5937cd303
Merge pull request #5838 from maxGimeno/Fix_doc_removal-maxGimeno
...
Online Doc: Fix condition for push
2021-07-19 09:34:17 +02:00
Sébastien Loriot
a99916f6c9
Merge pull request #5806 from GilesBathgate/Nef_3-dead_code_k3_tree_snc_point_locator-GilesBathgate
...
Remove dead code in SNC_point_locator and K3_tree
2021-07-19 08:04:47 +02:00
Sebastien Loriot
6948144f50
Merge pull request #5815 from GilesBathgate/Nef_3-remove_point_locator_naive-GilesBathgate
...
Nef_3 Remove naive point locator.
2021-07-19 08:03:12 +02:00
Sebastien Loriot
40f507a1f1
Merge pull request #5800 from MaelRL/SS-Doc_fixes-GF
...
Harmonization of some IO stream documentation
2021-07-19 07:56:48 +02:00
Sebastien Loriot
9b27f53b28
Merge pull request #5544 from maxGimeno/PMP-compare_faces_from_meshes-maxGimeno
...
PMP: compare_meshes
2021-07-19 07:54:00 +02:00
Sebastien Loriot
4efdf52c0e
Merge pull request #5654 from maxGimeno/Demo-OFF_choose_normals_export-maxGimeno
...
Polyhedron Demo: Popup for OFF
2021-07-19 07:50:54 +02:00
Sebastien Loriot
edc456e7c2
Merge pull request #5636 from maxGimeno/Demo-Enhance_Animate_plugin-maxGimeno
...
Polyhedron_demo: Animate plugin
2021-07-19 07:49:29 +02:00
Sebastien Loriot
570ed66924
Merge pull request #5849 from MoniqueTeillaud/patch-4
...
Funding acknowledgement for the package
2021-07-19 07:48:46 +02:00
Sébastien Loriot
2005fe6e30
Merge remote-tracking branch 'cgal/5.3.x-branch'
2021-07-19 07:45:57 +02:00
Sébastien Loriot
06c5462675
Merge remote-tracking branch 'cgal/5.2.x-branch'
2021-07-19 07:43:32 +02:00
Sebastien Loriot
d55f80493c
Merge pull request #5850 from lrineau/Mesh_3_port_to_oneAPI-GF
...
Port Mesh_3 to oneAPI-TBB
2021-07-19 07:41:30 +02:00
Sebastien Loriot
c9c7cd2075
Merge pull request #5831 from albert-github/feature/bug_inconsistent_CGAL_Interval_nt_advanced
...
Inconsistent display of CGAL::Interval_nt_advanced in documentation
2021-07-19 07:40:16 +02:00
Sebastien Loriot
6651d22107
Merge pull request #5826 from GilesBathgate/patch-1
...
Fix grammar in Triangulation_on_sphere_2
2021-07-19 07:39:38 +02:00
Sebastien Loriot
0dee2ca2b1
Merge pull request #5823 from maxGimeno/Doc-Fix_Three_doc-maxGimeno
...
Three Documentation Fix
2021-07-19 07:38:36 +02:00
Sebastien Loriot
2f0152e7e7
Merge pull request #5813 from gdamiand/Basic_viewer-bugfix-gdamiand
...
Basic viewer bugfix
2021-07-19 07:37:48 +02:00
Sebastien Loriot
31fcd2da3e
Merge pull request #5841 from sloriot/RBO2-fix_validity_check
...
Boolean_set_operations_2/Gps_polygon_validation.h: Fix validity check
2021-07-19 07:36:02 +02:00
Maxime Gimeno
4989eadb19
WIP
2021-07-13 16:06:52 +02:00
Laurent Rineau
5896af7960
Fix indentation
2021-07-13 11:49:51 +02:00
Laurent Rineau
f8a2878b0c
Port Mesh_3 to oneAPI-TBB
...
The work was already mostly done in PR #4892 , but there was still two
issues:
- `tbb::parallel_do` has been removed, and `tbb::parall_for_each`
was to be used instead,
- the support for `tbb_hasher` has been removed.
This time, I have tested in a container were
intel-oneapi-tbb-common-devel-2021.3.0-2021.3.0-511.noarch was
installed, but not tbb version 2020.
2021-07-13 11:38:43 +02:00
Monique Teillaud
66d5a67383
Funding acknowledgement for the package
2021-07-13 11:17:46 +02:00
Sébastien Loriot
32c7364831
update test to accept a relatively simple hole as being valid
2021-07-12 15:38:26 +02:00
Mael
0426fd674c
Add the ASCII alias for doxygen 1.8.4
2021-07-08 23:58:14 +02:00
Sébastien Loriot
e599bd44cc
fix validity check: holes can be relatively simple
2021-07-08 13:50:18 +02:00
Maxime Gimeno
9e29edb42c
Fix condition for push
2021-07-07 15:10:09 +02:00
Laurent Rineau
529add28d3
Merge pull request #5538 from Dig-Doug/bbox-size
...
Bbox size helpers
2021-07-07 14:37:41 +02:00
Laurent Rineau
0f906ae606
Merge pull request #5545 from Dig-Doug/segment-midpoint
...
Segment_2/Segment_3 midpoint()
2021-07-07 14:37:38 +02:00
Laurent Rineau
f2b96a8133
Merge pull request #5584 from afabri/Number_types-Gmpq_is_zero-GF
...
Number_types: Add Is_zero functor for Gmpq
2021-07-07 14:37:36 +02:00