mapstorage.h
branchgui
changeset 26 b0c76a4d5801
parent 6 603b85626bc0
child 29 8db44e105187
     1.1 --- a/mapstorage.h	Fri Jun 17 17:08:45 2005 +0000
     1.2 +++ b/mapstorage.h	Thu Jun 23 17:56:24 2005 +0000
     1.3 @@ -80,6 +80,12 @@
     1.4  
     1.5    ///To be able to iterate through each maps this function returns an iterator pointing to the first edgemap in the storage.
     1.6    std::map< std::string,Graph::EdgeMap<double> * >::iterator beginOfEdgeMaps(){return edgemap_storage.begin();};
     1.7 +
     1.8 +  ///This function sets a default base value for the newly created node
     1.9 +  void init_maps_for_node(NodeIt);
    1.10 +
    1.11 +  ///This function sets a default base value for the newly created node
    1.12 +  void init_maps_for_edge(Graph::Edge);
    1.13  };
    1.14  
    1.15  #endif //MAPSTORAGE_H