Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] info_insert_with_pair_iterator.cpp in parallel form?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] info_insert_with_pair_iterator.cpp in parallel form?


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] info_insert_with_pair_iterator.cpp in parallel form?
  • Date: Thu, 18 Jan 2018 13:49:46 +0100
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:7hq86R8OgqzuAP9uRHKM819IXTAuvvDOBiVQ1KB30u8cTK2v8tzYMVDF4r011RmVBdyds6oMotGVmpioYXYH75eFvSJKW713fDhBt/8rmRc9CtWOE0zxIa2iRSU7GMNfSA0tpCnjYgBaF8nkelLdvGC54yIMFRXjLwp1Ifn+FpLPg8it2O2+54Dfbx9UiDahfLh/MAi4oQLNu8cMnIBsMLwxyhzHontJf+RZ22ZlLk+Nkhj/+8m94odt/zxftPw9+cFAV776f7kjQrxDEDsmKWE169b1uhTFUACC+2ETUmQSkhpPHgjF8BT3VYr/vyfmquZw3jSRMMvrRr42RDui9b9mRgL2hicJNzA382/ZhcJ/g61ZvB2vqAdyw5LXbYyPKPZyYq3QcNEcSGFcXshRTStBAoakYocBEuQOI/1XoJPmp1sSrBuxGw+sD/7pxD9PnH/23Ko60/g8Gg3C3QIvAdUOsHHKo9XpLqcTUeC7w7PUwjXfaPNWwzf85I3Gfhs8pvyMRrZwcc3LyUkuEAPFkk+cqYnhPz6O2eQNtnKU7+tkVe61l2EnrARxryGpy8wxiYfJnpoYxk7Y+Sh92oo4Jt21RFRmbdK6E5ZcrTyWOol0T886QWxluzw2xqMJtJO6ZiQG1ZAqyhDFZ/GFc4WF5A/oWvyLLjdinn1lfaqyhxas/kikze3xTsy030xLripBi9XNuGoN2wDK5siJV/dw/EWs1SyA1wDU7eFELkQ0mrTBJ5E9xb4wk4IfsUXFHiDohEX7lLGaelkg9+Sy6OnqYq/qqoKCO4J3kA3yL6Yjl86nDeQ9KAcOXmyb+eqm1L3k+E30WK5KjvkxkqnDsZDaItgbqrS8Aw9RyYsj5BO/AC2n0NQch3UIMFVFeBefg4jzJ17OOOz4Deu4g1m0jDhryOrJPrn4DprQL3jDi6vufatm605H0wcz1tBe55dMCr4bOv7zW0nxtMbZDhAjKQC0zfznW51B0dYVVmuLR6OYK6jPqkSg5+Q1IuDKapVGliz6Lq1v3PPkhGQlmFIbNY2ux5oQdDj4MflhJkiFe2vCi9wdFn0b/0B2GPfuj0eDViIVYnKaUKc15zV9A4WjW9SQDruxiaCMiX/oVqZdYXpLXwjVQCXYMr6cUvJJUxq8Z8pokzgKT7+kEtZz2hSntQu8wL1ifLONpn8o8Kn73d0w3NX90Ako/GUtXcuY2mCJCWpzmzFQHmJk7OVEuUV4j2y7/+14jvhfT4IB4vpIVkIlL8aZwbUlVJb9XQXOetrPQ1GjEI2r

It should be working. What did you try and what error did you get?

Sebastien.

On 01/18/2018 11:23 AM, Thierry Fredrich wrote:
Dear all,

in principle, all I need is provided in the example (Triangulation_3/info_insert_with_pair_iterator.cpp), but to speed up my project I want to use a parallel form of it. "Triangulation_3/parallel_insertion_in_delaunay_3.ccp" seems to provide all pieces. However I cannot get the hang on how to merge these two examples.

I assume the crucial step is to insert "Points with additional information" into the Triangulation which breaks in my case since the constructor only accepts plain points. (error: no type named ‘type’ in ‘struct boost::enable_if<boost::is_convertible<std::pair<CGAL::Point_3<CGAL::Epick>, unsigned int>, CGAL::Point_3<CGAL::Epick> >, void>’)
But if I provide plain point, how can I convey the additional information like the "unsigned" in the example.

Is there any experienced user who tried similar things?



Archive powered by MHonArc 2.6.18.

Top of Page