VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
IO
Geometry
vtkUnstructuredGridWriter.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkUnstructuredGridWriter.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
=========================================================================*/
30
#ifndef __vtkUnstructuredGridWriter_h
31
#define __vtkUnstructuredGridWriter_h
32
33
#include "vtkIOGeometryModule.h"
// For export macro
34
#include "
vtkDataWriter.h
"
35
class
vtkUnstructuredGrid
;
36
37
class
VTKIOGEOMETRY_EXPORT
vtkUnstructuredGridWriter
:
public
vtkDataWriter
38
{
39
public
:
40
static
vtkUnstructuredGridWriter
*
New
();
41
vtkTypeMacro(
vtkUnstructuredGridWriter
,
vtkDataWriter
);
42
void
PrintSelf
(ostream& os,
vtkIndent
indent);
43
45
46
vtkUnstructuredGrid
*
GetInput
();
47
vtkUnstructuredGrid
*
GetInput
(
int
port
);
49
50
protected
:
51
vtkUnstructuredGridWriter
() {};
52
~vtkUnstructuredGridWriter
() {};
53
54
void
WriteData
();
55
56
virtual
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
);
57
58
private
:
59
vtkUnstructuredGridWriter
(
const
vtkUnstructuredGridWriter
&);
// Not implemented.
60
void
operator=(
const
vtkUnstructuredGridWriter
&);
// Not implemented.
61
};
62
63
#endif
64
65
Generated on Thu May 24 2012 22:22:29 for VTK by
1.8.1