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