mirror of https://github.com/CGAL/cgal
A FaceGraph is any model of the concept face graph
This commit is contained in:
parent
a6e7d9cfd4
commit
67fa385190
|
|
@ -38,9 +38,9 @@ namespace CGAL {
|
|||
*
|
||||
* \cgalModels `AABBPrimitiveWithSharedData`
|
||||
*
|
||||
*\tparam FaceGraph is a \cgal polyhedron.
|
||||
*\tparam VertexPointPMap must be set to `CGAL::Default`
|
||||
* This parameter is useless for the moment and will be useful in an upcoming release of \cgal.
|
||||
*\tparam FaceGraph is a model of the face graph concept.
|
||||
*\tparam VertexPointPMap is a property map with `boost::graph_traits<HalfedgeGraph>::%vertex_descriptor`
|
||||
* as key type and a \cgal Kernel `Point_3` as value type.
|
||||
*\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
|
||||
* common polyhedron and some data will be factorized so that the size of
|
||||
|
|
|
|||
Loading…
Reference in New Issue