29 #ifndef vtkXMLPRectilinearGridReader_h
30 #define vtkXMLPRectilinearGridReader_h
32 #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()
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
void SetupEmptyOutput() override
static vtkXMLPRectilinearGridReader * New()
void CopySubCoordinates(int *inBounds, int *outBounds, int *subBounds, vtkDataArray *inArray, vtkDataArray *outArray)
vtkRectilinearGrid * GetOutput(int idx)
Get the reader's output.
int ReadPrimaryElement(vtkXMLDataElement *ePrimary) override
Read the information relative to the dataset and allocate the needed structures according to it.
void SetupOutputData() override
Initialize the output data.
int ReadPieceData() override
Actually read the current piece data.
vtkXMLDataElement * PCoordinatesElement
void GetPieceInputExtent(int index, int *extent) override
vtkRectilinearGrid * GetPieceInput(int index)
void SetOutputExtent(int *extent) override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkRectilinearGrid * GetOutput()
Get the reader's output.
vtkXMLDataReader * CreatePieceReader() override
Create a reader according to the data to read.
const char * GetDataSetName() override
~vtkXMLPRectilinearGridReader() override
Superclass for parallel structured data XML readers.