Subject: CGAL users discussion list
List archive
[cgal-discuss] 回复: The exact algorithm and references of CGAL's 3DDelaunayfunction
Chronological Thread
- From: wen <>
- To:
- Subject: [cgal-discuss] 回复: The exact algorithm and references of CGAL's 3DDelaunayfunction
- Date: Thu, 28 Jul 2016 19:57:00 -0700 (PDT)
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=SoftFail ; spf=None
- Ironport-phdr: 9a23:o5lyWhcOxPSS9KK0ss9ELNrxlGMj4u6mDksu8pMizoh2WeGdxcu9Yh7h7PlgxGXEQZ/co6odzbGH6+a+CSdfv96oizMrSNR0TRgLiMEbzUQLIfWuLgnFFsPsdDEwB89YVVVorDmROElRH9viNRWJ+iXhpQAbFhi3DwdpPOO9QteU1JXvkb7isMKNKyxzxxOFKYtoKxu3qQiD/uI3uqBFbpgL9x3Sv3FTcP5Xz247bXianhL7+9vitMU7q3cY6Loc8dVdW/D6Y7ggVu4fSy83Nng8osztrxjKCwWVoWANV30f1RtODQ+C5x7zWtL9szDxq/FmixScJtD8GLAoRSzwqOBgRxbszSsGLDUk63qR25Ah3PgF5hT94Rp2yYTQbceeM/85Yq7YZdcTWWcGeM9UUxdMGJ24YpdJDfYZauNRpJP68l4HpgG5MhetCfzi0HFJiir327Ym2uI9JgHa2QhpGdsEunDZ4Y7cOaIbUOTzyqDNyXvJZuhbjDH04oLMf1YnqPSIG7R5dMfK0UAkGhiDpFyLqIfDNjaYzfwEuGXe6eNqX+aizXAmph43vTWlgNshj5HNj54YjHbN/y99zaA8INCjUEdwbJuiGZFasyzcKYp7XYU9TmsupCs/0rkPpZP9Wi8GxbIuwhPEc/WMfsaC+B/qWO2LPDJynydjf66+iQeF6lWq0ebmV8O5yk0DqCNPmN3B+ysk2hna68zBTPJ4+gKg3y2T3gbP3exBKEEwjuPdIpQrxrN9zbMetE3CGmnwkUDyybSbcEkT++6z9+3hfoLro5adM8Zygwv0NqljweWyBO05Nk4IVm2fqtm6z6DpqE3lXK0Yybo9naDd9ZzbPs8GvbX/UlMEgtx9rRDjSTGv2t4ckD8MK1cCRBKKyoX5MlrSZfn8AvClgkislXJiwfyDJLDvD4/AKHPOi/Lmc/NWxGd4jRF2lvxz6pZdF7cIMfzuXETttdveSwMhb1Lqmb++UJN9yoYaCl6IV6SWOaeXvV6T7f80OMGNYpUUsXDzMasL/fnr2GA0nxdJJPHzhMFIOSHlRNx/OgOSZn+60YRJKnsDogdrFL+is1aFSzMGP3s=
Hi, Sylvain
Thank you for your instrutction. I will learn the code and the references, although the Delaunay hierarchy is a little difficult to understand.
Best regards!
------------------ 原始邮件 ------------------
发件人: "Sylvain Pion-3 [via cgal-discuss]";<[hidden email]>;
发送时间: 2016年7月27日(星期三) 晚上11:49
收件人: "王雯"<[hidden email]>;
主题: Re: The exact algorithm and references of CGAL's 3DDelaunayfunction
There is also this nice article by Liu and Snoeyink which gives details on several important aspects of implementations of 3D Delaunay triangulations, including the one of CGAL (at the time of 2005 at least) : http://library.msri.org/books/Book52/files/23liu.pdf
Also, for people who want to study the code of CGAL, the "modular view" in git is more organized than the "flat view" that is presented in the releases, so for 3D Delaunay, you can go here : https://github.com/CGAL/cgal/tree/master/Triangulation_3
2016-07-26 7:58 GMT-07:00 Monique Teillaud <[hidden email]>:
The first line shows: #include <CGAL/Delaunay_triangulation_3.h>--Monique Teillaud
https://members.loria.fr/Monique.Teillaud/
INRIA Nancy - Grand Est, LORIA
Institut National de Recherche en Informatique et AutomatiqueOn 26 Jul 2016, at 12:15, 王雯 <[hidden email]> wrote:Hi Monique,
Thank you for your kind advice.I will learn delaunay of CGAL with the references as you mentioned. For CGAL code, I just searched in the CGAL directory about delaunay and find many related files with .h extension. So, can you recommend the target program files that contain the detail of the algorithm implementation of 3d delaunay.
Best wishes!------------------ Original ------------------From: "Monique Teillaud";<[hidden email]>;Date: Tue, Jul 26, 2016 02:43 PMTo: "cgal-discuss"<[hidden email]>;Subject: Re: [cgal-discuss] The exact algorithm and references of CGAL's 3DDelaunay functionHi,Thank you for your nice email.Though the basic incremental algorithm used is very standard (see e.g., Bowyer 1981), the 3d Delaunay triangulation of CGAL is the result of quite a long research process, in particular on robustness issues. You can find a few references here https://members.loria.fr/Monique.Teillaud/biblio/Keyword/CGAL_.html but they are not the only ones.If you want to know more about the details of the implementation, well, the CGAL source code is public…Best regards,--Monique Teillaud
https://members.loria.fr/Monique.Teillaud/
INRIA Nancy - Grand Est, LORIA
Institut National de Recherche en Informatique et AutomatiqueOn 26 Jul 2016, at 04:56, wen <[hidden email]> wrote:Hi,
I am learning geometric modelling and I want to do some research on 3D
Delaunay. I just tried 3d delaunay function provided by CGAL and was
impressed by its high efficiency. I implemented 3D delaunay myself with
Incremental Insertion Algorithms, but the efficiency was much less than
CGAL.
In addition, it needs to add eight auxiliary bounding points before point
insertion during 3D Delaunay triangulation. In my program, the coordinates
of the eight points was configured with the rules that the bounding box
formed by the eight points can contain the whole point set. But the
triangulation result is a bit different on surface compared with 3D
delaunay of CGAL.
So, I wonder how to find the exact algorithm and references of CGAL's 3D
delaunay function.
Thanks for any help.
--
View this message in context: http://cgal-discuss.949826.n4.nabble.com/The-exact-algorithm-and-references-of-CGAL-s-3D-Delaunay-function-tp4662096.html
Sent from the cgal-discuss mailing list archive at Nabble.com.
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
If you reply to this email, your message will be added to the discussion below:
http://cgal-discuss.949826.n4.nabble.com/The-exact-algorithm-and-references-of-CGAL-s-3D-Delaunay-function-tp4662096p4662103.html
To unsubscribe from The exact algorithm and references of CGAL's 3D Delaunay function, click here.
NAML
NAML
View this message in context: 回复: The exact algorithm and references of CGAL's 3DDelaunayfunction
Sent from the cgal-discuss mailing list archive at Nabble.com.
- [cgal-discuss] 回复: The exact algorithm and references of CGAL's 3DDelaunayfunction, wen, 07/29/2016
Archive powered by MHonArc 2.6.18.