29 #ifndef vtkXMLUnstructuredGridReader_h
30 #define vtkXMLUnstructuredGridReader_h
32 #include "vtkIOXMLModule.h"
57 const
char* GetDataSetName() VTK_OVERRIDE;
58 void GetOutputUpdateExtent(
int& piece,
int& numberOfPieces,
int& ghostLevel) VTK_OVERRIDE;
59 void SetupOutputTotals() VTK_OVERRIDE;
60 void SetupPieces(
int numPieces) VTK_OVERRIDE;
61 void DestroyPieces() VTK_OVERRIDE;
63 void SetupOutputData() VTK_OVERRIDE;
65 void SetupNextPiece() VTK_OVERRIDE;
66 int ReadPieceData() VTK_OVERRIDE;
74 vtkIdType GetNumberOfCellsInPiece(
int piece) VTK_OVERRIDE;
87 unsigned long CellsOffset;
Represents an XML element and those nested inside.
Abstract superclass for all arrays.
Superclass for unstructured data XML readers.
dynamic, self-adjusting array of vtkIdType
a simple class to control print indentation
dataset represents arbitrary combinations of all possible cell types
Read VTK XML UnstructuredGrid files.
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.