Go to the documentation of this file.
35 #ifndef vtkXMLUnstructuredGridReader_h
36 #define vtkXMLUnstructuredGridReader_h
38 #include "vtkIOXMLModule.h"
int ReadPieceData() override
int ReadPiece(vtkXMLDataElement *ePiece) override
virtual void SetupNextPiece()
unsigned long CellsOffset
void SetupPieces(int numPieces) override
virtual int ReadArrayForCells(vtkXMLDataElement *da, vtkAbstractArray *outArray)
void DestroyPieces() override
Superclass for unstructured data XML readers.
a simple class to control print indentation
vtkXMLDataElement ** CellElements
virtual const char * GetDataSetName()=0
Represents an XML element and those nested inside.
Abstract superclass for all arrays.
static vtkAlgorithm * New()
dynamic, self-adjusting array of vtkIdType
vtkIdType * NumberOfCells
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void GetOutputUpdateExtent(int &piece, int &numberOfPieces, int &ghostLevel)=0
dataset represents arbitrary combinations of all possible cell types
virtual void SetupOutputTotals()
void SetupOutputData() override
virtual vtkIdType GetNumberOfCellsInPiece(int piece)=0
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
Read VTK XML UnstructuredGrid files.