update doc

This commit is contained in:
Maxime Gimeno 2019-06-17 14:06:12 +02:00
parent 1970d94c53
commit 7de29bdd93
1 changed files with 3 additions and 4 deletions

View File

@ -29,11 +29,10 @@
namespace CGAL{ namespace CGAL{
/*! /*!
* Extracts the surface meshes from an input 3mf file and appends it to `output`. * Extracts the surface meshes from an input 3mf file and appends it to `output`.
*\tparam SurfaceMeshRange a model of the concepts `RandomAccessContainer` and *\tparam Point the Point type of the output meshes.
* `BackInsertionSequence` whose `value type` is `CGAL::Surface_mesh`.
* \param file_name the path to the 3mf file. * \param file_name the path to the 3mf file.
* \param output the `SurfaceMeshRange` that will be filled by this function. * \param output a `std::vector` containing the `CGAL::Surface_mesh`s that will be filled by this function.
* \return the number of extracted surface meshes. * \return the number of extracted meshes.
*/ */
template<typename Point> template<typename Point>