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