VTK
vtkXMLImageDataWriter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkXMLImageDataWriter.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 =========================================================================*/
31 #ifndef vtkXMLImageDataWriter_h
32 #define vtkXMLImageDataWriter_h
33 
34 #include "vtkIOXMLModule.h" // For export macro
36 
37 class vtkImageData;
38 
40 {
41 public:
42  static vtkXMLImageDataWriter* New();
44  void PrintSelf(ostream& os, vtkIndent indent);
45 
46  //BTX
48 
50  //ETX
52 
54  const char* GetDefaultFileExtension();
55 
56 protected:
59 
60  // see algorithm for more info
62 
63  void WritePrimaryElementAttributes(ostream &os, vtkIndent indent);
64  void GetInputExtent(int* extent);
65  const char* GetDataSetName();
66 
67 private:
68  vtkXMLImageDataWriter(const vtkXMLImageDataWriter&); // Not implemented.
69  void operator=(const vtkXMLImageDataWriter&); // Not implemented.
70 };
71 
72 #endif
virtual const char * GetDataSetName()=0
void PrintSelf(ostream &os, vtkIndent indent)
vtkDataObject * GetInput()
Definition: vtkXMLWriter.h:196
Store vtkAlgorithm input/output information.
virtual void WritePrimaryElementAttributes(ostream &os, vtkIndent indent)
virtual void GetInputExtent(int *extent)=0
Superclass for VTK XML structured data writers.
Write VTK XML ImageData files.
a simple class to control print indentation
Definition: vtkIndent.h:38
#define VTKIOXML_EXPORT
topologically and geometrically regular array of data
Definition: vtkImageData.h:44
virtual const char * GetDefaultFileExtension()=0
virtual int FillInputPortInformation(int port, vtkInformation *info)
static vtkAlgorithm * New()