lemon/graph_to_eps.h
changeset 318 1e2d6ca80793
parent 291 d901321d6555
child 463 88ed40ad0d4f
child 508 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>