Changeset 26:b0c76a4d5801 in glemon-0.x for mapstorage.h
- Timestamp:
- 06/23/05 19:56:24 (18 years ago)
- Branch:
- gui
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@1992
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mapstorage.h
r6 r26 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.