Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Adding new "cgal" code to cgal 4.13

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Adding new "cgal" code to cgal 4.13


Chronological Thread 
  • From: Mael <>
  • To:
  • Subject: Re: [cgal-discuss] Adding new "cgal" code to cgal 4.13
  • Date: Mon, 28 Jan 2019 09:20:42 +0100
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=None ; spf=None
  • Ironport-phdr: 9a23:gNLN9x84b6oScv9uRHKM819IXTAuvvDOBiVQ1KB31uIcTK2v8tzYMVDF4r011RmVBdWds6oMotGVmpioYXYH75eFvSJKW713fDhBt/8rmRc9CtWOE0zxIa2iRSU7GMNfSA0tpCnjYgBaF8nkelLdvGC54yIMFRXjLwp1Ifn+FpLPg8it2O2+557ebx9UiDahfLh/MAi4oQLNu8cMnIBsMLwxyhzHontJf+RZ22ZlLk+Nkhj/+8m94odt/zxftPw9+cFAV776f7kjQrxDEDsmKWE169b1uhTFUACC+2ETUmQSkhpPHgjF8BT3VYr/vyfmquZw3jSRMMvrRr42RDui9b9mRgL2hicJNzA382/ZhcJ/g61ZvB2vqAdyw5LWbYyPKPZyYq3QcNEcSGFcXshRTStBAoakYoUIFeUOI+JYpJT6qlsLtxSxGw2sCPn1yj9Pm3/30rM10+A7HQHCxgMvBMkBv2rPodX6KqgSVuW1w7fUzTXZb/JW1y3y55TUchAmu/GNXah8ftbWyUkqDg7IiEibp4LiPzOQzOsNsm6b4vJmVe21kGEosAVxrSa1ysgwjYnJg5oZyl/F9SVlwIY1OMa3RFRnbt6jFZtdsTyROYhuQs46Xm1luiU3xqcItJKlZiQG1YkryhrFZ/CafYWF4QrvWeKNLTtih39oeaiziwu2/EWj0OHxVde43VBXpSRfiNbMrGoC1xnL58iHVPR9+kCh1C6O2gzJ7+FEJkA5mbDeK5E7w74wkoMfsUPeHi/qgkn2i7GWdkU+9uiu9evnfq3qpp6aN4BqlgHzKrkil868DOgiPAUCQXKX9fmh2LDn50H1XbtHg/4unqncqp/aJMAbpqCjAw9S14Yu8xO/AC2439Qch3UHNlVFeA+Ijof3P1HCOvT4Au2kjFu3jjhm3P/GMaPmApXIMHfDjK3hfLZz60FG1AUz0ddf54hUC70bPP3zXUrxuMTCDhAlKwy03/rnCNJl24wCVmKAGKuZPLrPvl+J/eIgP/SMZJQOuDvmMPgk5/vujWcjllMHfKmp24EXaHGiEfh8LUWZeymkvtBUGmgDuk8yTffhlUaZeT9VfXe7GawmtR8hD4fzKI7OQsj5hbWM2GGhGYBGa2QADlmGG3rAeIiDXvoQcjOcK8R9lSYVE7OmTtlyhlmVqAbmxu8/faLv8SoCuMe7jYkn16jojRg3sAdMIYGY2mCJQXtzmzlRFTA726VyvVZsxF6Iza9ikrpTEtkBv6oVADd/DobVyqlBM/63QhjIJI7bR1uhR9i6GyA/R9ktxMUfJU16Hof6102R72+RG7YQ0oezKtk0/6bbhSSjeYB4zCuA0aAgixwhX9cJMnOmwKhy61qLCg==

Hello,

Downloading a newer version of CGAL-4.13 will not help: these functions are entirely new and newer releases of 4.13 are only bug fix releases. The simpler would be to check out CGAL's master branch on github (https://github.com/CGAL/cgal/tree/master).

If you want to cherry pick exactly what you need for just this function to work without checking out master, you can try to extract the headers from the Polygon_mesh_processing package (for new functions such as 'is_non_manifold_vertex') and the BGL package (for new named parameters such as 'output_iterator').

Finally, a beta release for CGAL v4.14 will be out 'soon' (as in, in the upcoming weeks).

Best,
Mael

On 28/01/2019 05:22, Dr01TSPC wrote:
I located (web search) a CGAL program that is of interest:
manifoldness_repair_example.cpp.

The url at which I found the program indicates that it will be in 4.14.
I found the program on github, under Polygon_mesh_processing.

I copied the code into my CGAL4.13/examples/Polygon_mesh_processing
directory. After some
trial and error and manual editing, I am pretty sure I got a legitimate
"build list" that includes
the above program.

The program does not compile, because (at least)
"is_non_manifold_vertex" is not a member of PMP.
and
"output_iterator" is not a member of NP.

I assume that is due to "membership changes" between 4.13 and 4.14.

Is there a recommended way to use such code?
Would downloading a more recent copy of 4.13 work?
Is 4.14 ready to install and test?
(And I hope install would be like installing a release version.)

Thanks,
Tim





--
Sent from: http://cgal-discuss.949826.n4.nabble.com/




Archive powered by MHonArc 2.6.18.

Top of Page