equal
deleted
inserted
replaced
29 #include<lemon/invalid.h> |
29 #include<lemon/invalid.h> |
30 #include<lemon/xy.h> |
30 #include<lemon/xy.h> |
31 #include<lemon/maps.h> |
31 #include<lemon/maps.h> |
32 #include<lemon/bezier.h> |
32 #include<lemon/bezier.h> |
33 |
33 |
34 ///\ingroup misc |
34 ///\ingroup io_group |
35 ///\file |
35 ///\file |
36 ///\brief Simple graph drawer |
36 ///\brief Simple graph drawer |
37 /// |
37 /// |
38 ///\author Alpar Juttner |
38 ///\author Alpar Juttner |
39 |
39 |
972 }; |
972 }; |
973 |
973 |
974 |
974 |
975 ///Generates an EPS file from a graph |
975 ///Generates an EPS file from a graph |
976 |
976 |
977 ///\ingroup misc |
977 ///\ingroup io_group |
978 ///Generates an EPS file from a graph. |
978 ///Generates an EPS file from a graph. |
979 ///\param g is a reference to the graph to be printed |
979 ///\param g is a reference to the graph to be printed |
980 ///\param os is a reference to the output stream. |
980 ///\param os is a reference to the output stream. |
981 ///By default it is <tt>std::cout</tt> |
981 ///By default it is <tt>std::cout</tt> |
982 /// |
982 /// |