Version française


Guillaume Damiand

oHome page

oResearches

oPublications

oTeaching

oSupervised Thesis

oCV

oContacts

oLinks

Combinatorial Maps

Damiand G.
in CGAL User and Reference Manual, September 2011

Links:  Link  

Abstract: This package implements Combinatorial Maps in d dimensions. A combinatorial map is a data structure enabling to represent an orientable subdivided object by describing all the cells of the subdivision (for example in 3D vertices, edges, faces, volumes) and all the incidence and adjacency relationships between these cells. Information can be associated to cells thanks to attributes. In 2D, a combinatorial map is equivalent to a halfedge data structure. The package provides basic creation, modification operations, and several iterators enabling to run through some specific part of the object.

BibTex references

@incollection{Damiand11,
      author = {Damiand, G.},
      booktitle = {{CGAL} User and Reference Manual},
      title = {Combinatorial Maps},
      year = {2011},
      month = {September},
      edition = {{3.9}},
      note = {\url{https://www.cgal.org/Pkg/CombinatorialMaps}},
      altnote = {https\string://www.cgal.org/Pkg/CombinatorialMaps},
      key = {D\'ep\^ot APP IDDN FR.001.290019.000.S.P.2014.000.31500}
}

Image


o [Back]