mirror of https://github.com/CGAL/cgal
Typo
This commit is contained in:
parent
885ef4775a
commit
e85e99359f
|
|
@ -6,7 +6,7 @@ namespace CGAL {
|
|||
|
||||
\cgalModifBegin
|
||||
|
||||
The class `Linear_cell_complex_for_bgl_combinatorial_map_helper` defines a `CGAL::Linear_cell_complex_for_combinatorial_map` as inner type, named `type`, having 'CGAL::Linear_cell_complex_bgl_min_items` as items class. With this item class, no information are associated with darts, darts have ids and 0- and 2-attributes are enabled and have ids.
|
||||
The class `Linear_cell_complex_for_bgl_combinatorial_map_helper` defines a `CGAL::Linear_cell_complex_for_combinatorial_map` as inner type, named `type`, having `CGAL::Linear_cell_complex_bgl_min_items` as items class. With this item class, no information are associated with darts, darts have ids and 0- and 2-attributes are enabled and have ids.
|
||||
|
||||
\tparam d the dimension of the combinatorial map.
|
||||
\tparam d2 the dimension of the ambient space. Equal to `d` by default.
|
||||
|
|
|
|||
|
|
@ -138,7 +138,7 @@ int& id(); // Returns a reference to the index stored in the attribute.
|
|||
\endcode
|
||||
</ul>
|
||||
|
||||
For darts, this can is done by defining `Darts_with_id` as `CGAL::Tag_true` in the `Dart_wrapper` struct of the item class. <br>
|
||||
For darts, this can be done by defining `Darts_with_id` as `CGAL::Tag_true` in the `Dart_wrapper` struct of the item class. <br>
|
||||
For attributes, it is possible to use `CGAL::Cell_attribute_with_id` and `CGAL::Cell_attribute_with_point_and_id` classes to define your item class using attributes with id.
|
||||
|
||||
You can also use the `CGAL::Linear_cell_complex_bgl_min_items` item class, or you can use directly the `CGAL::Linear_cell_complex_for_bgl_combinatorial_map_helper` class.
|
||||
|
|
|
|||
Loading…
Reference in New Issue