20 #ifndef vtkXMLPPolyDataReader_h
21 #define vtkXMLPPolyDataReader_h
23 #include "vtkIOXMLModule.h"
26 VTK_ABI_NAMESPACE_BEGIN
52 vtkIdType GetNumberOfVertsInPiece(
int piece);
53 vtkIdType GetNumberOfLinesInPiece(
int piece);
54 vtkIdType GetNumberOfStripsInPiece(
int piece);
55 vtkIdType GetNumberOfPolysInPiece(
int piece);
vtkIdType TotalNumberOfStrips
vtkIdType TotalNumberOfPolys
virtual vtkIdType GetNumberOfCellsInPiece(int piece)
virtual const char * GetDataSetName()=0
Get the name of the data set being read.
Abstract superclass for all arrays.
virtual vtkXMLDataReader * CreatePieceReader()=0
Create a reader according to the data to read.
vtkIdType TotalNumberOfVerts
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.
virtual void CopyArrayForCells(vtkAbstractArray *inArray, vtkAbstractArray *outArray)=0
int ReadPieceData() override
Actually read the current piece data.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
a simple class to control print indentation
Superclass for parallel unstructured data XML readers.
virtual void GetOutputUpdateExtent(int &piece, int &numberOfPieces, int &ghostLevel)=0
Superclass for VTK XML file readers.
virtual void SetupOutputTotals()
static vtkAlgorithm * New()
void SetupOutputData() override
Initialize the output data.
virtual void SetupNextPiece()
Read PVTK XML PolyData files.
vtkIdType TotalNumberOfLines