VTK
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 "vtkIOParallelXMLModule.h" // For export macro
33 
34 class vtkPolyData;
35 
37 {
38 public:
41  void PrintSelf(ostream& os, vtkIndent indent);
42 
43  //BTX
45 
47  //ETX
49 
51  const char* GetDefaultFileExtension();
52 
53 protected:
56 
57  // see algorithm for more info
59 
60  const char* GetDataSetName();
62 
63 private:
64  vtkXMLPPolyDataWriter(const vtkXMLPPolyDataWriter&); // Not implemented.
65  void operator=(const vtkXMLPPolyDataWriter&); // Not implemented.
66 };
67 
68 #endif
vtkXMLPPolyDataWriter::CreateUnstructuredPieceWriter
vtkXMLUnstructuredDataWriter * CreateUnstructuredPieceWriter()
vtkXMLPPolyDataWriter
Write PVTK XML PolyData files.
Definition: vtkXMLPPolyDataWriter.h:37
vtkXMLPPolyDataWriter::GetDefaultFileExtension
const char * GetDefaultFileExtension()
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkXMLPPolyDataWriter::GetInput
vtkPolyData * GetInput()
vtkX3D::port
@ port
Definition: vtkX3D.h:447
vtkXMLPPolyDataWriter::FillInputPortInformation
virtual int FillInputPortInformation(int port, vtkInformation *info)
vtkXMLPUnstructuredDataWriter.h
vtkXMLPPolyDataWriter::New
static vtkXMLPPolyDataWriter * New()
vtkIOParallelXMLModule.h
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkXMLUnstructuredDataWriter
Superclass for VTK XML unstructured data writers.
Definition: vtkXMLUnstructuredDataWriter.h:36
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkX3D::info
@ info
Definition: vtkX3D.h:376
vtkXMLPPolyDataWriter::GetDataSetName
const char * GetDataSetName()
VTKIOPARALLELXML_EXPORT
#define VTKIOPARALLELXML_EXPORT
Definition: vtkIOParallelXMLModule.h:15
vtkXMLPPolyDataWriter::vtkXMLPPolyDataWriter
vtkXMLPPolyDataWriter()
vtkPolyData
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:84
vtkXMLPPolyDataWriter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkXMLPUnstructuredDataWriter
Superclass for PVTK XML unstructured data writers.
Definition: vtkXMLPUnstructuredDataWriter.h:33
vtkXMLPPolyDataWriter::~vtkXMLPPolyDataWriter
~vtkXMLPPolyDataWriter()