29 #ifndef vtkXMLImageDataWriter_h
30 #define vtkXMLImageDataWriter_h
32 #include "vtkIOXMLModule.h"
56 ~vtkXMLImageDataWriter() VTK_OVERRIDE;
61 void WritePrimaryElementAttributes(ostream &os,
vtkIndent indent) VTK_OVERRIDE;
62 void GetInputExtent(
int*
extent) VTK_OVERRIDE;
63 const
char* GetDataSetName() VTK_OVERRIDE;
66 vtkXMLImageDataWriter(const vtkXMLImageDataWriter&) VTK_DELETE_FUNCTION;
67 void operator=(const vtkXMLImageDataWriter&) VTK_DELETE_FUNCTION;
vtkDataObject * GetInput()
Assign a data object as input.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for VTK XML structured data writers.
Write VTK XML ImageData files.
a simple class to control print indentation
topologically and geometrically regular array of data
virtual const char * GetDefaultFileExtension()=0
Get the default file extension for files written by this writer.
static vtkAlgorithm * New()