88#ifndef vtkXMLImageDataReader_h
89#define vtkXMLImageDataReader_h
91#include "vtkIOXMLModule.h"
topologically and geometrically regular array of data
a simple class to control print indentation
Represents an XML element and those nested inside.
Read VTK XML ImageData files.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkXMLImageDataReader * New()
~vtkXMLImageDataReader() override
void CopyOutputInformation(vtkInformation *outInfo, int port) override
For the specified port, copy the information this reader sets up in SetupOutputInformation to outInfo...
void SetupOutputInformation(vtkInformation *outInfo) override
vtkImageData * GetOutput(int idx)
Get the reader's output.
int ReadPrimaryElement(vtkXMLDataElement *ePrimary) override
const char * GetDataSetName() override
void SetOutputExtent(int *extent) override
vtkImageData * GetOutput()
Get the reader's output.
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
Superclass for structured data XML readers.