mapstorage.h
branchgui
changeset 30 f70bbee5350a
parent 29 8db44e105187
child 31 66e85f44a66f
equal deleted inserted replaced
4:490044108b1a 5:6f5499a2c4d5
    80 
    80 
    81   ///To be able to iterate through each maps this function returns an iterator pointing to the first edgemap in the storage.
    81   ///To be able to iterate through each maps this function returns an iterator pointing to the first edgemap in the storage.
    82   std::map< std::string,Graph::EdgeMap<double> * >::iterator beginOfEdgeMaps(){return edgemap_storage.begin();};
    82   std::map< std::string,Graph::EdgeMap<double> * >::iterator beginOfEdgeMaps(){return edgemap_storage.begin();};
    83 
    83 
    84   ///This function sets a default base value for the newly created node
    84   ///This function sets a default base value for the newly created node
    85   void init_maps_for_node(NodeIt);
    85   void initMapsForNode(NodeIt);
    86 
    86 
    87   ///This function sets a default base value for the newly created node
    87   ///This function sets a default base value for the newly created node
    88   void init_maps_for_edge(Graph::Edge);
    88   void initMapsForEdge(Graph::Edge);
    89 };
    89 };
    90 
    90 
    91 #endif //MAPSTORAGE_H
    91 #endif //MAPSTORAGE_H