Changeset 1860:27a9a75b957b in lemon-0.x for gui/mapstorage.h
- Timestamp:
- 12/17/05 21:55:41 (17 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2432
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gui/mapstorage.h
r1837 r1860 24 24 25 25 Graph graph; 26 /// the coordinates of the nodes 26 27 XYMap<Graph::NodeMap<double> > coords; 28 /// the coordinates of the arrows on the edges 29 XYMap<Graph::EdgeMap<double> > arrow_pos; 27 30 28 31 bool modified; … … 52 55 // Default values for the maps 53 56 std::map< std::string, double > edgemap_default; 57 58 bool arrow_pos_read_ok; 54 59 55 60 protected: … … 128 133 129 134 void clear(); 135 136 void ArrowPosReadOK(); 130 137 }; 131 138
Note: See TracChangeset
for help on using the changeset viewer.