CGAL 4.11.3 - Combinatorial Maps
|
Basic constructions.
Functions | |
template<class CMap > | |
CMap::Dart_handle | CGAL::make_combinatorial_hexahedron (CMap &cm) |
template<class CMap > | |
CMap::Dart_handle | CGAL::make_combinatorial_polygon (CMap &cm, unsigned int lg) |
template<class CMap > | |
CMap::Dart_handle | CGAL::make_combinatorial_tetrahedron (CMap &cm) |
template<class CMap > | |
CMap::Dart_handle | CGAL::make_edge (CMap &cm) |
CMap::Dart_handle CGAL::make_combinatorial_hexahedron | ( | CMap & | cm) |
cm.make_combinatorial_hexahedron()
instead. #include <CGAL/Combinatorial_map_constructors.h>
CMap::Dart_handle CGAL::make_combinatorial_polygon | ( | CMap & | cm, |
unsigned int | lg | ||
) |
lg
. Deprecated. Use cm.make_combinatorial_polygon()
instead. #include <CGAL/Combinatorial_map_constructors.h>
CMap::Dart_handle CGAL::make_combinatorial_tetrahedron | ( | CMap & | cm) |
cm.make_combinatorial_tetrahedron()
instead. #include <CGAL/Combinatorial_map_constructors.h>
CMap::Dart_handle CGAL::make_edge | ( | CMap & | cm) |
cm.make_edge()
instead. #include <CGAL/Combinatorial_map_constructors.h>