mirror of https://github.com/CGAL/cgal
update doc
This commit is contained in:
parent
1970d94c53
commit
7de29bdd93
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue