29 #ifndef vtkXMLStructuredGridReader_h 30 #define vtkXMLStructuredGridReader_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;
64 int ReadPieceData() VTK_OVERRIDE;
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.
a simple class to control print indentation
topologically regular array of data
static vtkAlgorithm * New()
Read VTK XML StructuredGrid files.