Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: Dr01TSPC <>
  • To:
  • Subject: [cgal-discuss] Adding new "cgal" code to cgal 4.13
  • Date: Sun, 27 Jan 2019 22:22:38 -0600 (CST)
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=SoftFail ; spf=Pass
  • Ironport-phdr: 9a23:KbubwBygpcd2Q8/XCy+O+j09IxM/srCxBDY+r6Qd1OsTIJqq85mqBkHD//Il1AaPAd2Lraocw8Pt8InYEVQa5piAtH1QOLdtbDQizfssogo7HcSeAlf6JvO5JwYzHcBFSUM3tyrjaRsdF8nxfUDdrWOv5jAOBBr/KRB1JuPoEYLOksi7ze+/94HQbglSmDaxfa55IQmrownWqsQYm5ZpJLwryhvOrHtIeuBWyn1tKFmOgRvy5dq+8YB6/ShItP0v68BPUaPhf6QlVrNYFygpM3o05MLwqxbOSxaE62YGXWUXlhpIBBXF7A3/U5zsvCb2qvZx1S+HNsDwULs6Wymt771zRRHmiCkJKT03/nzYhcNsg6xWuw6hqh5jz4LIfI2ZKORyc6XAdt0aX2pBWcNRWjRPDIOmc4cDEvQPM/tCoYTjulADqge+BQipBOPo1j9Ihn/30bcm3Os7FQHJwhctH90LsHvOrdX1ML0eXvyyzKnN1DjOae5d1zn66IjNaB8hoPeMUKp2ccXL0kYgDAfFgUuKpYP5ODOV0+IAuHWY4ep4Te+jlmoqpgVrrjWhxcogkIrEi4MPxl3F9Ch0xps+K8eiR05he9GkFYNdtyGEOItyRcMvW2dotSkgxr0Ao5G0ZzMFyJA5yBLFd/OHdI2I7griVOaXPzh4mGpodK+7ihu260StxO7xWtO33VtLtCZIk9jBumgI1xPJ68iHTvV9/l2m2TaKzw3T9uBEIUUzlarHK54gwqQ8mYYJvkTHACD7g0r2jKqMeUUl/uik8fjoYrLjppOELY97lhn+Mrgymsy4Gek3LgcOUHKf+eilybLj/Fb5T6lXjv0tianUq4vaJMQepq6hGQBZyIcj6xClDzenytsUh3cHLEgWMC6A2oPmMlWLLPHjBuqkmHytli1qzrbIJO7PGJLIe1TZyO7dRo5WoxpAyQ800dBOoZldDrwpL/f6W0u3v9vdWExqezeoyvrqXY0unrgVXniCV/fAYfHi9GSQ7+dqGNGiIYocuTLzMf8gvqe8gnowmFtbdq6sj8BONCKIW89+KkDcWkLCx88bGD5T7AU7Re3uzlaFVGwLPivgb+cH/jg+TbmeI8LDS4Sq2eHT2nv9GJRcbGRLTFuLFCWxeg==

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