Changeset 921:818510fa3d99 in lemon-0.x for doc/maps.dox
- Timestamp:
- 09/29/04 17:30:04 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1232
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/maps.dox
r697 r921 5 5 \page maps Maps 6 6 7 Maps play central role in HUGOlib. As their name suggests, they map a7 Maps play central role in LEMON. As their name suggests, they map a 8 8 certain range of \e keys to certain \e values. Each map has two 9 9 <tt>typedef</tt>'s to determine the types of keys and values, like this: … … 22 22 where it is stored. 23 23 24 Each graph structure in HUGOlibprovides two standard map templates called24 Each graph structure in LEMON provides two standard map templates called 25 25 \c EdgeMap and \c NodeMap. Both are reference maps and you can easily 26 26 assign data to the nodes and to the edges of the graph. For example if you … … 70 70 The readable maps are very frequently used as the input of the 71 71 algorithms. For this purpose the most straightforward way is the use of the 72 default maps provided by Hugo's graph structures.72 default maps provided by LEMON's graph structures. 73 73 Very often however, it is more 74 74 convenient and/or more efficient to write your own readable map.
Note: See TracChangeset
for help on using the changeset viewer.