26 #ifndef vtkXMLPUnstructuredDataReader_h
27 #define vtkXMLPUnstructuredDataReader_h
29 #include "vtkIOXMLModule.h"
57 virtual
void SetupOutputTotals();
58 virtual
void SetupNextPiece();
59 vtkIdType GetNumberOfPoints() VTK_OVERRIDE;
60 vtkIdType GetNumberOfCells() VTK_OVERRIDE;
63 void SetupEmptyOutput() VTK_OVERRIDE;
68 void SetupOutputData() VTK_OVERRIDE;
69 virtual
void GetOutputUpdateExtent(
int& piece,
int& numberOfPieces,
73 void ReadXMLData() VTK_OVERRIDE;
75 void SetupUpdateExtent(
int piece,
int numberOfPieces,
int ghostLevel);
77 int ReadPieceData() VTK_OVERRIDE;
83 virtual
vtkIdType GetNumberOfPointsInPiece(
int piece);
84 virtual
vtkIdType GetNumberOfCellsInPiece(
int piece);
88 int UpdateNumberOfPieces;
Represents an XML element and those nested inside.
abstract class for specifying dataset behavior
Superclass for unstructured data XML readers.
void CopyOutputInformation(vtkInformation *outInfo, int port) override
a simple class to control print indentation
abstract superclass for arrays of numeric data
Superclass for parallel unstructured data XML readers.
Superclass for PVTK XML file readers.
object to represent cell connectivity
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.