#include <CGAL/Cell_attribute.h>
The class Cell_attribute represents an attribute containing (or not) an information.
- Is Model Of:
CellAttribute
- Template Parameters
-
| CMap | must be a model of the CombinatorialMap. |
| Info_ | is the type of the information contained in the attribute. |
| Tag | is Tag_true to enable the storage of a Dart_handle of the associated cell, Tag_false otherwise. |
| OnMerge | is the type of the functor called before two attributes are merged. |
| OnSplit | is the type of the functor called after one attribute is split in two. |
By default, OnMerge and OnSplit are equal to Null_functor; Tag is equal to Tag_true; and Info_ is equal to void.
- See Also
CGAL::Combinatorial_map<d,Items,Alloc>
- Examples:
- Combinatorial_map/map_3_dynamic_onmerge.cpp, and Combinatorial_map/map_3_with_colored_facets.cpp.
template<typename CMap , typename Info_ , typename Tag , typename OnMerge , typename OnSplit >
template<typename CMap , typename Info_ , typename Tag , typename OnMerge , typename OnSplit >
template<typename CMap , typename Info_ , typename Tag , typename OnMerge , typename OnSplit >
template<typename CMap , typename Info_ , typename Tag , typename OnMerge , typename OnSplit >
template<typename CMap , typename Info_ , typename Tag , typename OnMerge , typename OnSplit >
template<typename CMap , typename Info_ , typename Tag , typename OnMerge , typename OnSplit >