CGAL 5.4 - Surface Mesh
Deprecated List
Member CGAL::read_3mf (const std::string &filename, std::vector< CGAL::Surface_mesh< Point > > &output)
This function is deprecated since CGAL 5.3, CGAL::IO::read_3MF() should be used instead.
Member CGAL::read_mesh (Surface_mesh< K > &sm, const std::string &filename)
This function is deprecated since CGAL 5.3, CGAL::IO::read_polygon_mesh() should be used instead.
Member CGAL::read_off (std::istream &is, Surface_mesh< Point > &sm, const NamedParameters &np)
This function is deprecated since CGAL 5.3, CGAL::IO::read_OFF(std::istream&, const Surface_mesh<Point>&) should be used instead.
Member CGAL::read_off (std::istream &is, Surface_mesh< Point > &sm)
This function is deprecated since CGAL 5.3, CGAL::IO::read_OFF(std::istream&, const Surface_mesh<Point>&) should be used instead.
Member CGAL::read_off (Surface_mesh< Point > &sm, const std::string &filename)
This function is deprecated since CGAL 5.3, CGAL::IO::read_OFF(std::istream&, const Surface_mesh<Point>&) should be used instead.
Member CGAL::read_ply (std::istream &is, Surface_mesh< P > &sm, std::string &comments)
This function is deprecated since CGAL 5.3, CGAL::IO::read_PLY(std::ostream&, const Surface_mesh<Point>&) should be used instead.
Member CGAL::write_mesh (const Surface_mesh< K > &mesh, const std::string &filename)
This function is deprecated since CGAL 5.3, CGAL::IO::write_polygon_mesh() should be used instead.
Member CGAL::write_off (const Surface_mesh< Point > &sm, const std::string &filename)
This function is deprecated since CGAL 5.3, CGAL::IO::write_OFF(std::ostream&, const Surface_mesh<Point>&) should be used instead.
Member CGAL::write_off (std::ostream &os, const Surface_mesh< Point > &sm, const NamedParameters &np)
This function is deprecated since CGAL 5.3, CGAL::IO::write_OFF(std::ostream&, const Surface_mesh<Point>&) should be used instead.
Member CGAL::write_off (std::ostream &os, const Surface_mesh< Point > &sm)
This function is deprecated since CGAL 5.3, CGAL::IO::write_OFF(std::ostream&, const Surface_mesh<Point>&) should be used instead.
Member CGAL::write_ply (std::ostream &os, const Surface_mesh< P > &sm, const std::string &comments)
This function is deprecated since CGAL 5.3, CGAL::IO::write_PLY(std::ostream&, const Surface_mesh<Point>&) should be used instead.