29 #ifndef vtkXMLPStructuredGridReader_h
30 #define vtkXMLPStructuredGridReader_h
32 #include "vtkIOXMLModule.h"
a simple class to control print indentation
topologically regular array of data
Represents an XML element and those nested inside.
Superclass for VTK XML file readers.
Superclass for parallel structured data XML readers.
Read PVTK XML StructuredGrid files.
int ReadPrimaryElement(vtkXMLDataElement *ePrimary) override
Read the information relative to the dataset and allocate the needed structures according to it.
vtkXMLDataElement * PPointsElement
vtkStructuredGrid * GetPieceInput(int index)
~vtkXMLPStructuredGridReader() override
vtkXMLDataReader * CreatePieceReader() override
Create a reader according to the data to read.
const char * GetDataSetName() override
int ReadPieceData() override
Actually read the current piece data.
vtkStructuredGrid * GetOutput(int idx)
Needed for ParaView.
void GetPieceInputExtent(int index, int *extent) override
void SetOutputExtent(int *extent) override
vtkStructuredGrid * GetOutput()
Get the reader's output.
static vtkXMLPStructuredGridReader * New()
void SetupEmptyOutput() override
vtkXMLPStructuredGridReader()
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
void SetupOutputData() override
Initialize the output data.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.