VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
IO
XML
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 "vtkIOXMLModule.h"
// For export macro
33
#include "
vtkXMLPUnstructuredDataWriter.h
"
34
35
class
vtkUnstructuredGrid
;
36
37
class
VTKIOXML_EXPORT
vtkXMLPUnstructuredGridWriter
:
public
vtkXMLPUnstructuredDataWriter
38
{
39
public
:
40
static
vtkXMLPUnstructuredGridWriter
*
New
();
41
vtkTypeMacro(
vtkXMLPUnstructuredGridWriter
,
vtkXMLPUnstructuredDataWriter
);
42
void
PrintSelf
(ostream& os,
vtkIndent
indent);
43
44
//BTX
46
47
vtkUnstructuredGrid
*
GetInput
();
48
//ETX
50
52
const
char
*
GetDefaultFileExtension
();
53
54
protected
:
55
vtkXMLPUnstructuredGridWriter
();
56
~
vtkXMLPUnstructuredGridWriter
();
57
58
// see algorithm for more info
59
virtual
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
);
60
61
const
char
*
GetDataSetName
();
62
vtkXMLUnstructuredDataWriter
*
CreateUnstructuredPieceWriter
();
63
64
private
:
65
vtkXMLPUnstructuredGridWriter
(
const
vtkXMLPUnstructuredGridWriter
&);
// Not implemented.
66
void
operator=(
const
vtkXMLPUnstructuredGridWriter
&);
// Not implemented.
67
};
68
69
#endif
Generated on Fri May 25 2012 22:39:32 for VTK by
1.8.1