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()
vtkRectilinearGrid * GetPieceInput(int index)
virtual int FillOutputPortInformation(int, vtkInformation *)
Fill the output port information objects for this algorithm.
void SetOutputExtent(int *extent)
vtkRectilinearGrid * GetOutput()
Get the reader's output.
void CopySubCoordinates(int *inBounds, int *outBounds, int *subBounds, vtkDataArray *inArray, vtkDataArray *outArray)
vtkXMLDataReader * CreatePieceReader()
static vtkXMLPRectilinearGridReader * New()
vtkXMLDataElement * PCoordinatesElement
const char * GetDataSetName()
void GetPieceInputExtent(int index, int *extent)
vtkRectilinearGrid * GetOutput(int idx)
~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.