src/lemon/xy.h
changeset 965 1e16b8dac159
parent 921 818510fa3d99
child 967 6563019430ba
equal deleted inserted replaced
0:00fc29de6c10 1:0c6e1ec7b66d
    48   template<typename T>
    48   template<typename T>
    49     class xy {
    49     class xy {
    50 
    50 
    51     public:
    51     public:
    52 
    52 
       
    53       typedef T ValueType;
       
    54 
    53       T x,y;     
    55       T x,y;     
    54       
    56       
    55       ///Default constructor: both coordinates become 0
    57       ///Default constructor: both coordinates become 0
    56       xy() : x(0), y(0) {}
    58       xy() : x(0), y(0) {}
    57 
    59