CGAL 5.3 - Point Set Processing
Deprecated List
Member CGAL::read_las_points (std::istream &is, OutputIterator output, const NamedParameters &np)
This function is deprecated since CGAL 5.3, CGAL::IO::read_LAS() should be used instead.
Member CGAL::read_las_points_with_properties (std::istream &is, OutputIterator output, PropertyHandler &&... properties)
This function is deprecated since CGAL 5.3, CGAL::IO::read_LAS_with_properties() should be used instead.
Member CGAL::read_off_points (std::istream &is, OutputIterator output, const NamedParameters &np)
This function is deprecated since CGAL 5.3, CGAL::IO::read_OFF() should be used instead.
Member CGAL::read_ply_points (std::istream &is, OutputIterator output, const NamedParameters &np)
This function is deprecated since CGAL 5.3, CGAL::IO::read_PLY() should be used instead.
Member CGAL::read_ply_points_with_properties (std::istream &is, OutputIterator output, PropertyHandler &&... properties)
This function is deprecated since CGAL 5.3, CGAL::IO::read_PLY_with_properties() should be used instead.
Member CGAL::write_las_points (std::ostream &os, const PointRange &points, const NamedParameters &np)
This function is deprecated since CGAL 5.3, CGAL::IO::write_LAS() should be used instead.
Member CGAL::write_las_points_with_properties (std::ostream &os, const PointRange &points, std::tuple< PointMap, IO::LAS_property::X, IO::LAS_property::Y, IO::LAS_property::Z > point_property, PropertyHandler &&... properties)
This function is deprecated since CGAL 5.3, CGAL::IO::write_LAS_with_properties() should be used instead.
Member CGAL::write_off_points (std::ostream &os, const PointRange &points, const NamedParameters &np)
This function is deprecated since CGAL 5.3, CGAL::IO::write_OFF() should be used instead.
Member CGAL::write_ply_points (std::ostream &os, const PointRange &points, const NamedParameters &np)
This function is deprecated since CGAL 5.3, CGAL::IO::write_PLY() should be used instead.
Member CGAL::write_ply_points_with_properties (std::ostream &os, const PointRange &points, PropertyHandler &&... properties)
This function is deprecated since CGAL 5.3, CGAL::IO::write_PLY_with_properties() should be used instead.
Member CGAL::write_xyz_points (std::ostream &os, const PointRange &points, const NamedParameters &np)
This function is deprecated since CGAL 5.3, CGAL::write_XYZ() should be used instead.