Changeset 1525:6d94de269ab1 in lemon-0.x for gui/mapstorage.h
- Timestamp:
- 06/29/05 21:44:30 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2011
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gui/mapstorage.h
r1524 r1525 82 82 std::map< std::string,Graph::EdgeMap<double> * >::iterator beginOfEdgeMaps(){return edgemap_storage.begin();}; 83 83 84 ///To be able to iterate through each maps this function returns an iterator pointing to the last nodemap in the storage. 85 std::map< std::string,Graph::NodeMap<double> * >::iterator endOfNodeMaps(){return nodemap_storage.end();}; 86 87 ///To be able to iterate through each maps this function returns an iterator pointing to the last edgemap in the storage. 88 std::map< std::string,Graph::EdgeMap<double> * >::iterator endOfEdgeMaps(){return edgemap_storage.end();}; 89 84 90 ///This function sets a default base value for the newly created node 85 91 void initMapsForNode(NodeIt);
Note: See TracChangeset
for help on using the changeset viewer.