doc/groups.dox
changeset 1441 fd4b6f6d592a
parent 1401 9588dcef6793
child 1536 308150155bb5
equal deleted inserted replaced
21:caf1b5d856b5 22:b0de1707bf0e
    44 @ingroup datas
    44 @ingroup datas
    45 \brief Some special purpose map to make life easier.
    45 \brief Some special purpose map to make life easier.
    46 
    46 
    47 LEMON provides several special maps that e.g. combine
    47 LEMON provides several special maps that e.g. combine
    48 new maps from existing ones.
    48 new maps from existing ones.
       
    49 */
       
    50 
       
    51 
       
    52 /**
       
    53 @defgroup graph_maps Graph Maps 
       
    54 @ingroup maps
       
    55 \brief Special Graph-Related Maps.
       
    56 
       
    57 These maps are specifically designed to assign values to the nodes and edges of
       
    58 graphs.
       
    59 */
       
    60 
       
    61 
       
    62 /**
       
    63 \defgroup map_adaptors Map Adaptors
       
    64 \ingroup maps
       
    65 \brief Tools to create new maps from existing ones
       
    66 
       
    67 Map adaptors are used to create "implicit" maps from other maps.
       
    68 
       
    69 Most of them are \ref concept::ReadMap "ReadMap"s. They can
       
    70 make arithmetic oprerations between one or two maps (negation, scalig,
       
    71 addition, multiplication etc.) or e.g. convert a map to another one
       
    72 of different Value type.
    49 */
    73 */
    50 
    74 
    51 /**
    75 /**
    52 @defgroup auxdat Auxiliary Data Structures
    76 @defgroup auxdat Auxiliary Data Structures
    53 @ingroup datas
    77 @ingroup datas