COIN-OR::LEMON - Graph Library

Changeset 154:65c1b103443d in glemon-0.x for graph_displayer_canvas.h


Ignore:
Timestamp:
09/25/06 17:30:04 (18 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/glemon/trunk@2958
Message:

Node view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • graph_displayer_canvas.h

    r151 r154  
    287287  int getActualTool();
    288288
     289  ///Sets node representation settings
     290  void setNodeView(bool, double, double, double);
     291
     292  ///Gets node representation settings
     293  void getNodeView(bool &, double&, double&, double&);
     294
    289295  ///draws the graph
    290296
     
    378384  static const int zoom_step = 5;
    379385
     386  ///Is node radius autoscaled
     387  bool autoscale;
     388 
     389  ///Minimum node radius
     390  double radius_min;
     391
     392  ///Maximum node radius
     393  double radius_max;
     394
     395  ///Node radius unit
     396  double radius_unit;
     397
    380398private:
    381399
Note: See TracChangeset for help on using the changeset viewer.