|
template<class CMap > |
CMap::Dart_handle | make_combinatorial_hexahedron (CMap &cm) |
|
template<class CMap > |
CMap::Dart_handle | make_combinatorial_polygon (CMap &cm, unsigned int lg) |
|
template<class CMap > |
CMap::Dart_handle | make_combinatorial_tetrahedron (CMap &cm) |
|
template<class CMap > |
CMap::Dart_handle | make_edge (CMap &cm) |
|
template<class CMap > |
CMap::Dart_handle | insert_cell_0_in_cell_1 (CMap &cm, typename CMap::Dart_handle dh) |
|
template<class CMap > |
CMap::Dart_handle | insert_cell_0_in_cell_2 (CMap &cm, typename CMap::Dart_handle dh) |
|
template<class CMap > |
CMap::Dart_handle | insert_cell_1_in_cell_2 (CMap &cm, typename CMap::Dart_handle dh1, typename CMap::Dart_handle dh2) |
|
template<class CMap , class InputIterator > |
CMap::Dart_handle | insert_cell_2_in_cell_3 (CMap &cm, InputIterator afirst, InputIterator alast) |
|
template<class CMap > |
CMap::Dart_handle | insert_dangling_cell_1_in_cell_2 (CMap &cm, typename CMap::Dart_handle dh) |
|
template<class CMap > |
bool | is_insertable_cell_1_in_cell_2 (const CMap &cm, typename CMap::Dart_const_handle dh1, typename CMap::Dart_const_handle dh2) |
|
template<class CMap , class InputIterator > |
bool | is_insertable_cell_2_in_cell_3 (const CMap &cm, InputIterator afirst, InputIterator alast) |
|
template<class CMap , unsigned int i> |
bool | is_removable (const CMap &cm, typename CMap::Dart_const_handle dh) |
|
template<class CMap , unsigned int i> |
CMap::size_type | remove_cell (CMap &cm, typename CMap::Dart_handle dh) |
|