mirror of https://github.com/CGAL/cgal
update doc that should have been updated when FaceGraph has been introduced
This commit is contained in:
parent
d87dc4473d
commit
f348671e03
|
|
@ -47,10 +47,9 @@ namespace CGAL {
|
|||
* The default is `typename boost::property_map< FaceGraph,vertex_point_t>::%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
|
||||
* common `FaceGraph` and some data will be factorized so that the size of
|
||||
* the primitive is reduced. In the latter case, the primitives can be from
|
||||
* different polyhedra and extra storage is required in the primitives. The default is `CGAL::Tag_true`.
|
||||
* This parameter is useless for the moment and will be useful in an upcoming release of \cgal.
|
||||
* different graphs and extra storage is required in the primitives. The default is `CGAL::Tag_true`.
|
||||
*\tparam CacheDatum is either `CGAL::Tag_true` or `CGAL::Tag_false`. In the former case, the datum is stored
|
||||
* in the primitive, while in the latter it is constructed on the fly to reduce the memory footprint.
|
||||
* The default is `CGAL::Tag_false` (datum is not stored).
|
||||
|
|
|
|||
Loading…
Reference in New Issue