CGAL 4.8.1 - Combinatorial Maps
|
#include <CGAL/Dart.h>
The class Dart
represents a dD dart.
\( \beta_i\) pointers are coded in a array of d+1 Dart_handle (because we describe also the \( \beta_0\) link). Attributes are associated to each dart by Attribute_handle<i>, one for each non void i-attribute.
d | an integer for the dimension of the dart. |
CMap | must be a model of the CombinatorialMap concept. |
Complexity
CombinatorialMap
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 > |