Conversation
|
Godspeed @maxGimeno ! |
|
Thx a lot ! |
72a369b to
abc623d
Compare
a57f842 to
ba86b13
Compare
28b00e7 to
6122f27
Compare
9a8cd68 to
5948bc8
Compare
|
Ready to integrate after https://cgal.geometryfactory.com/CGAL/testsuite/results-5.3-Ic-40.shtml |
|
@MaelRL I have updated the |
|
It should be: |
Done in 2878362. |
But those links will only become valid on Sunday night, during the testsuite of |
I have verified: the links work as expected. Thanks. |
Summary of Changes
read_points,read_polygon_soup,read_polygon_mesh, ...Release Management
Triangulation_2Relates : #2196, #4332,
TODO
Mael:
PSP3::read/write_LAS()GraphinPMPCGAL_DEPRECATEDfrom the docreserve()when they ought to&& !std::distance < 0Maxime:
load_offandload_objto be the same function using PMP::read_polygon_mesh()`).major:
skip_to_next_vertexin File_scanner_OFF that should also have has_textures() has_normals() checksread_off(surface_mesh)return in.good()otherwise it fails if eof bit is set -> return !in.fail() insteadread_point_set()exists and add it if not (get advice from @sgiraudot on what he thinks is best)CGAL::read_polygon_soupin Stream_support/IO that dispatchs based on the file extensionCGAL::read_polygon_meshin BGL/IO that dispatchs based on the file extension (gotta mind .off, .coff etc.)PMP::IO::read_polygon_meshin PMP/IO that dispatchs based on the file extension (gotta mind .off, .coff etc.) and which call orient_PS if CGAL::read_polygon_mesh failsin >> x >> ythat should beif(in >> x >> y)(and similar)iformat/oformat(see e.g. STL reader)read_PLY_pointsand sometimesread_PLYread/write_point_setextension extraction (seeread_polygon_soup)test_bgl_read_write.cpp.read_point_set/read_polygon_soup/read_polygon_meshin examples / demos (not fully done, see TriMesh.cpp, face_selection_borders_regularization_example.cpp, etc.).minor:
write_vtu/output_to_avizo/output_to_tetgenetc. (newly documented) don't fit the standard namesextra:
extra extra: