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