VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
IO
Geometry
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 "vtkIOGeometryModule.h"
// For export macro
32
#include "
vtkPolyDataWriter.h
"
33
34
class
VTKIOGEOMETRY_EXPORT
vtkIVWriter
:
public
vtkPolyDataWriter
35
{
36
public
:
37
static
vtkIVWriter
*
New
();
38
vtkTypeMacro(
vtkIVWriter
,
vtkPolyDataWriter
);
39
virtual
void
PrintSelf
(ostream& os,
vtkIndent
indent);
40
41
protected
:
42
vtkIVWriter
() {};
43
~vtkIVWriter
() {};
44
45
void
WriteData
();
46
void
WritePolyData(
vtkPolyData
*polyData, FILE *fp);
47
private
:
48
vtkIVWriter
(
const
vtkIVWriter
&);
// Not implemented.
49
void
operator=(
const
vtkIVWriter
&);
// Not implemented.
50
};
51
52
#endif
53
Generated on Thu May 24 2012 22:22:29 for VTK by
1.8.1