lemon/graph_to_eps.h
changeset 337 5a3d689ea770
parent 291 d901321d6555
child 365 70aa52d30f13
equal deleted inserted replaced
17:803c038136e2 18:d89ea86f8ebc
    60       _NegY(const MT &m,bool b) : map(m), yscale(1-b*2) {}
    60       _NegY(const MT &m,bool b) : map(m), yscale(1-b*2) {}
    61       Value operator[](Key n) { return Value(map[n].x,map[n].y*yscale);}
    61       Value operator[](Key n) { return Value(map[n].x,map[n].y*yscale);}
    62     };
    62     };
    63   }
    63   }
    64 
    64 
    65 ///Default traits class of \ref GraphToEps
    65 ///Default traits class of GraphToEps
    66 
    66 
    67 ///Default traits class of \ref GraphToEps.
    67 ///Default traits class of \ref GraphToEps.
    68 ///
    68 ///
    69 ///\c G is the type of the underlying graph.
    69 ///\c G is the type of the underlying graph.
    70 template<class G>
    70 template<class G>