35 #ifndef vtkXMLRectilinearGridReader_h
36 #define vtkXMLRectilinearGridReader_h
38 #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.
Read VTK XML RectilinearGrid files.
~vtkXMLRectilinearGridReader()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
int ReadPiece(vtkXMLDataElement *ePiece)
vtkXMLDataElement ** CoordinateElements
virtual int FillOutputPortInformation(int, vtkInformation *)
Fill the output port information objects for this algorithm.
vtkXMLRectilinearGridReader()
const char * GetDataSetName()
void SetOutputExtent(int *extent)
void SetupPieces(int numPieces)
vtkRectilinearGrid * GetOutput(int idx)
static vtkXMLRectilinearGridReader * New()
vtkRectilinearGrid * GetOutput()
Get the reader's output.
int ReadSubCoordinates(int *inBounds, int *outBounds, int *subBounds, vtkXMLDataElement *da, vtkDataArray *array)
Superclass for structured data XML readers.