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