VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
IO
vtkStructuredGridWriter.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkStructuredGridWriter.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 __vtkStructuredGridWriter_h
29
#define __vtkStructuredGridWriter_h
30
31
#include "
vtkDataWriter.h
"
32
33
class
vtkStructuredGrid
;
34
35
class
VTK_IO_EXPORT
vtkStructuredGridWriter
:
public
vtkDataWriter
36
{
37
public
:
38
static
vtkStructuredGridWriter
*
New
();
39
vtkTypeMacro(
vtkStructuredGridWriter
,
vtkDataWriter
);
40
void
PrintSelf
(ostream& os,
vtkIndent
indent);
41
43
44
vtkStructuredGrid
*
GetInput
();
45
vtkStructuredGrid
*
GetInput
(
int
port
);
47
48
protected
:
49
vtkStructuredGridWriter
() {};
50
~vtkStructuredGridWriter
() {};
51
52
void
WriteData
();
53
int
WriteBlanking(ostream *fp,
vtkStructuredGrid
*ds);
54
55
virtual
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
);
56
57
private
:
58
vtkStructuredGridWriter
(
const
vtkStructuredGridWriter
&);
// Not implemented.
59
void
operator=(
const
vtkStructuredGridWriter
&);
// Not implemented.
60
};
61
62
#endif
Generated on Thu Mar 13 2014 08:10:22 for VTK by
1.8.1.2