COIN-OR::LEMON - Graph Library

Changeset 98:f60f89147531 in glemon-0.x for xymap.h


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xymap.h

    r53 r98  
    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.