COIN-OR::LEMON - Graph Library

Changeset 150:86273bfe0e4d in glemon-0.x for graph_displayer_canvas.h


Ignore:
Timestamp:
09/21/06 12:29:29 (18 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/glemon/trunk@2951
Message:

According to xy->Point changement.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • graph_displayer_canvas.h

    r149 r150  
    1010#include <libgnomecanvasmm.h>
    1111#include <libgnomecanvasmm/polygon.h>
    12 #include <lemon/xy.h>
     12#include <lemon/dim2.h>
    1313
    1414///This class is the canvas, on which the graph can be drawn.
     
    269269public:
    270270  ///Moves the text to new place
    271   void textReposition(xy<double>);
     271  void textReposition(XY);
    272272
    273273  ///Activates an edge belonging to an EdgeBase
Note: See TracChangeset for help on using the changeset viewer.