COIN-OR::LEMON - Graph Library

Changeset 150:86273bfe0e4d in glemon-0.x for xymap.h


Ignore:
Timestamp:
09/21/06 12:29:29 (18 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/glemon/trunk@2951
Message:

According to xy->Point changement.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xymap.h

    r98 r150  
    33
    44#include <lemon/list_graph.h>
    5 #include <lemon/xy.h>
     5#include <lemon/dim2.h>
    66
    77template<class M>
     
    1313  public:
    1414    typedef typename M::Key Key;
    15     typedef lemon::xy<typename M::Value> Value;
     15    typedef lemon::dim2::Point<typename M::Value> Value;
    1616    XYMap() {}
    1717    XYMap(M &_xmap, M &_ymap) : xmap(&_xmap), ymap(&_ymap) {}
Note: See TracChangeset for help on using the changeset viewer.