mirror of https://github.com/CGAL/cgal
40 lines
1.5 KiB
Plaintext
40 lines
1.5 KiB
Plaintext
/// \defgroup PkgGeneralizedMapsRef Generalized Maps Reference
|
|
|
|
/// \defgroup PkgGeneralizedMapsConcepts Concepts
|
|
/// \ingroup PkgGeneralizedMapsRef
|
|
|
|
/// \defgroup PkgGeneralizedMapsClasses Classes
|
|
/// \ingroup PkgGeneralizedMapsRef
|
|
|
|
/*!
|
|
\addtogroup PkgGeneralizedMapsRef
|
|
\cgalPkgDescriptionBegin{Generalized Maps,PkgGeneralizedMaps}
|
|
\cgalPkgPicture{gmap_logo.png}
|
|
\cgalPkgSummaryBegin
|
|
\cgalPkgAuthor{Guillaume Damiand}
|
|
\cgalPkgDesc{This package implements Generalized Maps in <I>d</I> dimensions. A generalized map is a data structure enabling to represent an orientable or non 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. The package provides basic creation, modification operations, and several iterators enabling to run through some specific part of the object.}
|
|
\cgalPkgManuals{Chapter_Generalized_Maps,PkgGeneralizedMapsRef}
|
|
\cgalPkgSummaryEnd
|
|
\cgalPkgShortInfoBegin
|
|
\cgalPkgSince{4.9}
|
|
\cgalPkgBib{cgal:d-gm}
|
|
\cgalPkgLicense{\ref licensesLGPL "LGPL"}
|
|
\cgalPkgShortInfoEnd
|
|
\cgalPkgDescriptionEnd
|
|
|
|
\cgalClassifedRefPages
|
|
|
|
\cgalCRPSection{Concepts}
|
|
- `GenericMap`
|
|
- `GenericMapItems`
|
|
- `CellAttribute`
|
|
- `GeneralizedMap`
|
|
|
|
\cgalCRPSection{Classes}
|
|
- `CGAL::Generalized_map<d,Items,Alloc>`
|
|
- `CGAL::Cell_attribute<GMap,Info_,Tag,OnMerge,OnSplit>`
|
|
- `CGAL::Generic_map_min_items<d>`
|
|
|
|
*/
|
|
|