VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
IO
vtkIVWriter.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkIVWriter.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
=========================================================================*/
28
#ifndef __vtkIVWriter_h
29
#define __vtkIVWriter_h
30
31
#include "
vtkPolyDataWriter.h
"
32
33
class
VTK_IO_EXPORT
vtkIVWriter
:
public
vtkPolyDataWriter
34
{
35
public
:
36
static
vtkIVWriter
*
New
();
37
vtkTypeMacro(
vtkIVWriter
,
vtkPolyDataWriter
);
38
virtual
void
PrintSelf
(ostream& os,
vtkIndent
indent);
39
40
protected
:
41
vtkIVWriter
() {};
42
~vtkIVWriter
() {};
43
44
void
WriteData
();
45
void
WritePolyData(
vtkPolyData
*polyData, FILE *fp);
46
private
:
47
vtkIVWriter
(
const
vtkIVWriter
&);
// Not implemented.
48
void
operator=(
const
vtkIVWriter
&);
// Not implemented.
49
};
50
51
#endif
52
Generated on Sun Sep 9 2012 13:03:41 for VTK by
1.8.1.2