Go to the documentation of this file.
32 #ifndef vtkXMLPImageDataReader_h
33 #define vtkXMLPImageDataReader_h
35 #include "vtkIOXMLModule.h"
vtkXMLDataReader * CreatePieceReader() override
Create a reader according to the data to read.
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for VTK XML file readers.
Superclass for parallel structured data XML readers.
void GetPieceInputExtent(int index, int *extent) override
void SetOutputExtent(int *extent) override
void SetupEmptyOutput() override
const char * GetDataSetName() override
topologically and geometrically regular array of data
a simple class to control print indentation
void CopyOutputInformation(vtkInformation *outInfo, int port) override
vtkImageData * GetOutput(int idx)
vtkImageData * GetPieceInput(int index)
Represents an XML element and those nested inside.
~vtkXMLPImageDataReader() override
vtkImageData * GetOutput()
Get the reader's output.
Read PVTK XML ImageData files.
static vtkXMLPImageDataReader * New()
int ReadPrimaryElement(vtkXMLDataElement *ePrimary) override
Read the information relative to the dataset and allocate the needed structures according to it.
void SetupOutputInformation(vtkInformation *outInfo) override