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