CGAL 5.6.1 - 3D Point Set
Deprecated List
Member CGAL::read_las_point_set (std::istream &is, CGAL::Point_set_3< Point, Vector > &point_set)
This function is deprecated since CGAL 5.3, CGAL::IO::read_LAS() should be used instead.
Member CGAL::read_off_point_set (std::istream &is, CGAL::Point_set_3< Point, Vector > &point_set)
This function is deprecated since CGAL 5.3, CGAL::IO::read_OFF() should be used instead.
Member CGAL::read_ply_point_set (std::istream &is, CGAL::Point_set_3< Point, Vector > &point_set, std::string &comments)
This function is deprecated since CGAL 5.3, CGAL::IO::read_PLY() should be used instead.
Member CGAL::read_xyz_point_set (std::istream &is, CGAL::Point_set_3< Point, Vector > &point_set)
This function is deprecated since CGAL 5.3, CGAL::IO::read_XYZ() should be used instead.
Member CGAL::write_las_point_set (std::ostream &os, CGAL::Point_set_3< Point, Vector > &point_set)
This function is deprecated since CGAL 5.3, CGAL::IO::write_LAS() should be used instead.
Member CGAL::write_off_point_set (std::ostream &os, const CGAL::Point_set_3< Point, Vector > &point_set)
This function is deprecated since CGAL 5.3, CGAL::IO::write_OFF() should be used instead.
Member CGAL::write_ply_point_set (std::ostream &os, const CGAL::Point_set_3< Point, Vector > &point_set, const std::string &comments=std::string())
This function is deprecated since CGAL 5.3, CGAL::IO::write_PLY() should be used instead.
Member CGAL::write_xyz_point_set (std::ostream &os, const CGAL::Point_set_3< Point, Vector > &point_set)
This function is deprecated since CGAL 5.3, CGAL::IO::write_XYZ() should be used instead.