CGAL 4.14 - Linear Cell Complex
|
Linear_cell_complex_for_combinatorial_map
. Before CGAL 4.9, this class was named Linear_cell_complex
. This old name still exist for backward compatibility.
Before CGAL 4.9, Items
had to define the type of dart used. This is now deprecated, the Dart
type is no more defined in the item class, but replaced by the Dart_info
type. See deprecated note in the Linear_cell_complex_min_items
class. CGAL_CMAP_DART_DEPRECATED
can be defined to keep the old behavior.
Combinatorial_map_min_items
). CGAL_CMAP_DART_DEPRECATED
can be defined to keep the old behavior (only possible with Combinatorial_map
and not for Generalized_map
).