COIN-OR::LEMON - Graph Library

Changeset 1860:27a9a75b957b in lemon-0.x for gui/all_include.h


Ignore:
Timestamp:
12/17/05 21:55:41 (18 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2432
Message:

Save and load the coordinates of the arrows on the edges.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/all_include.h

    r1731 r1860  
    3838using namespace lemon;
    3939
    40 typedef xy<double> Coordinates;
     40typedef xy<double> XY;
    4141typedef ListGraph Graph;
    42 typedef Graph::NodeMap<Coordinates> CoordinatesMap;
    4342typedef Graph::Node Node;
    4443typedef Graph::Edge Edge;
Note: See TracChangeset for help on using the changeset viewer.