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