Subject: CGAL users discussion list
List archive
Re: [cgal-discuss] Plotting a mesh: Geom_traits with Triangulation_data_structure_2
Chronological Thread
- From: Yoann LE BARS <>
- To:
- Subject: Re: [cgal-discuss] Plotting a mesh: Geom_traits with Triangulation_data_structure_2
- Date: Tue, 13 Nov 2018 17:05:42 +0100
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=None ; spf=Pass
- Ironport-phdr: 9a23:s2zcXx3Mno5S1AXxsmDT+DRfVm0co7zxezQtwd8Zse0eKfad9pjvdHbS+e9qxAeQG9mDtLQc06L/iOPJYSQ4+5GPsXQPItRndiQuroEopTEmG9OPEkbhLfTnPGQQFcVGU0J5rTngaRAGUMnxaEfPrXKs8DUcBgvwNRZvJuTyB4Xek9m72/q99pHPYQhEniaxba9vJxiqsAvdsdUbj5F/Iagr0BvJpXVIe+VSxWx2IF+Yggjx6MSt8pN96ipco/0u+dJOXqX8ZKQ4UKdXDC86PGAv5c3krgfMQA2S7XYBSGoWkx5IAw/Y7BHmW5r6ryX3uvZh1CScIMb7S60/Vza/4KdxUBLmlScJOSAj8GHZicJ+gqxUrx2jqBNj2IPUZZ2ZOeBkc6/Bc94XR2xMVdtRWSxbBYO8apMCAOgGPelCqYn9oUYFox2xCwKxGe7i1iNGiGLr1qA90+UhFhvJ3AomH98VtHTbssz5O7wIXuCv16nE1zPDYO1K2Trk7oXDbx4vofaJXb1qcMrRz1EiFwfbgVmJsoPqJSmV1v8Xv2id8eVgSeSigHMkpQFpujWj2Nogh4vTio4IyV3I6z91zYU1KNGiVUJ3fdqpHINNuyyeN4Z6WN0uT391tCog1LELu4S3cSkOxZkh2hXRceaIc5KS7RLmTOuRISl3hHZieL+ngha960mgyun9VsmyzFlKqi1FksTRuXwXyxPT7c2HRuN8/kenxzmPyxje5v9ZLU02j6bXNp0szqAqmpcQsUnPBDL6lFnygaOOc0Ur4Omo6+DpYrX8oZ+cMpd5iwH5Mqs0nMy/B/81MgwQUGSC4uuzzqfj/VbjTLVMkPI2jrHVsIrGKsQDuq65HwhV354/5BawFTim1M0UkmQGLFJeZB2HkpPpO0rVLfDjDfa/hkysny1xy/DHOL3hGJTNIWLZnLfvZ7Yuo3JbnQE8xNQa65NPAawaO9ryXFXwvZrWFEwDPhSw0trgXd5y34dbVWOUCbKCK4vTt0WJ76QhObqifogQ7Qf6Iv4jr9rDxVUQo2RVKbiu1J0RQHS1W/5vOV7fZ3fw1IRSWVwWtxYzGbS5wGaJViReMi7rDvAMowojAYfjNr/tA4WkgbiPxiC+R8YEYm0DAFmWCjHuepnWA65QOhLXGddol3k/bZbkU5UojEr8sAK/wbN9NazS9zFK7cu+hugw3PXakFQJzRIxD8mZ1DjSHWR9n2cJQTQy271z50d6zwXa3A==
Hello everybody out there!
Well, I think I have been able to create a “CGAl::Triangulation_2”
with
a given existing mesh (see the code attached to this message). Now, I am
still trying to draw it using “TriangulationGraphicsItem”, but I still
obtain a quite long compiling error. Here is the first line of error I get:
main.cpp:70:59: error: no matching function for call to
‘CGAL::Qt::TriangulationGraphicsItem<CGAL::Triangulation_2<CGAL::Epick,
CGAL::Triangulation_data_structure_2<CGAL::Triangulation_vertex_base_2<CGAL::Projection_traits_xy_3<CGAL::Epick>
>,
CGAL::Constrained_triangulation_face_base_2<CGAL::Projection_traits_xy_3<CGAL::Epick>
> > > >::TriangulationGraphicsItem(Triangulation&)’
CGAL::Qt::TriangulationGraphicsItem<Triangulation> p (tri);
^
The code attached is a minimal complete example, which shows how I try
to draw a mesh. Now, still, I cannot find a way to draw a mesh. Is there
any example available on how to draw a “Triangulation_2” using
“TriangulationGraphicsItem” anywhere? I cannot find any.
Best regards.
--
Yoann LE BARS
http://le-bars.net/yoann
*Diaspora :
Attachment:
cgal-triangulation.zip
Description: Zip archive
- [cgal-discuss] Plotting a mesh: Geom_traits with Triangulation_data_structure_2, Yoann LE BARS, 11/12/2018
- Re: [cgal-discuss] Plotting a mesh: Geom_traits with Triangulation_data_structure_2, Yoann LE BARS, 11/13/2018
- Re: [cgal-discuss] Plotting a mesh: Geom_traits with Triangulation_data_structure_2, Yoann LE BARS, 11/13/2018
- Re: [cgal-discuss] Plotting a mesh: Geom_traits with Triangulation_data_structure_2, Chris Marsh, 11/13/2018
- Re: [cgal-discuss] Plotting a mesh: Geom_traits with Triangulation_data_structure_2, Yoann LE BARS, 11/14/2018
- Re: [cgal-discuss] Plotting a mesh: Geom_traits with Triangulation_data_structure_2, Chris Marsh, 11/15/2018
- Re: [cgal-discuss] Plotting a mesh: Geom_traits with Triangulation_data_structure_2, Yoann LE BARS, 11/15/2018
- Re: [cgal-discuss] Plotting a mesh: Geom_traits with Triangulation_data_structure_2, Chris Marsh, 11/15/2018
- Re: [cgal-discuss] Plotting a mesh: Geom_traits with Triangulation_data_structure_2, Yoann LE BARS, 11/14/2018
- Re: [cgal-discuss] Plotting a mesh: Geom_traits with Triangulation_data_structure_2, Chris Marsh, 11/13/2018
- Re: [cgal-discuss] Plotting a mesh: Geom_traits with Triangulation_data_structure_2, Yoann LE BARS, 11/13/2018
- Re: [cgal-discuss] Plotting a mesh: Geom_traits with Triangulation_data_structure_2, Yoann LE BARS, 11/13/2018
Archive powered by MHonArc 2.6.18.