COIN-OR::LEMON - Graph Library

Changeset 1860:27a9a75b957b in lemon-0.x for gui/xymap.h


Ignore:
Timestamp:
12/17/05 21:55:41 (18 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2432
Message:

Save and load the coordinates of the arrows on the edges.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/xymap.h

    r1606 r1860  
    44#include <lemon/list_graph.h>
    55#include <lemon/xy.h>
    6 
    7 using lemon::ListGraph;
    8 using lemon::xy;
    96
    107template<class M>
     
    1613  public:
    1714    typedef typename M::Key Key;
    18     typedef xy<typename M::Value> Value;
     15    typedef lemon::xy<typename M::Value> Value;
    1916    XYMap() {}
    2017    XYMap(M &_xmap, M &_ymap) : xmap(&_xmap), ymap(&_ymap) {}
Note: See TracChangeset for help on using the changeset viewer.