29 #ifndef vtkXMLPUnstructuredGridReader_h
30 #define vtkXMLPUnstructuredGridReader_h
32 #include "vtkIOXMLModule.h"
abstract superclass for arrays of numeric data
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 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)
~vtkXMLPUnstructuredGridReader() override
void SetupOutputData() override
Initialize the output data.
const char * GetDataSetName() override
void SqueezeOutputArrays(vtkDataObject *) override
void CopyArrayForCells(vtkDataArray *inArray, vtkDataArray *outArray) override
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
vtkXMLPUnstructuredGridReader()
vtkUnstructuredGrid * GetOutput()
Get the reader's output.