gui/mapstorage.h
changeset 1509 f9113440b667
parent 1442 1e3c69aa035b
child 1523 144ab0e4b09c
     1.1 --- a/gui/mapstorage.h	Tue Jun 21 15:58:57 2005 +0000
     1.2 +++ b/gui/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