gui/all_include.h
changeset 2059 ebf3b2962554
parent 1731 616bc933c2bc
equal deleted inserted replaced
14:f61a34b755cc 15:cd3a82558ddc
    35 extern int longest_property_string_length;
    35 extern int longest_property_string_length;
    36 #endif //MAIN_PART
    36 #endif //MAIN_PART
    37 
    37 
    38 using namespace lemon;
    38 using namespace lemon;
    39 
    39 
    40 typedef xy<double> Coordinates;
    40 typedef xy<double> XY;
    41 typedef ListGraph Graph;
    41 typedef ListGraph Graph;
    42 typedef Graph::NodeMap<Coordinates> CoordinatesMap;
       
    43 typedef Graph::Node Node;
    42 typedef Graph::Node Node;
    44 typedef Graph::Edge Edge;
    43 typedef Graph::Edge Edge;
    45 typedef Graph::EdgeIt EdgeIt;
    44 typedef Graph::EdgeIt EdgeIt;
    46 typedef Graph::InEdgeIt InEdgeIt;
    45 typedef Graph::InEdgeIt InEdgeIt;
    47 typedef Graph::OutEdgeIt OutEdgeIt;
    46 typedef Graph::OutEdgeIt OutEdgeIt;