Go to the documentation of this file.
26 #ifndef vtkXMLPUnstructuredDataReader_h
27 #define vtkXMLPUnstructuredDataReader_h
29 #include "vtkIOXMLModule.h"
void SetupOutputData() override
Initialize the output data.
Superclass for parallel unstructured data XML readers.
virtual vtkIdType GetNumberOfCellsInPiece(int piece)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetupOutputInformation(vtkInformation *outInfo) override
void SetupUpdateExtent(int piece, int numberOfPieces, int ghostLevel)
virtual vtkIdType GetNumberOfPointsInPiece(int piece)
abstract superclass for arrays of numeric data
int ReadPrimaryElement(vtkXMLDataElement *ePrimary) override
Read the information relative to the dataset and allocate the needed structures according to it.
vtkXMLPUnstructuredDataReader()
void CopyArrayForPoints(vtkDataArray *inArray, vtkDataArray *outArray) override
int ReadPieceData() override
Actually read the current piece data.
void CopyOutputInformation(vtkInformation *outInfo, int port) override
void CopyCellArray(vtkIdType totalNumberOfCells, vtkCellArray *inCells, vtkCellArray *outCells)
~vtkXMLPUnstructuredDataReader() override
vtkIdType GetNumberOfPoints() override
void SetupEmptyOutput() override
Superclass for unstructured data XML readers.
a simple class to control print indentation
object to represent cell connectivity
Represents an XML element and those nested inside.
vtkXMLDataElement * PPointsElement
vtkPointSet * GetOutputAsPointSet()
abstract class for specifying dataset behavior
vtkIdType GetNumberOfCells() override
virtual void SetupOutputTotals()
vtkIdType TotalNumberOfPoints
int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
vtkIdType TotalNumberOfCells
vtkPointSet * GetPieceInputAsPointSet(int piece)
virtual void GetOutputUpdateExtent(int &piece, int &numberOfPieces, int &ghostLevel)=0
Superclass for PVTK XML file readers that read vtkDataSets.
void ReadXMLData() override
virtual void SetupNextPiece()