Go to the documentation of this file.
32 #ifndef vtkXMLPUnstructuredGridReader_h
33 #define vtkXMLPUnstructuredGridReader_h
35 #include "vtkIOXMLModule.h"
Read PVTK XML UnstructuredGrid files.
void SetupOutputData() override
Initialize the output data.
Superclass for parallel unstructured data XML readers.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract superclass for arrays of numeric data
Superclass for VTK XML file readers.
virtual vtkXMLDataReader * CreatePieceReader()=0
Create a reader according to the data to read.
int ReadPieceData() override
Actually read the current piece data.
virtual void SqueezeOutputArrays(vtkDataObject *)
a simple class to control print indentation
virtual const char * GetDataSetName()=0
static vtkAlgorithm * New()
virtual void SetupOutputTotals()
dataset represents arbitrary combinations of all possible cell types
virtual void CopyArrayForCells(vtkDataArray *inArray, vtkDataArray *outArray)=0
virtual void GetOutputUpdateExtent(int &piece, int &numberOfPieces, int &ghostLevel)=0
general representation of visualization data
virtual void SetupNextPiece()
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.