Changeset 1860:27a9a75b957b in lemon-0.x for gui/xymap.h
- Timestamp:
- 12/17/05 21:55:41 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2432
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gui/xymap.h
r1606 r1860 4 4 #include <lemon/list_graph.h> 5 5 #include <lemon/xy.h> 6 7 using lemon::ListGraph;8 using lemon::xy;9 6 10 7 template<class M> … … 16 13 public: 17 14 typedef typename M::Key Key; 18 typedef xy<typename M::Value> Value;15 typedef lemon::xy<typename M::Value> Value; 19 16 XYMap() {} 20 17 XYMap(M &_xmap, M &_ymap) : xmap(&_xmap), ymap(&_ymap) {}
Note: See TracChangeset
for help on using the changeset viewer.