Subject: CGAL users discussion list
List archive
- From: Yoann LE BARS <>
- To:
- Subject: Re: [cgal-discuss] Load a mesh in Gmsh format
- Date: Fri, 9 Nov 2018 02:36:49 +0100
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=None ; spf=Pass
- Ironport-phdr: 9a23:/GTuYBJx1ZeL3gDcGtmcpTZWNBhigK39O0sv0rFitYgRLfvxwZ3uMQTl6Ol3ixeRBMOHs60C07KempujcFRI2YyGvnEGfc4EfD4+ouJSoTYdBtWYA1bwNv/gYn9yNs1DUFh44yPzahANS47xaFLIv3K98yMZFAnhOgppPOT1HZPZg9iq2+yo9JDffwdFiCChbb9uMR67sRjfus4KjIV4N60/0AHJonxGe+RXwWNnO1eelAvi68mz4ZBu7T1et+ou+MBcX6r6eb84TaFDAzQ9L281/szrugLdQgaJ+3ART38ZkhtMAwjC8RH6QpL8uTb0u+ZhxCWXO9D9QLYpUjqg8qhrUgflhjoZOT438G/ZicJ+g6xUrx2juxNxzJXZYJ2WOfdkYq/RYd0XSGhHU81MVyJBGIS8b44XAuUDOuZXtY/9p10TphW4CgenGf7ixyNUiHHrwKY31OQgEQbc0wwmGdIDq3DUo8vsOKgJS++11rLIwS/Fb/xIxTfw8Y7FeQ0vr/GLWLJ/a8vRyU83GgPBkFqcsJfqMCmP1uQWqWSb6fRvVf63h24oqgFxvjivxto3hYXTmo0VzVXE+CNky4g2Pd21UFB3bcOmHZdKqi2XNJV6TtkhTmxooio216EKtJqjcCUO1Zgr3QPTZv2af4SS/x7uVOScLS1liH9mdr+ygQu5/1K6xe3mTMa01U5HripbndnIsXAAzxnT5dKGSvt5/0eh3yqA1wTU6uFZPE84j7bUK5kkwrIol5oTt1rMHjPulUnokaObdF8o9vWr5uj5eLnrpZ+RO5Vphg3iNqkigsm/Dv45MggKUWib4+O81Lj78Ez5R7VFlPs2kq/CvZDeO8sXv7W2DBVP0oY48Rq/CSmp0MgAkXkdMF1FYA6Hj5TuO1zWPP/4Au2wg1C1nDh2xvDGJaHuAojWLnjYi7rhZrZ860tEyAUp19xf5pRUCqsAIP3pQEPxusbYXVcFNFm/zO/jTdl8zYgDQnmnA6mDMaqUv0XbyPgoJry9Y4YTvn7ZBrAPzsTVxSsonlYbe4Gt0N4dYWqjWPJrPxPKMjLXnt4dHDJS7UIFR+vwhQjaCG8BVzOJR6s5owoDJsejBIbHSJqqheXajiO2W5dffHsADF2QQy+xK9e0HswUYSfXGfdP1yQeXOH6GYsskBunrhS8zbd7fLKNp38o8Kn73d0w3NX90BE/8TstUJaY2mCJTmd/mmQVS3k926Ut+EE=
Hello everybody out there!
On 2018/11/09 at 01:47 am, Chris Marsh wrote:
> Oh, no auto is too bad. In this case, it's triangulation::Vertex_handle
> and triangulation::Face_handle. You have to use the template derived class.
> I've updated the SO to make this more clear. Does this let you compile now?
Well, I cannot see any difference on Stackoverflow.
Anyway, as I indicated in the previous message, in my own code when I
use “Triangulation::Vertex_handle”, I have this compilation error
indicating it does not provide “set_point”.
> I fear it won't really help you, but on off chance it does, this is a
> section of code where I build the CGAL data structure from a file
> https://github.com/Chrismarsh/CHM/blob/master/src/mesh/triangulation.cpp#L232
I have started to read this, I will take some times to investigate it.
> The general approach with millions of faces is to, while reading in the
> gmsh/whatever file, you create the 3 vertexes, insert the face, and move
> on.
It sounds quite reasonable, but I do not know how to do this, as a
vertex usually belongs to several faces. With this described approach, I
will create several times the same point.
Best regards.
--
Yoann LE BARS
http://le-bars.net/yoann/
Diaspora* :
- [cgal-discuss] Load a mesh in Gmsh format, Yoann LE BARS, 11/08/2018
- Re: [cgal-discuss] Load a mesh in Gmsh format, Chris Marsh, 11/08/2018
- Re: [cgal-discuss] Load a mesh in Gmsh format, Yoann LE BARS, 11/08/2018
- Re: [cgal-discuss] Load a mesh in Gmsh format, Chris Marsh, 11/08/2018
- Re: [cgal-discuss] Load a mesh in Gmsh format, Yoann LE BARS, 11/09/2018
- Re: [cgal-discuss] Load a mesh in Gmsh format, Chris Marsh, 11/09/2018
- Re: [cgal-discuss] Load a mesh in Gmsh format, Yoann LE BARS, 11/09/2018
- Re: [cgal-discuss] Load a mesh in Gmsh format, Chris Marsh, 11/09/2018
- Re: [cgal-discuss] Load a mesh in Gmsh format, Yoann LE BARS, 11/09/2018
- Re: [cgal-discuss] Load a mesh in Gmsh format, Yoann LE BARS, 11/09/2018
- Re: [cgal-discuss] Load a mesh in Gmsh format, Chris Marsh, 11/09/2018
- Re: [cgal-discuss] Load a mesh in Gmsh format, Yoann LE BARS, 11/09/2018
- Re: [cgal-discuss] Load a mesh in Gmsh format, Chris Marsh, 11/09/2018
- Re: [cgal-discuss] Load a mesh in Gmsh format, Yoann LE BARS, 11/09/2018
- Re: [cgal-discuss] Load a mesh in Gmsh format, Chris Marsh, 11/08/2018
- Re: [cgal-discuss] Load a mesh in Gmsh format, Yoann LE BARS, 11/08/2018
- Re: [cgal-discuss] Load a mesh in Gmsh format, Chris Marsh, 11/08/2018
Archive powered by MHonArc 2.6.18.