VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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
34 
36 
38 {
39 public:
42  void PrintSelf(ostream& os, vtkIndent indent);
43 
44  //BTX
46 
48  //ETX
50 
52  const char* GetDefaultFileExtension();
53 
54 protected:
57 
58  // see algorithm for more info
60 
61  const char* GetDataSetName();
63 
64 private:
66  void operator=(const vtkXMLPUnstructuredGridWriter&); // Not implemented.
67 };
68 
69 #endif
virtual const char * GetDataSetName()=0
vtkDataObject * GetInput()
Definition: vtkXMLWriter.h:187
Store vtkAlgorithm input/output information.
Superclass for VTK XML unstructured data writers.
virtual vtkXMLUnstructuredDataWriter * CreateUnstructuredPieceWriter()=0
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:619
Superclass for PVTK XML unstructured data writers.
a simple class to control print indentation
Definition: vtkIndent.h:38
#define VTKIOXML_EXPORT
Write PVTK XML UnstructuredGrid files.
virtual const char * GetDefaultFileExtension()=0
virtual int FillInputPortInformation(int port, vtkInformation *info)
void PrintSelf(ostream &os, vtkIndent indent)
static vtkAlgorithm * New()
dataset represents arbitrary combinations of all possible cell types. May be mapped onto a non-standa...