29 #ifndef vtkXMLImageDataReader_h
30 #define vtkXMLImageDataReader_h
32 #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.
~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
int ReadPrimaryElement(vtkXMLDataElement *ePrimary) override
void SetOutputExtent(int *extent) override
vtkImageData * GetOutput()
Get the reader's output.
const char * GetDataSetName() override
static vtkXMLImageDataReader * New()
vtkImageData * GetOutput(int idx)
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
Superclass for structured data XML readers.