NEURON
epsprint.h
Go to the documentation of this file.
1 #ifndef epsprinter_h
2 #define epsprinter_h
3 
4 #include <InterViews/printer.h>
5 
6 class EPSPrinter: public Printer {
7  public:
8  EPSPrinter(ostream*);
9  virtual ~EPSPrinter();
10 
11  virtual void eps_prolog(ostream&,
12  Coord width,
13  Coord height,
14  const char* creator = "InterViews");
15 };
16 
17 #endif
#define Coord
Definition: _defines.h:19
#define Printer
Definition: _defines.h:211
EPSPrinter(ostream *)
virtual void eps_prolog(ostream &, Coord width, Coord height, const char *creator="InterViews")
virtual ~EPSPrinter()