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