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
Coord
#define Coord
Definition:
_defines.h:19
Printer
#define Printer
Definition:
_defines.h:211
EPSPrinter
Definition:
epsprint.h:6
EPSPrinter::EPSPrinter
EPSPrinter(ostream *)
EPSPrinter::eps_prolog
virtual void eps_prolog(ostream &, Coord width, Coord height, const char *creator="InterViews")
EPSPrinter::~EPSPrinter
virtual ~EPSPrinter()
src
ivoc
epsprint.h