demo/eps_demo.cc
changeset 2476 059dcdda37c5
parent 2391 14a343be7a5a
child 2553 bfced05fa852
equal deleted inserted replaced
2:436fb0b66448 3:81c57b9b2cc8
    16  *
    16  *
    17  */
    17  */
    18 
    18 
    19 /// \ingroup demos
    19 /// \ingroup demos
    20 /// \file
    20 /// \file
    21 /// \brief Demo of the EPS grawing class \ref EpsDrawer()
    21 /// \brief Demo of the EPS grawing class \ref lemon::EpsDrawer "EpsDrawer".
    22 ///
    22 ///
    23 /// This demo program shows examples how to use the class \ref
    23 /// This demo program shows examples how to use the class \ref
    24 /// EpsDrawer(). It takes no input but simply creates a file
    24 /// lemon::EpsDrawer "EpsDrawer". It takes no input but simply creates
    25 /// <tt>eps_demo.eps</tt> demonstrating the capability of \ref
    25 /// a file <tt>eps_demo.eps</tt> demonstrating the capability of \ref
    26 /// EpsDrawer().
    26 /// lemon::EpsDrawer "EpsDrawer".
    27 ///
    27 ///
    28 /// \include eps_demo.cc
    28 /// \include eps_demo.cc
    29 
    29 
    30 #include <cmath>
    30 #include <cmath>
    31 #include <lemon/eps.h>
    31 #include <lemon/eps.h>