Go to the documentation of this file.
35 #ifndef vtkXMLRectilinearGridReader_h
36 #define vtkXMLRectilinearGridReader_h
38 #include "vtkIOXMLModule.h"
vtkXMLDataElement ** CoordinateElements
static vtkXMLRectilinearGridReader * New()
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
void SetupOutputData() override
int ReadPieceData() override
a dataset that is topologically regular with variable spacing in the three coordinate directions
vtkRectilinearGrid * GetOutput(int idx)
void DestroyPieces() override
abstract superclass for arrays of numeric data
void SetupPieces(int numPieces) override
vtkRectilinearGrid * GetOutput()
Get the reader's output.
Read VTK XML RectilinearGrid files.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Represents an XML element and those nested inside.
Superclass for structured data XML readers.
vtkXMLRectilinearGridReader()
int ReadPiece(vtkXMLDataElement *ePiece) override
const char * GetDataSetName() override
int ReadSubCoordinates(int *inBounds, int *outBounds, int *subBounds, vtkXMLDataElement *da, vtkDataArray *array)
~vtkXMLRectilinearGridReader() override
void SetOutputExtent(int *extent) override