diff -r c45a34eaa118 -r b0c76a4d5801 mapstorage.h --- a/mapstorage.h Fri Jun 17 17:08:45 2005 +0000 +++ b/mapstorage.h Thu Jun 23 17:56:24 2005 +0000 @@ -80,6 +80,12 @@ ///To be able to iterate through each maps this function returns an iterator pointing to the first edgemap in the storage. std::map< std::string,Graph::EdgeMap * >::iterator beginOfEdgeMaps(){return edgemap_storage.begin();}; + + ///This function sets a default base value for the newly created node + void init_maps_for_node(NodeIt); + + ///This function sets a default base value for the newly created node + void init_maps_for_edge(Graph::Edge); }; #endif //MAPSTORAGE_H