\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.9.1 - Combinatorial Maps
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Deprecated List
Member CGAL::insert_cell_0_in_cell_1 (CMap &cm, typename CMap::Dart_handle dh)
Inserts a 0-cell in the 1-cell containing dh. Deprecated. Use cm.insert_cell_0_in_cell_1() instead.
Member CGAL::insert_cell_0_in_cell_2 (CMap &cm, typename CMap::Dart_handle dh)
Inserts a 0-cell in the 2-cell containing dh. Deprecated. Use cm.insert_cell_0_in_cell_2() instead.
Member CGAL::insert_cell_1_in_cell_2 (CMap &cm, typename CMap::Dart_handle dh1, typename CMap::Dart_handle dh2)
Inserts a 1-cell in the 2-cell containing dh1 and dh2. Deprecated. Use cm.insert_cell_1_in_cell_2() instead.
Member CGAL::insert_cell_2_in_cell_3 (CMap &cm, InputIterator afirst, InputIterator alast)
Inserts a 2-cell along the path of 1-cells containing darts given by the range [afirst,alast). Deprecated. Use cm.insert_cell_2_in_cell_3() instead.
Member CGAL::insert_dangling_cell_1_in_cell_2 (CMap &cm, typename CMap::Dart_handle dh)
Inserts a 1-cell in a the 2-cell containing dh, the 1-cell being attached only by one of its extremity to the 0-cell containing dh. Deprecated. Use cm.insert_dangling_cell_1_in_cell_2() instead.
Member CGAL::is_insertable_cell_1_in_cell_2 (const CMap &cm, typename CMap::Dart_const_handle dh1, typename CMap::Dart_const_handle dh2)
Returns true iff it is possible to insert a 1-cell in cm between dh1 and dh2. Deprecated. Use cm.is_insertable_cell_1_in_cell_2() instead.
Member CGAL::is_insertable_cell_2_in_cell_3 (const CMap &cm, InputIterator afirst, InputIterator alast)
Returns true iff it is possible to insert a 2-cell in cm along the path of darts given by the range [afirst,alast). Deprecated. Use cm.is_insertable_cell_2_in_cell_3() instead.
Member CGAL::is_removable (const CMap &cm, typename CMap::Dart_const_handle dh)
Returns true iff the i-cell containing dh can be removed. Deprecated. Use cm.is_removable() instead.
Member CGAL::make_combinatorial_hexahedron (CMap &cm)
Creates a combinatorial hexahedron. Deprecated. Use cm.make_combinatorial_hexahedron() instead.
Member CGAL::make_combinatorial_polygon (CMap &cm, unsigned int lg)
Creates a combinatorial polygon of length lg. Deprecated. Use cm.make_combinatorial_polygon() instead.
Member CGAL::make_combinatorial_tetrahedron (CMap &cm)
Creates a combinatorial tetrahedron. Deprecated. Use cm.make_combinatorial_tetrahedron() instead.
Member CGAL::make_edge (CMap &cm)
Creates an isolated edge. Deprecated. Use cm.make_edge() instead.
Member CGAL::remove_cell (CMap &cm, typename CMap::Dart_handle dh)
Removes the i-cell containing dh. Deprecated. Use cm.remove_cell() instead.