29 #ifndef vtkXMLRectilinearGridReader_h 30 #define vtkXMLRectilinearGridReader_h 32 #include "vtkIOXMLModule.h" 56 const
char* GetDataSetName() VTK_OVERRIDE;
57 void SetOutputExtent(
int*
extent) VTK_OVERRIDE;
59 void SetupPieces(
int numPieces) VTK_OVERRIDE;
60 void DestroyPieces() VTK_OVERRIDE;
61 void SetupOutputData() VTK_OVERRIDE;
63 int ReadPieceData() VTK_OVERRIDE;
64 int ReadSubCoordinates(
int* inBounds,
int* outBounds,
int* subBounds,
a dataset that is topologically regular with variable spacing in the three coordinate directions ...
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.
Read VTK XML RectilinearGrid files.
a simple class to control print indentation
abstract superclass for arrays of numeric data
static vtkAlgorithm * New()