mirror of https://github.com/CGAL/cgal
parent
5dd7b2768c
commit
821f7dc924
|
|
@ -206,7 +206,7 @@ OutputIterator region_growing_planes(
|
||||||
|
|
||||||
@tparam PolygonMesh
|
@tparam PolygonMesh
|
||||||
a model of `FaceListGraph`
|
a model of `FaceListGraph`
|
||||||
@tparam OutputIterator a model of `OutputIterator` accepting a `std::pair<Kernel::Plane_3, std::vector<boost::graph_traits<PolygonMesh>::face_iterator> >`.
|
@tparam OutputIterator a model of `OutputIterator` accepting a `std::pair<Kernel::Plane_3, std::vector<boost::graph_traits<PolygonMesh>::%face_iterator> >`.
|
||||||
@tparam NamedParameters a sequence of \ref bgl_namedparameters "Named Parameters"
|
@tparam NamedParameters a sequence of \ref bgl_namedparameters "Named Parameters"
|
||||||
|
|
||||||
@param polygon_mesh polygon mesh for region growing.
|
@param polygon_mesh polygon mesh for region growing.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue