COIN-OR::LEMON - Graph Library

Changeset 1881:f40cdc2057c2 in lemon-0.x for gui/mapstorage.h


Ignore:
Timestamp:
01/06/06 14:58:49 (18 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2456
Message:

Result of KruskalGUIAlgo is refreshed if displayed, but no more setin a forced way.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/mapstorage.h

    r1878 r1881  
    134134  std::map< std::string,Graph::EdgeMap<double> * >::iterator endOfEdgeMaps(){return edgemap_storage.end();};
    135135
     136  void mapChanged(bool, std::string);
     137
    136138  int readFromFile(const std::string &);
    137139  void writeToFile(const std::string &);
Note: See TracChangeset for help on using the changeset viewer.