29#ifndef vtkXMLPRectilinearGridReader_h
30#define vtkXMLPRectilinearGridReader_h
32#include "vtkIOXMLModule.h"
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.
vtkXMLPRectilinearGridReader()
vtkRectilinearGrid * GetPieceInput(int index)
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
void SetupEmptyOutput() override
vtkRectilinearGrid * GetOutput()
Get the reader's output.
void CopySubCoordinates(int *inBounds, int *outBounds, int *subBounds, vtkDataArray *inArray, vtkDataArray *outArray)
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.
static vtkXMLPRectilinearGridReader * New()
int ReadPieceData() override
Actually read the current piece data.
vtkXMLDataElement * PCoordinatesElement
void GetPieceInputExtent(int index, int *extent) override
const char * GetDataSetName() override
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(int idx)
Get the reader's output.
vtkXMLDataReader * CreatePieceReader() override
Create a reader according to the data to read.
~vtkXMLPRectilinearGridReader() override
vtkXMLPStructuredDataReader()