29 #ifndef vtkXMLPStructuredGridReader_h
30 #define vtkXMLPStructuredGridReader_h
32 #include "vtkIOXMLModule.h"
60 void SetupEmptyOutput() VTK_OVERRIDE;
61 const
char* GetDataSetName() VTK_OVERRIDE;
62 void SetOutputExtent(
int*
extent) VTK_OVERRIDE;
63 void GetPieceInputExtent(
int index,
int*
extent) VTK_OVERRIDE;
65 void SetupOutputData() VTK_OVERRIDE;
66 int ReadPieceData() VTK_OVERRIDE;
Represents an XML element and those nested inside.
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.
Superclass for VTK XML file readers.
topologically regular array of data
Read PVTK XML StructuredGrid files.
static vtkAlgorithm * New()