mirror of https://github.com/CGAL/cgal
Update Combinatorial_map/doc/Combinatorial_map/Combinatorial_map.txt
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
This commit is contained in:
parent
38eab599ee
commit
46e64077af
|
|
@ -236,7 +236,7 @@ typedef CGAL::Combinatorial_map<3, Example_items_3> Example_custom_cmap3;
|
|||
|
||||
\subsection ssecCMapIndicesHandles Indices or Handles
|
||||
|
||||
By default, descriptors used to access darts and attributes are handles, and the darts and attributes are stored in a `Compact_container`. To use the index version, you should define the type `Use_index` equal to `CGAL::Tag_true` in the item class like in the code below. You can also define the type `Index_type` used to store indices (std::uint32_t by default when this type is not defined).
|
||||
By default, descriptors used to access darts and attributes are handles, and the darts and attributes are stored in a `Compact_container`. To use the index version, you should define the type `Use_index` to `CGAL::Tag_true` in the item class like in the code below. You can also define the type `Index_type` used to store indices (`std::uint32_t` by default when this type is not defined).
|
||||
|
||||
\code{.cpp}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue