COIN-OR::LEMON - Graph Library

Changeset 1597:15b51d278bf0 in lemon-0.x for gui/graph_displayer_canvas.h


Ignore:
Timestamp:
07/27/05 13:35:13 (19 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2101
Message:

No maps with the same name can be added.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/graph_displayer_canvas.h

    r1592 r1597  
    111111
    112112  ///creates a new Nodemap
    113   void addNewNodeMap(double,std::string);
     113  int addNewNodeMap(double,std::string);
    114114  ///creates a new Edgemap
    115   void addNewEdgeMap(double,std::string);
     115  int addNewEdgeMap(double,std::string);
    116116
    117117private:
Note: See TracChangeset for help on using the changeset viewer.