29 #ifndef vtkXMLPRectilinearGridReader_h
30 #define vtkXMLPRectilinearGridReader_h
32 #include "vtkIOXMLModule.h"
58 void SetupEmptyOutput() VTK_OVERRIDE;
59 const
char* GetDataSetName() VTK_OVERRIDE;
60 void SetOutputExtent(
int*
extent) VTK_OVERRIDE;
61 void GetPieceInputExtent(
int index,
int*
extent) VTK_OVERRIDE;
63 void SetupOutputData() VTK_OVERRIDE;
64 int ReadPieceData() VTK_OVERRIDE;
66 void CopySubCoordinates(
int* inBounds,
int* outBounds,
int* subBounds,
a dataset that is topologically regular with variable spacing in the three coordinate directions ...
Represents an XML element and those nested inside.
Read PVTK XML RectilinearGrid files.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Superclass for parallel structured data XML readers.
abstract superclass for arrays of numeric data
Superclass for VTK XML file readers.
static vtkAlgorithm * New()