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