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