20 #ifndef vtkXMLPUnstructuredGridReader_h
21 #define vtkXMLPUnstructuredGridReader_h
23 #include "vtkIOXMLModule.h"
26 VTK_ABI_NAMESPACE_BEGIN
Abstract superclass for all arrays.
general representation of visualization data
a simple class to control print indentation
dataset represents arbitrary combinations of all possible cell types
Superclass for VTK XML file readers.
Superclass for parallel unstructured data XML readers.
Read PVTK XML UnstructuredGrid files.
void GetOutputUpdateExtent(int &piece, int &numberOfPieces, int &ghostLevel) override
void CopyArrayForCells(vtkAbstractArray *inArray, vtkAbstractArray *outArray) override
void SetupOutputTotals() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetupNextPiece() override
static vtkXMLPUnstructuredGridReader * New()
vtkXMLDataReader * CreatePieceReader() override
Create a reader according to the data to read.
int ReadPieceData() override
Actually read the current piece data.
vtkUnstructuredGrid * GetOutput(int idx)
Get the reader's output.
~vtkXMLPUnstructuredGridReader() override
void SetupOutputData() override
Initialize the output data.
const char * GetDataSetName() override
Get the name of the data set being read.
void SqueezeOutputArrays(vtkDataObject *) override
Give concrete classes an option to squeeze any output arrays at the end of RequestData.
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
vtkXMLPUnstructuredGridReader()
vtkUnstructuredGrid * GetOutput()
Get the reader's output.