mirror of https://github.com/CGAL/cgal
* added documentation about Concurrency_tag
This commit is contained in:
parent
3bace9f01e
commit
d7c0e920c2
|
|
@ -153,6 +153,9 @@ but also regularizes downsampled points. This is an implementation of
|
|||
the WLOP (Weighted Locally Optimal Projection) algorithm
|
||||
<a href="http://web.siat.ac.cn/~huihuang/WLOP/WLOP_page.html">[Huang et al. 2009]</a>.
|
||||
This algorithm is much slower.
|
||||
Concurrency_tag controls what mode will the algorithm will run in. There two tags available: Parallel_tag, Sequential_tag.
|
||||
When Parallel_tag is used, algorithm will run in parallel mode based On Thread Building Blocking, which will achieve great performance improvement;
|
||||
When Sequential_tag is used, algorithm will run in normal sequential mode.
|
||||
|
||||
\subsection Point_set_processing_3Example_3 Grid simplification example
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue