29 #ifndef vtkXMLPPolyDataReader_h 30 #define vtkXMLPPolyDataReader_h 32 #include "vtkIOXMLModule.h" 59 vtkIdType GetNumberOfVertsInPiece(
int piece);
60 vtkIdType GetNumberOfLinesInPiece(
int piece);
61 vtkIdType GetNumberOfStripsInPiece(
int piece);
62 vtkIdType GetNumberOfPolysInPiece(
int piece);
vtkIdType TotalNumberOfStrips
vtkIdType TotalNumberOfPolys
virtual vtkIdType GetNumberOfCellsInPiece(int piece)
virtual const char * GetDataSetName()=0
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.
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
abstract superclass for arrays of numeric data
Superclass for parallel unstructured data XML readers.
virtual void CopyArrayForCells(vtkDataArray *inArray, vtkDataArray *outArray)=0
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