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