29 #ifndef vtkXMLPPolyDataReader_h
30 #define vtkXMLPPolyDataReader_h
32 #include "vtkIOXMLModule.h"
56 const
char* GetDataSetName() VTK_OVERRIDE;
57 void GetOutputUpdateExtent(
int& piece,
int& numberOfPieces,
int& ghostLevel) VTK_OVERRIDE;
58 vtkIdType GetNumberOfCellsInPiece(
int piece) VTK_OVERRIDE;
59 vtkIdType GetNumberOfVertsInPiece(
int piece);
60 vtkIdType GetNumberOfLinesInPiece(
int piece);
61 vtkIdType GetNumberOfStripsInPiece(
int piece);
62 vtkIdType GetNumberOfPolysInPiece(
int piece);
63 void SetupOutputTotals() VTK_OVERRIDE;
65 void SetupOutputData() VTK_OVERRIDE;
66 void SetupNextPiece() VTK_OVERRIDE;
67 int ReadPieceData() VTK_OVERRIDE;
concrete dataset represents vertices, lines, polygons, and triangle strips
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
abstract superclass for arrays of numeric data
Superclass for parallel unstructured data XML readers.
Superclass for VTK XML file readers.
static vtkAlgorithm * New()
Read PVTK XML PolyData files.