A FaceGraph is any model of the concept face graph

This commit is contained in:
Andreas Fabri 2014-06-11 15:10:21 +02:00
parent a6e7d9cfd4
commit 67fa385190
1 changed files with 3 additions and 3 deletions

View File

@ -38,9 +38,9 @@ namespace CGAL {
* *
* \cgalModels `AABBPrimitiveWithSharedData` * \cgalModels `AABBPrimitiveWithSharedData`
* *
*\tparam FaceGraph is a \cgal polyhedron. *\tparam FaceGraph is a model of the face graph concept.
*\tparam VertexPointPMap must be set to `CGAL::Default` *\tparam VertexPointPMap is a property map with `boost::graph_traits<HalfedgeGraph>::%vertex_descriptor`
* This parameter is useless for the moment and will be useful in an upcoming release of \cgal. * as key type and a \cgal Kernel `Point_3` as value type.
*\tparam OneFaceGraphPerTree is either `CGAL::Tag_true` or `CGAL::Tag_false`. *\tparam OneFaceGraphPerTree is either `CGAL::Tag_true` or `CGAL::Tag_false`.
* In the former case, we guarantee that all the primitives will be from a * In the former case, we guarantee that all the primitives will be from a
* common polyhedron and some data will be factorized so that the size of * common polyhedron and some data will be factorized so that the size of