32 #ifndef vtkXMLPRectilinearGridReader_h
33 #define vtkXMLPRectilinearGridReader_h
35 #include "vtkIOXMLModule.h"
abstract superclass for arrays of numeric data
a simple class to control print indentation
a dataset that is topologically regular with variable spacing in the three coordinate directions
Represents an XML element and those nested inside.
Superclass for VTK XML file readers.
Read PVTK XML RectilinearGrid files.
vtkXMLPRectilinearGridReader()
static vtkXMLPRectilinearGridReader * New()
virtual int FillOutputPortInformation(int, vtkInformation *)
Fill the output port information objects for this algorithm.
void SetOutputExtent(int *extent)
void CopySubCoordinates(int *inBounds, int *outBounds, int *subBounds, vtkDataArray *inArray, vtkDataArray *outArray)
vtkRectilinearGrid * GetOutput(int idx)
vtkXMLDataElement * PCoordinatesElement
vtkRectilinearGrid * GetPieceInput(int index)
vtkXMLDataReader * CreatePieceReader()
void GetPieceInputExtent(int index, int *extent)
vtkRectilinearGrid * GetOutput()
Get the reader's output.
const char * GetDataSetName()
~vtkXMLPRectilinearGridReader()
int ReadPrimaryElement(vtkXMLDataElement *ePrimary)
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
Superclass for parallel structured data XML readers.