Changeset 236:da953e387d31 in lemon-1.2 for lemon
- Timestamp:
- 07/28/08 13:39:58 (16 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- lemon
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/bits/alteration_notifier.h
r230 r236 42 42 /// 43 43 /// The graph's node and edge sets can be changed as we add or erase 44 /// nodes and edges in the graph. L emonwould like to handle easily44 /// nodes and edges in the graph. LEMON would like to handle easily 45 45 /// that the node and edge maps should contain values for all nodes or 46 46 /// edges. If we want to check on every indicing if the map contains -
lemon/concepts/path.h
r220 r236 78 78 void clear() {} 79 79 80 /// \brief L emonstyle iterator for path arcs80 /// \brief LEMON style iterator for path arcs 81 81 /// 82 82 /// This class is used to iterate on the arcs of the paths. … … 201 201 /// If we would like to give back a real path from these 202 202 /// algorithms then we should create a temporarly path object. In 203 /// L emonsuch algorithms gives back a path dumper what can203 /// LEMON such algorithms gives back a path dumper what can 204 204 /// assigned to a real path and the dumpers can be implemented as 205 205 /// an adaptor class to the predecessor map. … … 233 233 typedef False RevPathTag; 234 234 235 /// \brief L emonstyle iterator for path arcs235 /// \brief LEMON style iterator for path arcs 236 236 /// 237 237 /// This class is used to iterate on the arcs of the paths. … … 260 260 }; 261 261 262 /// \brief L emonstyle iterator for path arcs262 /// \brief LEMON style iterator for path arcs 263 263 /// 264 264 /// This class is used to iterate on the arcs of the paths in -
lemon/lgf_reader.h
r220 r236 19 19 ///\ingroup lemon_io 20 20 ///\file 21 ///\brief \ref lgf-format "L emonGraph Format" reader.21 ///\brief \ref lgf-format "LEMON Graph Format" reader. 22 22 23 23 … … 2302 2302 /// 2303 2303 /// This class can be used to read the sections, the map names and 2304 /// the attributes from a file. Usually, the L emonprograms know2304 /// the attributes from a file. Usually, the LEMON programs know 2305 2305 /// that, which type of graph, which maps and which attributes 2306 2306 /// should be read from a file, but in general tools (like glemon) -
lemon/lgf_writer.h
r220 r236 19 19 ///\ingroup lemon_io 20 20 ///\file 21 ///\brief \ref lgf-format "L emonGraph Format" writer.21 ///\brief \ref lgf-format "LEMON Graph Format" writer. 22 22 23 23 -
lemon/path.h
r220 r236 83 83 } 84 84 85 /// \brief L emonstyle iterator for path arcs85 /// \brief LEMON style iterator for path arcs 86 86 /// 87 87 /// This class is used to iterate on the arcs of the paths. -
lemon/unionfind.h
r220 r236 498 498 } 499 499 500 /// \brief L emonstyle iterator for the representant items.500 /// \brief LEMON style iterator for the representant items. 501 501 /// 502 502 /// ClassIt is a lemon style iterator for the components. It iterates … … 550 550 }; 551 551 552 /// \brief L emonstyle iterator for the items of a component.552 /// \brief LEMON style iterator for the items of a component. 553 553 /// 554 554 /// ClassIt is a lemon style iterator for the components. It iterates … … 808 808 } 809 809 810 /// \brief L emonstyle iterator for the classes.810 /// \brief LEMON style iterator for the classes. 811 811 /// 812 812 /// ClassIt is a lemon style iterator for the components. It iterates … … 860 860 }; 861 861 862 /// \brief L emonstyle iterator for the items of a component.862 /// \brief LEMON style iterator for the items of a component. 863 863 /// 864 864 /// ClassIt is a lemon style iterator for the components. It iterates … … 1656 1656 } 1657 1657 1658 /// \brief L emonstyle iterator for the items of a class.1658 /// \brief LEMON style iterator for the items of a class. 1659 1659 /// 1660 1660 /// ClassIt is a lemon style iterator for the components. It iterates
Note: See TracChangeset
for help on using the changeset viewer.