COIN-OR::LEMON - Graph Library

Changeset 26:b0c76a4d5801 in glemon-0.x for mapstorage.h


Ignore:
Timestamp:
06/23/05 19:56:24 (19 years ago)
Author:
Hegyi Péter
Branch:
gui
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@1992
Message:

A bug, explored by Alpar is corrected, but with value-checking, and not with correct values. (There is some problem with map values of new items! Maybe refreshemnt is the responsible thing?)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mapstorage.h

    r6 r26  
    8181  ///To be able to iterate through each maps this function returns an iterator pointing to the first edgemap in the storage.
    8282  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);
    8389};
    8490
Note: See TracChangeset for help on using the changeset viewer.