CGAL 5.1 - Combinatorial Maps
|
#include <CGAL/Dart.h>
The class Dart
represents a dD dart in a combinatorial map.
Dart_handle
as first parameter. CGAL_CMAP_DART_DEPRECATED
can be defined to keep the old behavior.Public Types | |
typedef CMap::Dart_handle | Dart_handle |
typedef CMap::Dart_const_handle | Dart_const_handle |
template<unsigned int i> | |
using | Attribute_handle = CMap::Attribute_handle< i > |
template<unsigned int i> | |
using | Attribute_const_handle = CMap::Attribute_const_handle< i > |
Public Member Functions | |
Dart_handle | beta (unsigned int i) |
Returns \beta_i(*this ). More... | |
Dart_const_handle | beta (unsigned int i) const |
Returns \beta_i(*this ) when the dart is const. More... | |
Dart_handle | beta_inv (unsigned int i) |
Returns \beta_i^{-1}(*this ). More... | |
Dart_const_handle | beta_inv (unsigned int i) const |
Returns \beta_i^{-1}(*this ) when the dart is const. More... | |
Dart_handle CGAL::Dart< d, CMap >::beta | ( | unsigned int | i | ) |
Returns \beta_i(*this
).
Dart_const_handle CGAL::Dart< d, CMap >::beta | ( | unsigned int | i | ) | const |
Returns \beta_i(*this
) when the dart is const.
Dart_handle CGAL::Dart< d, CMap >::beta_inv | ( | unsigned int | i | ) |
Returns \beta_i^{-1}(*this
).
Dart_const_handle CGAL::Dart< d, CMap >::beta_inv | ( | unsigned int | i | ) | const |
Returns \beta_i^{-1}(*this
) when the dart is const.