equal
deleted
inserted
replaced
24 #include<fstream> |
24 #include<fstream> |
25 #include<sstream> |
25 #include<sstream> |
26 #include<lemon/color.h> |
26 #include<lemon/color.h> |
27 #include<lemon/xy.h> |
27 #include<lemon/xy.h> |
28 |
28 |
29 ///\ingroup io_group |
29 ///\ingroup eps_io |
30 ///\file |
30 ///\file |
31 ///\brief Simple tool to create \c .eps files |
31 ///\brief Simple tool to create \c .eps files |
32 /// |
32 /// |
33 ///\author Alpar Juttner |
33 ///\author Alpar Juttner |
34 |
34 |
35 namespace lemon { |
35 namespace lemon { |
36 |
36 |
37 ///\ingroup io_group |
37 ///\ingroup eps_io |
38 ///\brief A simple tool to create \c .eps files |
38 ///\brief A simple tool to create \c .eps files |
39 /// |
39 /// |
40 ///A simple tool to create \c .eps files |
40 ///A simple tool to create \c .eps files |
41 ///\author Alpar Juttner |
41 ///\author Alpar Juttner |
42 class EpsDrawer |
42 class EpsDrawer |