VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
IO
vtkPostScriptWriter.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkPostScriptWriter.h
5
6
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7
All rights reserved.
8
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10
This software is distributed WITHOUT ANY WARRANTY; without even
11
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12
PURPOSE. See the above copyright notice for more information.
13
14
=========================================================================*/
27
#ifndef __vtkPostScriptWriter_h
28
#define __vtkPostScriptWriter_h
29
30
#include "
vtkImageWriter.h
"
31
32
class
VTK_IO_EXPORT
vtkPostScriptWriter
:
public
vtkImageWriter
33
{
34
public
:
35
static
vtkPostScriptWriter
*
New
();
36
vtkTypeMacro(
vtkPostScriptWriter
,
vtkImageWriter
);
37
virtual
void
PrintSelf
(ostream& os,
vtkIndent
indent);
38
39
protected
:
40
vtkPostScriptWriter
() {};
41
~vtkPostScriptWriter
() {};
42
43
virtual
void
WriteFile
(ofstream *file,
vtkImageData
*
data
,
int
extent
[6]);
44
virtual
void
WriteFileHeader
(ofstream *,
vtkImageData
*);
45
virtual
void
WriteFileTrailer
(ofstream *,
vtkImageData
*);
46
private
:
47
vtkPostScriptWriter
(
const
vtkPostScriptWriter
&);
// Not implemented.
48
void
operator=(
const
vtkPostScriptWriter
&);
// Not implemented.
49
};
50
51
#endif
52
53
Generated on Sun Sep 9 2012 13:03:42 for VTK by
1.8.1.2