Changeset 1509:f9113440b667 in lemon-0.x for gui/mapstorage.h
- Timestamp:
- 06/23/05 19:56:24 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1992
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gui/mapstorage.h
r1442 r1509 81 81 ///To be able to iterate through each maps this function returns an iterator pointing to the first edgemap in the storage. 82 82 std::map< std::string,Graph::EdgeMap<double> * >::iterator beginOfEdgeMaps(){return edgemap_storage.begin();}; 83 84 ///This function sets a default base value for the newly created node 85 void init_maps_for_node(NodeIt); 86 87 ///This function sets a default base value for the newly created node 88 void init_maps_for_edge(Graph::Edge); 83 89 }; 84 90
Note: See TracChangeset
for help on using the changeset viewer.