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