graph_displayer_canvas.h
changeset 177 40f3006fba2e
parent 174 95872af46fc4
child 179 1f436ea3ef4f
     1.1 --- a/graph_displayer_canvas.h	Mon Oct 30 13:08:04 2006 +0000
     1.2 +++ b/graph_displayer_canvas.h	Mon Oct 30 14:57:48 2006 +0000
     1.3 @@ -336,11 +336,6 @@
     1.4  
     1.5    void reDesignGraph();
     1.6  
     1.7 -  void get_design_data(double &, double &, int &);
     1.8 -  void set_attraction(double);
     1.9 -  void set_propulsation(double);
    1.10 -  void set_iteration(int);
    1.11 -
    1.12    ///Show whether the graph is already drawn.
    1.13    bool is_drawn;
    1.14  
    1.15 @@ -428,15 +423,6 @@
    1.16    ///Edge width
    1.17    double edge_width;
    1.18  
    1.19 -  ///Iteration number during graph design
    1.20 -  int iterations;
    1.21 -
    1.22 -  ///Attraction factor during graph design
    1.23 -  double attraction;
    1.24 -
    1.25 -  ///Propulsation factor during graph design
    1.26 -  double propulsation;
    1.27 -
    1.28    ///Was redesign run on this graph already?
    1.29    ///
    1.30    ///If not, the layout will be modified randomly