Changeset 1597:15b51d278bf0 in lemon-0.x for gui/graph_displayer_canvas.h
- Timestamp:
- 07/27/05 13:35:13 (18 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2101
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gui/graph_displayer_canvas.h
r1592 r1597 111 111 112 112 ///creates a new Nodemap 113 voidaddNewNodeMap(double,std::string);113 int addNewNodeMap(double,std::string); 114 114 ///creates a new Edgemap 115 voidaddNewEdgeMap(double,std::string);115 int addNewEdgeMap(double,std::string); 116 116 117 117 private:
Note: See TracChangeset
for help on using the changeset viewer.