|
CGAL 5.1 - 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 | ) |
#include <CGAL/Combinatorial_map_constructors.h>
cm.make_combinatorial_hexahedron() instead. | CMap::Dart_handle CGAL::make_combinatorial_polygon | ( | CMap & | cm, |
| unsigned int | lg | ||
| ) |
#include <CGAL/Combinatorial_map_constructors.h>
lg. Deprecated. Use cm.make_combinatorial_polygon() instead. | CMap::Dart_handle CGAL::make_combinatorial_tetrahedron | ( | CMap & | cm | ) |
#include <CGAL/Combinatorial_map_constructors.h>
cm.make_combinatorial_tetrahedron() instead. | CMap::Dart_handle CGAL::make_edge | ( | CMap & | cm | ) |
#include <CGAL/Combinatorial_map_constructors.h>
cm.make_edge() instead.