CGAL 5.1 - Combinatorial Maps
CGAL::Cell_attribute< Map, Info_, Tag, OnMerge, OnSplit > Class Template Reference

#include <CGAL/Cell_attribute.h>

Inherited by CGAL::Cell_attribute_with_id< Map, Info_, Tag, OnMerge, OnSplit >.

Definition

template<typename Map, typename Info_, typename Tag, typename OnMerge, typename OnSplit>
class CGAL::Cell_attribute< Map, Info_, Tag, OnMerge, OnSplit >

The class Cell_attribute represents an attribute containing (or not) an information.

Is Model Of:
CellAttribute
Template Parameters
Mapa model of the GenericMap concept.
Info_the type of the information contained in the attribute. Equal to void by default.
Tagis Tag_true to enable the storage of a Dart_handle of the associated cell, Tag_false otherwise. Equal to Tag_true by default.
OnMergethe type of the functor called before two attributes are merged. Equal to Null_functor by default.
OnSplitthe type of the functor called after one attribute is split in two. Equal to Null_functor by default.
See also
CGAL::Combinatorial_map<d,Items,Alloc>
CGAL::Generalized_map<d,Items,Alloc>
Examples
Combinatorial_map/map_3_dynamic_onmerge.cpp, and Combinatorial_map/map_3_with_colored_facets.cpp.

Types

typedef Info_ Info
 
typedef Tag Supports_cell_dart
 
typedef OnMerge On_merge
 
typedef OnSplit On_split
 
typedef CMap::Dart_handle Dart_handle
 
typedef CMap::Dart_const_handle Dart_const_handle
 

Member Typedef Documentation

◆ Dart_const_handle

template<typename Map , typename Info_ , typename Tag , typename OnMerge , typename OnSplit >
typedef CMap::Dart_const_handle CGAL::Cell_attribute< Map, Info_, Tag, OnMerge, OnSplit >::Dart_const_handle

◆ Dart_handle

template<typename Map , typename Info_ , typename Tag , typename OnMerge , typename OnSplit >
typedef CMap::Dart_handle CGAL::Cell_attribute< Map, Info_, Tag, OnMerge, OnSplit >::Dart_handle

◆ Info

template<typename Map , typename Info_ , typename Tag , typename OnMerge , typename OnSplit >
typedef Info_ CGAL::Cell_attribute< Map, Info_, Tag, OnMerge, OnSplit >::Info

◆ On_merge

template<typename Map , typename Info_ , typename Tag , typename OnMerge , typename OnSplit >
typedef OnMerge CGAL::Cell_attribute< Map, Info_, Tag, OnMerge, OnSplit >::On_merge

◆ On_split

template<typename Map , typename Info_ , typename Tag , typename OnMerge , typename OnSplit >
typedef OnSplit CGAL::Cell_attribute< Map, Info_, Tag, OnMerge, OnSplit >::On_split

◆ Supports_cell_dart

template<typename Map , typename Info_ , typename Tag , typename OnMerge , typename OnSplit >
typedef Tag CGAL::Cell_attribute< Map, Info_, Tag, OnMerge, OnSplit >::Supports_cell_dart