138#ifndef vtkXMLImageDataWriter_h
139#define vtkXMLImageDataWriter_h
141#include "vtkIOXMLModule.h"
topologically and geometrically regular array of data
a simple class to control print indentation
Write VTK XML ImageData files.
~vtkXMLImageDataWriter() override
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void GetInputExtent(int *extent) override
const char * GetDefaultFileExtension() override
Get the default file extension for files written by this writer.
const char * GetDataSetName() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkXMLImageDataWriter * New()
vtkImageData * GetInput()
Get/Set the writer's input.
void WritePrimaryElementAttributes(ostream &os, vtkIndent indent) override
Superclass for VTK XML structured data writers.