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