VTK
vtkXMLPRectilinearGridWriter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkXMLPRectilinearGridWriter.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 __vtkXMLPRectilinearGridWriter_h
30 #define __vtkXMLPRectilinearGridWriter_h
31 
33 
34 class vtkRectilinearGrid;
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  void WritePData(vtkIndent indent);
63 
64 private:
66  void operator=(const vtkXMLPRectilinearGridWriter&); // Not implemented.
67 };
68 
69 #endif
virtual const char * GetDataSetName()=0
virtual vtkXMLStructuredDataWriter * CreateStructuredPieceWriter()=0
a dataset that is topologically regular with variable spacing in the three coordinate directions ...
vtkDataObject * GetInput()
Definition: vtkXMLWriter.h:180
Store vtkAlgorithm input/output information.
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for VTK XML structured data writers.
a simple class to control print indentation
Definition: vtkIndent.h:37
Write PVTK XML RectilinearGrid files.
virtual const char * GetDefaultFileExtension()=0
virtual void WritePData(vtkIndent indent)
virtual int FillInputPortInformation(int port, vtkInformation *info)
static vtkAlgorithm * New()
#define VTK_IO_EXPORT
Superclass for PVTK XML structured data writers.