equal
deleted
inserted
replaced
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> |