COIN-OR::LEMON - Graph Library

Changeset 177:40f3006fba2e in glemon-0.x for graph_displayer_canvas.h


Ignore:
Timestamp:
10/30/06 15:57:48 (17 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/glemon/trunk@3032
Message:

Redesign parameters can now be saved and loaded.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • graph_displayer_canvas.h

    r174 r177  
    337337  void reDesignGraph();
    338338
    339   void get_design_data(double &, double &, int &);
    340   void set_attraction(double);
    341   void set_propulsation(double);
    342   void set_iteration(int);
    343 
    344339  ///Show whether the graph is already drawn.
    345340  bool is_drawn;
     
    429424  double edge_width;
    430425
    431   ///Iteration number during graph design
    432   int iterations;
    433 
    434   ///Attraction factor during graph design
    435   double attraction;
    436 
    437   ///Propulsation factor during graph design
    438   double propulsation;
    439 
    440426  ///Was redesign run on this graph already?
    441427  ///
Note: See TracChangeset for help on using the changeset viewer.