equal
deleted
inserted
replaced
74 \ingroup maps |
74 \ingroup maps |
75 \brief Tools to create new maps from existing ones |
75 \brief Tools to create new maps from existing ones |
76 |
76 |
77 Map adaptors are used to create "implicit" maps from other maps. |
77 Map adaptors are used to create "implicit" maps from other maps. |
78 |
78 |
79 Most of them are \ref lemon::concept::ReadMap "ReadMap"s. They can |
79 Most of them are \ref lemon::concepts::ReadMap "ReadMap"s. They can |
80 make arithmetic operations between one or two maps (negation, scaling, |
80 make arithmetic operations between one or two maps (negation, scaling, |
81 addition, multiplication etc.) or e.g. convert a map to another one |
81 addition, multiplication etc.) or e.g. convert a map to another one |
82 of different Value type. |
82 of different Value type. |
83 */ |
83 */ |
84 |
84 |
100 |
100 |
101 All of them have the same interface, especially they can be built or extended |
101 All of them have the same interface, especially they can be built or extended |
102 using a standard Builder subclass. This make is easy to have e.g. the Dijkstra |
102 using a standard Builder subclass. This make is easy to have e.g. the Dijkstra |
103 algorithm to store its result in any kind of path structure. |
103 algorithm to store its result in any kind of path structure. |
104 |
104 |
105 \sa lemon::concept::Path |
105 \sa lemon::concepts::Path |
106 |
106 |
107 */ |
107 */ |
108 |
108 |
109 /** |
109 /** |
110 @defgroup auxdat Auxiliary Data Structures |
110 @defgroup auxdat Auxiliary Data Structures |