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