1.1 --- a/gui/graph_displayer_canvas-node.cc Thu Aug 18 12:22:44 2005 +0000
1.2 +++ b/gui/graph_displayer_canvas-node.cc Thu Aug 18 13:33:49 2005 +0000
1.3 @@ -3,7 +3,7 @@
1.4 #include <cmath>
1.5
1.6
1.7 -int GraphDisplayerCanvas::changeNodeRadius (std::string mapname, Graph::Node node)
1.8 +int GraphDisplayerCanvas::changeNodeRadius (std::string mapname, Node node)
1.9 {
1.10 Graph::NodeMap<double> * actual_map;
1.11 double min, max;
1.12 @@ -69,7 +69,7 @@
1.13 return 0;
1.14 };
1.15
1.16 -int GraphDisplayerCanvas::changeNodeColor (std::string mapname, Graph::Node node)
1.17 +int GraphDisplayerCanvas::changeNodeColor (std::string mapname, Node node)
1.18 {
1.19
1.20 //function maps the range of the maximum and
1.21 @@ -141,7 +141,7 @@
1.22 return 0;
1.23 };
1.24
1.25 -int GraphDisplayerCanvas::changeNodeText (std::string mapname, Graph::Node node)
1.26 +int GraphDisplayerCanvas::changeNodeText (std::string mapname, Node node)
1.27 {
1.28
1.29 //the number in the map will be written on the node