VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
IO
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
=========================================================================*/
27
#ifndef __vtkUnstructuredGridWriter_h
28
#define __vtkUnstructuredGridWriter_h
29
30
#include "
vtkDataWriter.h
"
31
class
vtkUnstructuredGrid
;
32
33
class
VTK_IO_EXPORT
vtkUnstructuredGridWriter
:
public
vtkDataWriter
34
{
35
public
:
36
static
vtkUnstructuredGridWriter
*
New
();
37
vtkTypeMacro(
vtkUnstructuredGridWriter
,
vtkDataWriter
);
38
void
PrintSelf
(ostream& os,
vtkIndent
indent);
39
41
42
vtkUnstructuredGrid
*
GetInput
();
43
vtkUnstructuredGrid
*
GetInput
(
int
port
);
45
46
protected
:
47
vtkUnstructuredGridWriter
() {};
48
~vtkUnstructuredGridWriter
() {};
49
50
void
WriteData
();
51
52
virtual
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
);
53
54
private
:
55
vtkUnstructuredGridWriter
(
const
vtkUnstructuredGridWriter
&);
// Not implemented.
56
void
operator=(
const
vtkUnstructuredGridWriter
&);
// Not implemented.
57
};
58
59
#endif
60
61
Generated on Thu Mar 13 2014 08:10:23 for VTK by
1.8.1.2