VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
IO
vtkXMLPStructuredGridWriter.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkXMLPStructuredGridWriter.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
=========================================================================*/
29
#ifndef __vtkXMLPStructuredGridWriter_h
30
#define __vtkXMLPStructuredGridWriter_h
31
32
#include "
vtkXMLPStructuredDataWriter.h
"
33
34
class
vtkStructuredGrid
;
35
36
class
VTK_IO_EXPORT
vtkXMLPStructuredGridWriter
:
public
vtkXMLPStructuredDataWriter
37
{
38
public
:
39
static
vtkXMLPStructuredGridWriter
*
New
();
40
vtkTypeMacro(
vtkXMLPStructuredGridWriter
,
vtkXMLPStructuredDataWriter
);
41
void
PrintSelf
(ostream& os,
vtkIndent
indent);
42
43
//BTX
45
46
vtkStructuredGrid
*
GetInput
();
47
//ETX
49
50
protected
:
51
vtkXMLPStructuredGridWriter
();
52
~
vtkXMLPStructuredGridWriter
();
53
54
// see algorithm for more info
55
virtual
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
);
56
57
const
char
*
GetDataSetName
();
58
const
char
*
GetDefaultFileExtension
();
59
vtkXMLStructuredDataWriter
*
CreateStructuredPieceWriter
();
60
void
WritePData
(
vtkIndent
indent);
61
62
private
:
63
vtkXMLPStructuredGridWriter
(
const
vtkXMLPStructuredGridWriter
&);
// Not implemented.
64
void
operator=(
const
vtkXMLPStructuredGridWriter
&);
// Not implemented.
65
};
66
67
#endif
Generated on Wed Nov 21 2012 21:33:59 for VTK by
1.8.2