Files
cgal/Generalized_map/doc/Generalized_map/PackageDescription.txt
T
Sébastien Loriot 59bc453b42 first batch of replacement for level 1 in classified ref man
command used:
grep -l  "##" */doc/*/PackageDescription.txt | xargs  sed -i  -E 's/\#\#\s*([[:print:]]+[[:alnum:]])\s*\#\#\s*$/\\cgalCRPSection{\1}/'
2019-02-14 10:32:39 +01:00

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>`
*/