29 #ifndef vtkXMLPImageDataReader_h
30 #define vtkXMLPImageDataReader_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.
Superclass for VTK XML file readers.
Read PVTK XML ImageData files.
void SetupEmptyOutput() override
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
const char * GetDataSetName() override
~vtkXMLPImageDataReader() override
vtkImageData * GetPieceInput(int index)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkXMLDataReader * CreatePieceReader() override
Create a reader according to the data to read.
vtkImageData * GetOutput()
Get the reader's output.
void SetupOutputInformation(vtkInformation *outInfo) override
void GetPieceInputExtent(int index, int *extent) override
static vtkXMLPImageDataReader * New()
int ReadPrimaryElement(vtkXMLDataElement *ePrimary) override
Read the information relative to the dataset and allocate the needed structures according to it.
vtkImageData * GetOutput(int idx)
void CopyOutputInformation(vtkInformation *outInfo, int port) override
void SetOutputExtent(int *extent) override
Superclass for parallel structured data XML readers.