mirror of https://github.com/CGAL/cgal
fix release number of depreciation
This commit is contained in:
parent
fb6f703b55
commit
56025fb5f9
|
|
@ -282,7 +282,7 @@ bool read_OFF(const std::string& fname, Graph& g,
|
|||
/*!
|
||||
\ingroup PkgBGLIOFctDeprecated
|
||||
|
||||
\deprecated This function is deprecated since \cgal 5.2, `CGAL::IO::read_OFF()` should be used instead.
|
||||
\deprecated This function is deprecated since \cgal 5.3, `CGAL::IO::read_OFF()` should be used instead.
|
||||
*/
|
||||
template <typename Graph, typename CGAL_BGL_NP_TEMPLATE_PARAMETERS>
|
||||
CGAL_DEPRECATED bool read_off(std::istream& is, Graph& g, const CGAL_BGL_NP_CLASS& np)
|
||||
|
|
@ -293,7 +293,7 @@ CGAL_DEPRECATED bool read_off(std::istream& is, Graph& g, const CGAL_BGL_NP_CLAS
|
|||
/*!
|
||||
\ingroup PkgBGLIOFctDeprecated
|
||||
|
||||
\deprecated This function is deprecated since \cgal 5.2, `CGAL::IO::read_OFF()` should be used instead.
|
||||
\deprecated This function is deprecated since \cgal 5.3, `CGAL::IO::read_OFF()` should be used instead.
|
||||
*/
|
||||
template <typename Graph, typename CGAL_BGL_NP_TEMPLATE_PARAMETERS>
|
||||
CGAL_DEPRECATED bool read_off(const char* fname, Graph& g, const CGAL_BGL_NP_CLASS& np)
|
||||
|
|
@ -517,7 +517,7 @@ bool write_OFF(const std::string& fname, const Graph& g,
|
|||
/*!
|
||||
\ingroup PkgBGLIOFctDeprecated
|
||||
|
||||
\deprecated This function is deprecated since \cgal 5.2, `CGAL::IO::write_OFF()` should be used instead.
|
||||
\deprecated This function is deprecated since \cgal 5.3, `CGAL::IO::write_OFF()` should be used instead.
|
||||
*/
|
||||
template <typename Graph, typename CGAL_BGL_NP_TEMPLATE_PARAMETERS>
|
||||
CGAL_DEPRECATED bool write_off(std::ostream& os, const Graph& g, const CGAL_BGL_NP_CLASS& np)
|
||||
|
|
@ -533,7 +533,7 @@ CGAL_DEPRECATED bool write_off(std::ostream& os, const Graph& g)
|
|||
/*!
|
||||
\ingroup PkgBGLIOFctDeprecated
|
||||
|
||||
\deprecated This function is deprecated since \cgal 5.2, `CGAL::IO::write_OFF()` should be used instead.
|
||||
\deprecated This function is deprecated since \cgal 5.3, `CGAL::IO::write_OFF()` should be used instead.
|
||||
*/
|
||||
template <typename Graph, typename CGAL_BGL_NP_TEMPLATE_PARAMETERS>
|
||||
CGAL_DEPRECATED bool write_off(const char* fname, const Graph& g, const CGAL_BGL_NP_CLASS& np)
|
||||
|
|
|
|||
|
|
@ -555,7 +555,7 @@ bool write_VTP(const std::string& fname, const Graph& g) { return write_VTP(fnam
|
|||
/*!
|
||||
\ingroup PkgBGLIOFctDeprecated
|
||||
|
||||
\deprecated This function is deprecated since \cgal 5.2, `CGAL::IO::write_VTP()` should be used instead.
|
||||
\deprecated This function is deprecated since \cgal 5.3, `CGAL::IO::write_VTP()` should be used instead.
|
||||
*/
|
||||
template <typename Graph, typename CGAL_BGL_NP_TEMPLATE_PARAMETERS>
|
||||
CGAL_DEPRECATED bool write_vtp(std::ostream& os, const Graph& g, const CGAL_BGL_NP_CLASS& np)
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@ bool write_WRL(const std::string& fname, const Graph& g) { return write_WRL(fnam
|
|||
/*!
|
||||
\ingroup PkgBGLIOFctDeprecated
|
||||
|
||||
\deprecated This function is deprecated since \cgal 5.2, `CGAL::IO::write_WRL()` should be used instead.
|
||||
\deprecated This function is deprecated since \cgal 5.3, `CGAL::IO::write_WRL()` should be used instead.
|
||||
*/
|
||||
template <typename Graph, typename CGAL_BGL_NP_TEMPLATE_PARAMETERS>
|
||||
CGAL_DEPRECATED bool write_wrl(std::ostream& os, const Graph& g, const CGAL_BGL_NP_CLASS& np)
|
||||
|
|
|
|||
|
|
@ -171,7 +171,7 @@ bool read_LAS(const std::string& fname, CGAL::Point_set_3<Point, Vector>& point_
|
|||
/*!
|
||||
\ingroup PkgPointSet3IODeprecated
|
||||
|
||||
\deprecated This function is deprecated since \cgal 5.2,
|
||||
\deprecated This function is deprecated since \cgal 5.3,
|
||||
\link PkgPointSet3IO `CGAL::IO::read_LAS()` \endlink should be used instead.
|
||||
*/
|
||||
template <typename Point, typename Vector>
|
||||
|
|
@ -407,7 +407,7 @@ bool write_LAS(const std::string& fname,
|
|||
/*!
|
||||
\ingroup PkgPointSet3IODeprecated
|
||||
|
||||
\deprecated This function is deprecated since \cgal 5.2,
|
||||
\deprecated This function is deprecated since \cgal 5.3,
|
||||
\link PkgPointSet3IO `CGAL::IO::write_LAS()` \endlink should be used instead.
|
||||
*/
|
||||
template <typename Point, typename Vector>
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ bool read_OFF(const std::string& fname, CGAL::Point_set_3<Point, Vector>& point_
|
|||
/*!
|
||||
\ingroup PkgPointSet3IODeprecated
|
||||
|
||||
\deprecated This function is deprecated since \cgal 5.2,
|
||||
\deprecated This function is deprecated since \cgal 5.3,
|
||||
\link PkgPointSet3IO `CGAL::IO::read_OFF()` \endlink should be used instead.
|
||||
*/
|
||||
template <typename Point, typename Vector>
|
||||
|
|
@ -220,7 +220,7 @@ bool write_OFF(const std::string& fname, const CGAL::Point_set_3<Point, Vector>&
|
|||
/*!
|
||||
\ingroup PkgPointSet3IODeprecated
|
||||
|
||||
\deprecated This function is deprecated since \cgal 5.2,
|
||||
\deprecated This function is deprecated since \cgal 5.3,
|
||||
\link PkgPointSet3IO `CGAL::IO::write_OFF()` \endlink should be used instead.
|
||||
*/
|
||||
template <typename Point, typename Vector>
|
||||
|
|
|
|||
|
|
@ -391,7 +391,7 @@ bool read_PLY(const std::string& fname, CGAL::Point_set_3<Point, Vector>& point_
|
|||
/*!
|
||||
\ingroup PkgPointSet3IODeprecated
|
||||
|
||||
\deprecated This function is deprecated since \cgal 5.2,
|
||||
\deprecated This function is deprecated since \cgal 5.3,
|
||||
\link PkgPointSet3IO `CGAL::IO::read_PLY()` \endlink should be used instead.
|
||||
|
||||
\brief reads a point set with properties from an input stream in ASCII or Binary PLY format.
|
||||
|
|
@ -791,7 +791,7 @@ bool write_PLY(const std::string& fname, const CGAL::Point_set_3<Point, Vector>&
|
|||
/*!
|
||||
\ingroup PkgPointSet3IODeprecated
|
||||
|
||||
\deprecated This function is deprecated since \cgal 5.2,
|
||||
\deprecated This function is deprecated since \cgal 5.3,
|
||||
\link PkgPointSet3IO `CGAL::IO::write_PLY()` \endlink should be used instead.
|
||||
*/
|
||||
template <typename Point, typename Vector>
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@ bool read_XYZ(const std::string& fname, CGAL::Point_set_3<Point, Vector>& point_
|
|||
/*!
|
||||
\ingroup PkgPointSet3IODeprecated
|
||||
|
||||
\deprecated This function is deprecated since \cgal 5.2,
|
||||
\deprecated This function is deprecated since \cgal 5.3,
|
||||
\link PkgPointSet3IO `CGAL::IO::read_XYZ()` \endlink should be used instead.
|
||||
*/
|
||||
template <typename Point, typename Vector>
|
||||
|
|
@ -217,7 +217,7 @@ bool write_XYZ(const std::string& fname, const CGAL::Point_set_3<Point, Vector>&
|
|||
/*!
|
||||
\ingroup PkgPointSet3IODeprecated
|
||||
|
||||
\deprecated This function is deprecated since \cgal 5.2,
|
||||
\deprecated This function is deprecated since \cgal 5.3,
|
||||
\link PkgPointSet3IO `CGAL::IO::write_XYZ()` \endlink should be used instead.
|
||||
*/
|
||||
template <typename Point, typename Vector>
|
||||
|
|
|
|||
|
|
@ -609,7 +609,7 @@ bool read_las_points(std::istream& is, ///< input stream.
|
|||
/**
|
||||
\ingroup PkgPointSetProcessing3IODeprecated
|
||||
|
||||
\deprecated This function is deprecated since \cgal 5.2, `CGAL::IO::read_LAS_with_properties()` should be used instead.
|
||||
\deprecated This function is deprecated since \cgal 5.3, `CGAL::IO::read_LAS_with_properties()` should be used instead.
|
||||
*/
|
||||
template <typename OutputIteratorValueType,
|
||||
typename OutputIterator,
|
||||
|
|
@ -637,7 +637,7 @@ CGAL_DEPRECATED bool read_las_points_with_properties(std::istream& is,
|
|||
/**
|
||||
\ingroup PkgPointSetProcessing3IODeprecated
|
||||
|
||||
\deprecated This function is deprecated since \cgal 5.2, `CGAL::IO::read_LAS()` should be used instead.
|
||||
\deprecated This function is deprecated since \cgal 5.3, `CGAL::IO::read_LAS()` should be used instead.
|
||||
*/
|
||||
template <typename OutputIteratorValueType,
|
||||
typename OutputIterator,
|
||||
|
|
|
|||
|
|
@ -449,7 +449,7 @@ bool read_off_points(std::istream& is, ///< input stream.
|
|||
/*!
|
||||
\ingroup PkgPointSetProcessing3IODeprecated
|
||||
|
||||
\deprecated This function is deprecated since \cgal 5.2,
|
||||
\deprecated This function is deprecated since \cgal 5.3,
|
||||
\link PkgPointSetProcessing3IOOff `CGAL::IO::read_OFF()` \endlink should be used instead.
|
||||
*/
|
||||
template <typename OutputIteratorValueType,
|
||||
|
|
|
|||
|
|
@ -479,7 +479,7 @@ bool read_ply_points(std::istream& is, ///< input stream.
|
|||
/**
|
||||
\ingroup PkgPointSetProcessing3IODeprecated
|
||||
|
||||
\deprecated This function is deprecated since \cgal 5.2,
|
||||
\deprecated This function is deprecated since \cgal 5.3,
|
||||
\link PkgPointSetProcessing3IOPly `CGAL::IO::read_PLY_with_properties()` \endlink should be used instead.
|
||||
*/
|
||||
template <typename OutputIteratorValueType, typename OutputIterator, typename ... PropertyHandler>
|
||||
|
|
@ -491,7 +491,7 @@ CGAL_DEPRECATED bool read_ply_points_with_properties(std::istream& is, OutputIte
|
|||
/**
|
||||
\ingroup PkgPointSetProcessing3IODeprecated
|
||||
|
||||
\deprecated This function is deprecated since \cgal 5.2,
|
||||
\deprecated This function is deprecated since \cgal 5.3,
|
||||
\link PkgPointSetProcessing3IOPly `CGAL::IO::read_PLY()` \endlink should be used instead.
|
||||
*/
|
||||
template <typename OutputIteratorValueType, typename OutputIterator, typename CGAL_BGL_NP_TEMPLATE_PARAMETERS>
|
||||
|
|
|
|||
|
|
@ -427,7 +427,7 @@ bool read_xyz_points(std::istream& is, ///< input stream.
|
|||
/**
|
||||
\ingroup PkgPointSetProcessing3IODeprecated
|
||||
|
||||
\deprecated This function is deprecated since \cgal 5.2,
|
||||
\deprecated This function is deprecated since \cgal 5.3,
|
||||
\link PkgPointSetProcessing3IOXyz `CGAL::IO::read_XYZ()` \endlink should be used instead.
|
||||
|
||||
\returns `true` if reading was successful, `false` otherwise.
|
||||
|
|
|
|||
|
|
@ -408,7 +408,7 @@ bool write_las_points(std::ostream& os, ///< output stream.
|
|||
/**
|
||||
\ingroup PkgPointSetProcessing3IODeprecated
|
||||
|
||||
\deprecated This function is deprecated since \cgal 5.2, `CGAL::IO::write_LAS_with_properties()` should be used instead.
|
||||
\deprecated This function is deprecated since \cgal 5.3, `CGAL::IO::write_LAS_with_properties()` should be used instead.
|
||||
*/
|
||||
template <typename PointRange,
|
||||
typename PointMap,
|
||||
|
|
@ -427,7 +427,7 @@ CGAL_DEPRECATED bool write_las_points_with_properties(std::ostream& os,
|
|||
/**
|
||||
\ingroup PkgPointSetProcessing3IODeprecated
|
||||
|
||||
\deprecated This function is deprecated since \cgal 5.2, `CGAL::IO::write_LAS()` should be used instead.
|
||||
\deprecated This function is deprecated since \cgal 5.3, `CGAL::IO::write_LAS()` should be used instead.
|
||||
*/
|
||||
template <typename PointRange, typename CGAL_BGL_NP_TEMPLATE_PARAMETERS>
|
||||
bool write_las_points(std::ostream& os, const PointRange& points, const CGAL_BGL_NP_CLASS& np)
|
||||
|
|
|
|||
|
|
@ -323,7 +323,7 @@ bool write_off_points(std::ostream& os, ///< output stream.
|
|||
/**
|
||||
\ingroup PkgPointSetProcessing3IODeprecated
|
||||
|
||||
\deprecated This function is deprecated since \cgal 5.2,
|
||||
\deprecated This function is deprecated since \cgal 5.3,
|
||||
\link PkgPointSetProcessing3IOOff `CGAL::IO::write_OFF()` \endlink should be used instead.
|
||||
*/
|
||||
template <typename PointRange, typename CGAL_BGL_NP_TEMPLATE_PARAMETERS>
|
||||
|
|
|
|||
|
|
@ -380,7 +380,7 @@ bool write_ply_points(std::ostream& os, ///< output stream.
|
|||
/**
|
||||
\ingroup PkgPointSetProcessing3IODeprecated
|
||||
|
||||
\deprecated This function is deprecated since \cgal 5.2,
|
||||
\deprecated This function is deprecated since \cgal 5.3,
|
||||
\link PkgPointSetProcessing3IOPly `CGAL::IO::write_PLY_with_properties()` \endlink should be used instead.
|
||||
*/
|
||||
template <typename PointRange,
|
||||
|
|
@ -395,7 +395,7 @@ CGAL_DEPRECATED bool write_ply_points_with_properties(std::ostream& os, ///< out
|
|||
/**
|
||||
\ingroup PkgPointSetProcessing3IODeprecated
|
||||
|
||||
\deprecated This function is deprecated since \cgal 5.2,
|
||||
\deprecated This function is deprecated since \cgal 5.3,
|
||||
\link PkgPointSetProcessing3IOPly `CGAL::IO::write_PLY()` \endlink should be used instead.
|
||||
*/
|
||||
template <typename PointRange, typename CGAL_BGL_NP_TEMPLATE_PARAMETERS>
|
||||
|
|
|
|||
|
|
@ -314,7 +314,7 @@ bool write_xyz_points(std::ostream& os, ///< output stream.
|
|||
/**
|
||||
\ingroup PkgPointSetProcessing3IODeprecated
|
||||
|
||||
\deprecated This function is deprecated since \cgal 5.2,
|
||||
\deprecated This function is deprecated since \cgal 5.3,
|
||||
\link PkgPointSetProcessing3IOXyz `CGAL::write_XYZ()` \endlink should be used instead.
|
||||
*/
|
||||
template <typename PointRange, typename CGAL_BGL_NP_TEMPLATE_PARAMETERS>
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ bool read_OFF( std::istream& in, Polyhedron_3<Traits>& P);
|
|||
|
||||
/*!
|
||||
\relates Polyhedron_3
|
||||
\deprecated This function is deprecated since \cgal 5.2,
|
||||
\deprecated This function is deprecated since \cgal 5.3,
|
||||
\link PkgPolyhedronIOFunc `CGAL::IO::read_OFF(std::ostream&, Polyhedron_3<Traits>&)` \endlink should be used instead.
|
||||
*/
|
||||
template <class Traits>
|
||||
|
|
@ -79,7 +79,7 @@ bool write_OFF( std::ostream& out, Polyhedron_3<Traits>& P);
|
|||
|
||||
/*!
|
||||
\relates Polyhedron_3
|
||||
\deprecated This function is deprecated since \cgal 5.2,
|
||||
\deprecated This function is deprecated since \cgal 5.3,
|
||||
\link PkgPolyhedronIOFunc `CGAL::IO::write_OFF(std::ostream&, Polyhedron_3<Traits>&)` \endlink should be used instead.
|
||||
*/
|
||||
template <class Traits>
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ namespace CGAL {
|
|||
|
||||
/*!
|
||||
\ingroup PkgSurfaceMeshIOFuncDeprecated
|
||||
\deprecated This function is deprecated since \cgal 5.2, `CGAL::IO::read_polygon_mesh()` should be used instead.
|
||||
\deprecated This function is deprecated since \cgal 5.3, `CGAL::IO::read_polygon_mesh()` should be used instead.
|
||||
*/
|
||||
template <typename K>
|
||||
CGAL_DEPRECATED bool read_mesh(Surface_mesh<K>& sm, const std::string& filename)
|
||||
|
|
@ -40,7 +40,7 @@ CGAL_DEPRECATED bool read_mesh(Surface_mesh<K>& sm, const std::string& filename)
|
|||
|
||||
/*!
|
||||
\ingroup PkgSurfaceMeshIOFuncDeprecated
|
||||
\deprecated This function is deprecated since \cgal 5.2, `CGAL::IO::write_polygon_mesh()` should be used instead.
|
||||
\deprecated This function is deprecated since \cgal 5.3, `CGAL::IO::write_polygon_mesh()` should be used instead.
|
||||
*/
|
||||
template <typename K>
|
||||
CGAL_DEPRECATED bool write_mesh(const Surface_mesh<K>& mesh, const std::string& filename)
|
||||
|
|
|
|||
|
|
@ -141,7 +141,7 @@ bool read_3MF(const std::string& filename,
|
|||
|
||||
/*!
|
||||
\ingroup PkgSurfaceMeshIOFuncDeprecated
|
||||
\deprecated This function is deprecated since \cgal 5.2, `CGAL::IO::read_3MF()` should be used instead.
|
||||
\deprecated This function is deprecated since \cgal 5.3, `CGAL::IO::read_3MF()` should be used instead.
|
||||
*/
|
||||
template<typename Point>
|
||||
CGAL_DEPRECATED int read_3mf(const std::string& filename, std::vector<CGAL::Surface_mesh<Point> >& output)
|
||||
|
|
|
|||
|
|
@ -351,7 +351,7 @@ bool read_OFF(std::istream& is,
|
|||
|
||||
/*!
|
||||
\ingroup PkgSurfaceMeshIOFuncDeprecated
|
||||
\deprecated This function is deprecated since \cgal 5.2, `CGAL::IO::read_OFF(std::istream&, const Surface_mesh<Point>&)` should be used instead.
|
||||
\deprecated This function is deprecated since \cgal 5.3, `CGAL::IO::read_OFF(std::istream&, const Surface_mesh<Point>&)` should be used instead.
|
||||
*/
|
||||
template <typename Point, typename CGAL_BGL_NP_TEMPLATE_PARAMETERS>
|
||||
CGAL_DEPRECATED bool read_off(std::istream& is, Surface_mesh<Point>& sm, const CGAL_BGL_NP_CLASS& np)
|
||||
|
|
@ -361,7 +361,7 @@ CGAL_DEPRECATED bool read_off(std::istream& is, Surface_mesh<Point>& sm, const C
|
|||
|
||||
/*!
|
||||
\ingroup PkgSurfaceMeshIOFuncDeprecated
|
||||
\deprecated This function is deprecated since \cgal 5.2, `CGAL::IO::read_OFF(std::istream&, const Surface_mesh<Point>&)` should be used instead.
|
||||
\deprecated This function is deprecated since \cgal 5.3, `CGAL::IO::read_OFF(std::istream&, const Surface_mesh<Point>&)` should be used instead.
|
||||
*/
|
||||
template <typename Point>
|
||||
CGAL_DEPRECATED bool read_off(std::istream& is, Surface_mesh<Point>& sm)
|
||||
|
|
@ -371,7 +371,7 @@ CGAL_DEPRECATED bool read_off(std::istream& is, Surface_mesh<Point>& sm)
|
|||
|
||||
/*!
|
||||
\ingroup PkgSurfaceMeshIOFuncDeprecated
|
||||
\deprecated This function is deprecated since \cgal 5.2, `CGAL::IO::read_OFF(std::istream&, const Surface_mesh<Point>&)` should be used instead.
|
||||
\deprecated This function is deprecated since \cgal 5.3, `CGAL::IO::read_OFF(std::istream&, const Surface_mesh<Point>&)` should be used instead.
|
||||
*/
|
||||
template <typename Point>
|
||||
CGAL_DEPRECATED bool read_off(Surface_mesh<Point>& sm, const std::string& filename)
|
||||
|
|
@ -583,7 +583,7 @@ bool write_OFF(std::ostream& os,
|
|||
|
||||
/*!
|
||||
\ingroup PkgSurfaceMeshIOFuncDeprecated
|
||||
\deprecated This function is deprecated since \cgal 5.2, `CGAL::IO::write_OFF(std::ostream&, const Surface_mesh<Point>&)` should be used instead.
|
||||
\deprecated This function is deprecated since \cgal 5.3, `CGAL::IO::write_OFF(std::ostream&, const Surface_mesh<Point>&)` should be used instead.
|
||||
*/
|
||||
template <typename Point, typename CGAL_BGL_NP_TEMPLATE_PARAMETERS>
|
||||
CGAL_DEPRECATED bool write_off(std::ostream& os, const Surface_mesh<Point>& sm, const CGAL_BGL_NP_CLASS& np)
|
||||
|
|
@ -593,7 +593,7 @@ CGAL_DEPRECATED bool write_off(std::ostream& os, const Surface_mesh<Point>& sm,
|
|||
|
||||
/*!
|
||||
\ingroup PkgSurfaceMeshIOFuncDeprecated
|
||||
\deprecated This function is deprecated since \cgal 5.2, `CGAL::IO::write_OFF(std::ostream&, const Surface_mesh<Point>&)` should be used instead.
|
||||
\deprecated This function is deprecated since \cgal 5.3, `CGAL::IO::write_OFF(std::ostream&, const Surface_mesh<Point>&)` should be used instead.
|
||||
*/
|
||||
template <typename Point>
|
||||
CGAL_DEPRECATED bool write_off(std::ostream& os, const Surface_mesh<Point>& sm)
|
||||
|
|
@ -603,7 +603,7 @@ CGAL_DEPRECATED bool write_off(std::ostream& os, const Surface_mesh<Point>& sm)
|
|||
|
||||
/*!
|
||||
\ingroup PkgSurfaceMeshIOFuncDeprecated
|
||||
\deprecated This function is deprecated since \cgal 5.2, `CGAL::IO::write_OFF(std::ostream&, const Surface_mesh<Point>&)` should be used instead.
|
||||
\deprecated This function is deprecated since \cgal 5.3, `CGAL::IO::write_OFF(std::ostream&, const Surface_mesh<Point>&)` should be used instead.
|
||||
*/
|
||||
template <typename Point>
|
||||
CGAL_DEPRECATED bool write_off(const Surface_mesh<Point>& sm, const std::string& filename)
|
||||
|
|
|
|||
|
|
@ -858,7 +858,7 @@ bool read_PLY(std::istream& is, Surface_mesh<P>& sm)
|
|||
|
||||
/*!
|
||||
\ingroup PkgSurfaceMeshIOFuncDeprecated
|
||||
\deprecated This function is deprecated since \cgal 5.2, `CGAL::IO::read_PLY(std::ostream&, const Surface_mesh<Point>&)` should be used instead.
|
||||
\deprecated This function is deprecated since \cgal 5.3, `CGAL::IO::read_PLY(std::ostream&, const Surface_mesh<Point>&)` should be used instead.
|
||||
*/
|
||||
template <typename P>
|
||||
CGAL_DEPRECATED bool read_ply(std::istream& is, Surface_mesh<P>& sm, std::string& comments)
|
||||
|
|
@ -1136,7 +1136,7 @@ bool write_PLY(std::ostream& os, const Surface_mesh<P>& sm)
|
|||
|
||||
/*!
|
||||
\ingroup PkgSurfaceMeshIOFuncDeprecated
|
||||
\deprecated This function is deprecated since \cgal 5.2, `CGAL::IO::write_PLY(std::ostream&, const Surface_mesh<Point>&)` should be used instead.
|
||||
\deprecated This function is deprecated since \cgal 5.3, `CGAL::IO::write_PLY(std::ostream&, const Surface_mesh<Point>&)` should be used instead.
|
||||
*/
|
||||
|
||||
template <typename P>
|
||||
|
|
|
|||
Loading…
Reference in New Issue