Go to the documentation of this file.00001 #ifndef msm_draw_shape_to_eps_h_
00002 #define msm_draw_shape_to_eps_h_
00003
00004
00005
00006
00007
00008 #include <mbl/mbl_eps_writer.h>
00009 #include <msm/msm_points.h>
00010 #include <msm/msm_curve.h>
00011
00012
00013
00014
00015 void msm_draw_shape_to_eps(mbl_eps_writer& writer,
00016 const msm_points& points,
00017 const msm_curves& curves);
00018
00019
00020
00021
00022 void msm_draw_points_to_eps(mbl_eps_writer& writer,
00023 const msm_points& points,
00024 double radius, bool filled=true);
00025
00026 #endif // msm_draw_shape_to_eps_h_